RFREMI20SCPG 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 RFREMI20SCPG 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: P_DEL = Delete New Table First
Title: Participation Group (VIAK23/VIAK24 to VISCPG/VIBDOBJREL)
Text Symbol: E01 = Rental Obj. &1 Does Not Exist
Text Symbol: S01 = &1 Particip. Groups Converted
Text Symbol: TTL = Conversion of Participation Groups
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RECA_GUI_MSGLIST_POPUP CALL FUNCTION 'RECA_GUI_MSGLIST_POPUP' EXPORTING io_msglist = lo_msglist id_title = text-ttl if_popup = ' ' if_profile_detlevel = 'X'.
OBJECT_NUMBER_GET_I4 CALL FUNCTION 'OBJECT_NUMBER_GET_I4' EXPORTING bukrs = ls_viscpg-bukrs swenr = ls_viscpg-swenr pgid = ls_viscpg-pgid IMPORTING objnr = ls_viscpg-objnr EXCEPTIONS number_already_exists = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREMI20SCPG - Participation Group (VIAK23/VIAK24 to VISCPG/VIBDOBJREL) RFREMI20SCPG - Participation Group (VIAK23/VIAK24 to VISCPG/VIBDOBJREL) RFREMI20RAVIRADOC - Convert VIRADOC and VIRADOCITEM RFREMI20RAVIRADOC - Convert VIRADOC and VIRADOCITEM RFREMI20ITVITAXD - Conversion of VITAXD->VIITTAXDSBASE/VIITTAXDSITEM RFREMI20ITVITAXD - Conversion of VITAXD->VIITTAXDSBASE/VIITTAXDSITEM