REPS_PSEXT_ID_CONV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to populate the table
If you would like to execute this report or see the full code listing simply enter REPS_PSEXT_ID_CONV 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.
Title: Convert Internal ID to External ID for Project and WBS Element
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_KONPD_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT' EXPORTING input =
-pspnr IMPORTING output = ls_ext_id-ext_id_conv.
CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input =
-pspnr IMPORTING output = ls_ext_id-ext_id_conv.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REPS_PSEXT_ID_CONV - Convert Internal ID to External ID for Project and WBS Element REPS_PSEXT_ID_CONV - Convert Internal ID to External ID for Project and WBS Element REPS_PGEDITOR_TEPMPLATE_02 - REPSPGEDITORTEPMPLATE02 REPS_PGEDITOR_TEPMPLATE_02 - REPSPGEDITORTEPMPLATE02 REPS_PGEDITOR_TEPMPLATE_01_F01 - Include REPS_PGEDITOR_TEPMPLATE_01_F01 REPS_PGEDITOR_TEPMPLATE_01 - Template program with one include to test CL_WB_PGEDITOR