SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Sets(FI-SL-SL-MD-SE) SAP FI

RGSCPY50 SAP ABAP Report - Copy from EC-PCA Account Groups by Cost Element Group







RGSCPY50 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 RGSCPY50 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RGSCPY50. "Basic submit
SUBMIT RGSCPY50 AND RETURN. "Return to original report after report execution complete
SUBMIT RGSCPY50 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SETNAME = Account group
Title: Copy from EC-PCA Account Groups by Cost Element Group


INCLUDES used within this REPORT RGSCPY50

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING old_setid = setid_from shortname = setname_from kokrs = kokrs setclass = gsetc_pccostelm_setclass IMPORTING new_setid = setid_from.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = gsetc_costelement_setclass shortname = setname_from kokrs = kokrs IMPORTING setid = setid_to.

G_SET_OR_GROUP_AUTHORITY CALL FUNCTION 'G_SET_OR_GROUP_AUTHORITY' EXPORTING i_setid = setid_to i_actvt = '01'.

K_COPY_HIERARCHY_BY_CLASS CALL FUNCTION 'K_COPY_HIERARCHY_BY_CLASS' EXPORTING e_setid = setid_from e_copy_class = gsetc_costelement_setclass EXCEPTIONS copy_not_possible = 1 OTHERS = 2.

K_GROUP_SELECT CALL FUNCTION 'K_GROUP_SELECT' EXPORTING class = gsetc_pccostelm_setclass field_name = 'RACCT' searchfld_input = ' ' searchfld_required = 'X' table = 'GLPCT' typelist = 'BS' kokrs = kokrs IMPORTING set_name = setname setid = setid_from EXCEPTIONS no_set_picked = 1 OTHERS = 2.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' IMPORTING e_kokrs = kokrs.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RGSCPY50 or its description.