RKECONVOBJLEV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RKECONVOBJLEV into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: ERKRS = Operating Concern
Selection Text: FRPA = Packed structure -> CE3
Selection Text: TOPA = CE3 -> packed structure
Title: Conversion of object level tables: CE3 <-> CE3_PACKD/CE3_PACKT
Text Symbol: T01 = Set conversion parameters:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_EXIST_TABLE CALL FUNCTION 'DD_EXIST_TABLE' EXPORTING TABNAME = I_TABNAME STATUS = 'A' NTAB = ' ' IMPORTING SUBRC = E_SUBRC EXCEPTIONS WRONG_STATUS = 1 OTHERS = 2.
CHECK_EXIST_PROG CALL FUNCTION 'CHECK_EXIST_PROG' EXPORTING NAME = I_GEN_REPORT * MTYPE = ' ' IMPORTING EXIST = EXISTENCE EXCEPTIONS TR_INVALID_TYPE = 1 OTHERS = 2.
ENQUEUE_EKCCESVBE CALL FUNCTION 'ENQUEUE_EKCCESVBE' * EXPORTING * MODE_CESVB = 'E' * MANDT = SY-MANDT * PALEDGER = * PLIKZ = * VERSI = * VRGAR = * X_PALEDGER = ' ' * X_PLIKZ = ' ' * X_VERSI = ' ' * X_VRGAR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
RKE_READ2_SCHLAFEN CALL FUNCTION 'RKE_READ2_SCHLAFEN' EXPORTING MINUTEN = I_MINUTEN.
DEQUEUE_EKCCESVBE CALL FUNCTION 'DEQUEUE_EKCCESVBE' * EXPORTING * MODE_CESVB = 'E' * MANDT = SY-MANDT * PALEDGER = * PLIKZ = * VERSI = * VRGAR = * X_PALEDGER = ' ' * X_PLIKZ = ' ' * X_VERSI = ' ' * X_VRGAR = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKECONVOBJLEV - Conversion of object level tables: CE3 <-> CE3_PACKD/CE3_PACKT RKECONVOBJLEV - Conversion of object level tables: CE3 <-> CE3_PACKD/CE3_PACKT RKECHERE - Check report line structure RKECHERE - Check report line structure RKECADL1 - Cancel CO-PA Line Items RKECADL1 - Cancel CO-PA Line Items