Ansicht
Dokumentation

DSVAS_APPL_READ_BI_0SMD_CUBES - Read Data from Multicube 0SMD_MPEH

DSVAS_APPL_READ_BI_0SMD_CUBES - Read Data from Multicube 0SMD_MPEH

ROGBILLS - Synchronize billing plans   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function is designed to be used for accesses to the '0SMD'infocubes. For that reason the interface contains most of the common characteristics of these infoproviders as importing parameters. These parameters
0CALWEEK, 0CALMONTH, 0SMD_LPRP, 0SMD_LSID, 0SMD_LINS, 0SMD_LMIP, 0SMD_LMPP, 0SMD_LCVP, 0SMD_LCNA, 0SMD_SHOS, 0SMD_AEX, 0SMD_MENA, 0SMD_METY, 0SMD_OBNA, 0SMD_OBTY can be used to build up the range table in an easy-to-use way. The range table IT_RANGE is then automatically enhanced by these selection criterions.

Example

If the following function call us specifying e.g. the characteristic 0SMD_LSID.

  CALL FUNCTION 'DSVAS_APPL_READ_BI_0SMD_CUBES'
    EXPORTING
      infocube              = '0SMD_MPEH'
      0smd_lsid             = 'C11'
      it_char               = lt_char
      it_keyf               = lt_keyf
      it_range              = lt_range
    IMPORTING
      et_data               = lt_data
    EXCEPTIONS
      illegal_input         = 1
      illegal_input_sfc     = 2
      illegal_input_sfk     = 3
      illegal_input_range   = 4
      no_authorization      = 5
      generation_error      = 6
      illegal_resulttype    = 7
      x_message             = 8
      data_overflow         = 9
      bi_destination_error  = 10
      wrong_keyfigures      = 11
      wrong_characteristics = 12
      OTHERS                = 13.

  IF sy-subrc <> 0.

* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

the range table lt_range is automatically enhanced by the following entry:

CHANM = '0SMD_LSID'.
SIGN = 'I'.
COMPOP='CP'.
LOW='C11'.

Notes

Further information





Parameters

0CALDAY_END
0CALDAY_START
0CALMONTH
0CALWEEK
0SMD_AEX
0SMD_LCNA
0SMD_LCVP
0SMD_LINS
0SMD_LMIP
0SMD_LMPP
0SMD_LPRP
0SMD_LSID
0SMD_MENA
0SMD_METY
0SMD_OBNA
0SMD_OBTY
0SMD_SHOS
C_DESTINATION
ET_DATA
INFOCUBE
IT_CHAR
IT_KEYF
IT_RANGE
I_CHECK
I_MAXROWS

Exceptions

BI_DESTINATION_ERROR
DATA_OVERFLOW
GENERATION_ERROR
ILLEGAL_INPUT
ILLEGAL_INPUT_RANGE
ILLEGAL_INPUT_SFC
ILLEGAL_INPUT_SFK
ILLEGAL_RESULTTYPE
NO_AUTHORIZATION
WRONG_CHARACTERISTICS
WRONG_KEYFIGURES
X_MESSAGE

Function Group

DSVAS_APPL_READ_BI

TXBHW - Original Tax Base Amount in Local Currency   General Material Data  
This documentation is copyright by SAP AG.

Length: 6532 Date: 20240523 Time: 105938     sap01-206 ( 57 ms )