SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

RGPSA_PLAN_ROLLUP SAP ABAP Report - PSA Rollup for Planning







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PSA40 - Populate Cost Plans


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 RGPSA_PLAN_ROLLUP. "Basic submit
SUBMIT RGPSA_PLAN_ROLLUP AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSA_PLAN_ROLLUP 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: P_BATCH = D Background processing
Selection Text: P_BUKRS = D Company code
Selection Text: P_COMPL = Display list options
Selection Text: P_DOCTY = Document type
Selection Text: P_GLSIP = D Write line items
Selection Text: P_JVPLAN = JVA Plan Version
Selection Text: P_PSPLAN = PSA Plan Version
Selection Text: P_YEAR = D Fiscal Year
Selection Text: P_ZERO = D Write records with amount 0
Selection Text: S_PERIOD = D Posting period
Selection Text: S_PSC = D PSA Name
Title: PSA Rollup for Planning
Text Symbol: PRO = Processing options
Text Symbol: SCR = Selection criteria


INCLUDES used within this REPORT RGPSA_PLAN_ROLLUP

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 SHORTNAME = P_SET3 OLD_SETID = P_SETID IMPORTING NEW_SETID = P_SETID.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING SETNR = P_SETID NO_AUTHORITY_CHECK = 'X' IMPORTING SET_HEADER = SET_HEADER TABLES * SET_LINES_SINGLE = SET_LINES_SINGLE SET_LINES_BASIC = SET_LINES_BASIC EXCEPTIONS SET_NOT_FOUND = 1.

G_SET_GENERATE CALL FUNCTION 'G_SET_GENERATE' EXPORTING SET_HEADER = SET_HEADER TABLES SET_LINES_BASIC = SET_LINES_BASIC.

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING SHORTNAME = P_SET4 OLD_SETID = P_SETID IMPORTING NEW_SETID = P_SETID.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING SETNR = P_SETID NO_AUTHORITY_CHECK = 'X' IMPORTING SET_HEADER = SET_HEADER TABLES * SET_LINES_SINGLE = SET_LINES_SINGLE SET_LINES_BASIC = SET_LINES_BASIC EXCEPTIONS SET_NOT_FOUND = 1.

G_SET_GENERATE CALL FUNCTION 'G_SET_GENERATE' EXPORTING SET_HEADER = SET_HEADER TABLES SET_LINES_BASIC = SET_LINES_BASIC.

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING SHORTNAME = P_SET1 OLD_SETID = P_SETID IMPORTING NEW_SETID = P_SETID.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING SETNR = P_SETID NO_AUTHORITY_CHECK = 'X' IMPORTING SET_HEADER = SET_HEADER TABLES * SET_LINES_SINGLE = SET_LINES_SINGLE SET_LINES_BASIC = SET_LINES_BASIC EXCEPTIONS SET_NOT_FOUND = 1.

G_SET_GENERATE CALL FUNCTION 'G_SET_GENERATE' EXPORTING SET_HEADER = SET_HEADER TABLES SET_LINES_BASIC = SET_LINES_BASIC.

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING SHORTNAME = P_SET5 OLD_SETID = P_SETID IMPORTING NEW_SETID = P_SETID.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING SETNR = P_SETID NO_AUTHORITY_CHECK = 'X' IMPORTING SET_HEADER = SET_HEADER TABLES * SET_LINES_SINGLE = SET_LINES_SINGLE SET_LINES_BASIC = SET_LINES_BASIC EXCEPTIONS SET_NOT_FOUND = 1.

G_SET_GENERATE CALL FUNCTION 'G_SET_GENERATE' EXPORTING SET_HEADER = SET_HEADER TABLES SET_LINES_BASIC = SET_LINES_BASIC.

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING SHORTNAME = P_SET2 OLD_SETID = P_SETID IMPORTING NEW_SETID = P_SETID.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING SETNR = P_SETID NO_AUTHORITY_CHECK = 'X' IMPORTING SET_HEADER = SET_HEADER TABLES * SET_LINES_SINGLE = SET_LINES_SINGLE SET_LINES_BASIC = SET_LINES_BASIC EXCEPTIONS SET_NOT_FOUND = 1.

G_SET_GENERATE CALL FUNCTION 'G_SET_GENERATE' EXPORTING SET_HEADER = SET_HEADER TABLES SET_LINES_BASIC = SET_LINES_BASIC.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING PAR_AMAIL = ' ' PAR_DIALG = 'X' PAR_JNAME = jobname PAR_NONOW = ' ' PAR_NSM37 = 'X' PAR_NSP01 = ' ' PAR_RNAME = 'RGLEXE00' PAR_SDMSG = 'X' PAR_SMAIL = ' ' TABLES TAB_SELPA = SELFIELDS EXCEPTIONS DELETE_REPORT_INCORRECT = 01 EDLIN_TOO_LONG = 02 GENERATE_REPORT_INCORRECT = 03 INSERT_REPORT_INCORRECT = 04 JNAME_MISSING = 05 JOB_CLOSE_INCORRECT = 06 JOB_OPEN_INCORRECT = 07 LOCK_REPORT_IMPOSSIBLE = 08 OPTION_WRONG = 09 PNAME_MISSING = 10 READ_REPORT_INCORRECT = 11 REPORT_IN_TRDIR_MISSING = 12 RNAME_MISSING = 13 SIGN_WRONG = 14 START_DATE_IMPOSSIBLE = 15 START_DATE_MISSING = 16 SUBMIT_INCORRECT = 17.



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 RGPSA_PLAN_ROLLUP or its description.