PROTEXTRACT_SINGLE 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 PROTEXTRACT_SINGLE 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: C_AKTYP = Activity Type
Selection Text: C_LAUFD = Date ID
Selection Text: C_LAUFI = Identification
Selection Text: C_SETNO = Set No.
Title: ZPROTEXTRACT_SINGLE:Taking Single Extracts (MSGNO,MSGID) for ZINSTSET
INCLUDE REAPROT02DAT.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_BACKLOGS_SINGLE * CALL FUNCTION 'ISU_DB_BACKLOGS_SINGLE' * EXPORTING * X_ACTCAT = C_AKTYP * X_SETNO = C_SETNO * IMPORTING * Y_BACKLOGS = W_ISU_BACKLOGS * EXCEPTIONS * NOT_FOUND = 1 * SYSTEM_ERROR = 2 * OTHERS = 3.
ISU_DB_INSTSET_SINGLE * CALL FUNCTION 'ISU_DB_INSTSET_SINGLE' * EXPORTING * X_SETNO = C_SETNO * X_MSGID = V_BALM-MSGID * X_MSGNO = V_BALM-MSGNO * X_ANLAGE = W_BALM-MSGV1 * IMPORTING * Y_INSTSET = WA_INSTSET * EXCEPTIONS * NOT_FOUND = 1 * SYSTEM_ERROR = 2 * OTHERS = 3.
ISU_DB_ETRG_SELECT_ANLAGE * CALL FUNCTION 'ISU_DB_ETRG_SELECT_ANLAGE' * EXPORTING * X_ANLAGE = W_BALM-MSGV1 * X_SORT = 'K' * TABLES * T_ETRG = IETRG * EXCEPTIONS * NOT_FOUND = 1 * SYSTEM_ERROR = 2 * NOT_QUALIFIED = 3 * OTHERS = 4.
ISU_DB_ERPL_SELECT * CALL FUNCTION 'ISU_DB_ERPL_SELECT' * EXPORTING * X_LAUFD = PLAUFD * X_LAUFI = PLAUFI * X_AKTYP = PAKTYP * TABLES * YT_ERPL = PIT_ERPL * EXCEPTIONS * NOT_FOUND = 1 * NOT_QUALIFIED = 2 * SYSTEM_ERROR = 3 * OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PROTEXTRACT_SINGLE - ZPROTEXTRACT_SINGLE:Taking Single Extracts (MSGNO,MSGID) for ZINSTSET PROTEXTRACT_SINGLE - ZPROTEXTRACT_SINGLE:Taking Single Extracts (MSGNO,MSGID) for ZINSTSET PROJ_LCL_IMPL - PROJLCLIMPL PROJ_LCL_DEF - PROJLCLDEF PROJT_CONST - PROJTCONST PROJIF_DATA - Read Activities Using Logical Database for Project