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

RGPSA_TABLE_CREATE SAP ABAP Report - Maintain and check PSA specific tables in customer client







RGPSA_TABLE_CREATE 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_TABLE_CREATE 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 RGPSA_TABLE_CREATE. "Basic submit
SUBMIT RGPSA_TABLE_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT RGPSA_TABLE_CREATE 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_T882 = Copy JV data for selected comp
Selection Text: P_SRC_LA = Create the Source Ledger 4A/4C
Selection Text: P_SRC_CC = Create the Source Company
Selection Text: P_SRC = Create the Souce entry for JV
Selection Text: P_MOVPRT = CCreate PSA only fields
Selection Text: P_MOVALL = Create complete PSA
Selection Text: P_LEDGER = Create the PSA ledger
Selection Text: P_DELMOV = Delete non-PSA field
Selection Text: P_CEXIT = Exit nbr for exit type C
Selection Text: P_BUKRS = Company Code
Selection Text: P_BEXIT = Exit nbr for exit type B
Title: Maintain and check PSA specific tables in customer client
Text Symbol: 700 = Fieldmovement for PSA Rollup
Text Symbol: 401 = Additional Currency Ledger for PSA
Text Symbol: 400 = Standard Ledger for PSA
Text Symbol: 050 = Delete Field Movement for Rollup:
Text Symbol: 049 = Field Movement for Rollup:
Text Symbol: 048 = Source Company:
Text Symbol: 047 = Source Ledger:
Text Symbol: 046 = Source:
Text Symbol: 045 = Ledgers:
Text Symbol: 043 = inserted
Text Symbol: 042 = JV-entries in table
Text Symbol: 036 = Non PSA fields will be deleted
Text Symbol: 035 = Delete non PSA fields in Rollup Transfer
Text Symbol: 034 = Do you want to execute the function?
Text Symbol: 033 = Don't use it, if you only want PSA objects in PSA
Text Symbol: 032 = - Insert missing parts of the field movement
Text Symbol: 031 = - Insert missing field movements
Text Symbol: 030 = Create the Standard PSA Field Movement
Text Symbol: 003 = Create Rollup Fieldmovement
Text Symbol: 002 = Create missing Source Definition
Text Symbol: 001 = Create missing table entries


INCLUDES used within this REPORT RGPSA_TABLE_CREATE

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:

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DIAGNOSETEXT1 = TEXT-031 DIAGNOSETEXT2 = TEXT-032 DIAGNOSETEXT3 = TEXT-033 TEXTLINE1 = TEXT-034 TITEL = TEXT-030 IMPORTING ANSWER = ANS EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DIAGNOSETEXT1 = TEXT-036 TEXTLINE1 = TEXT-034 TITEL = TEXT-035 IMPORTING ANSWER = ANS EXCEPTIONS OTHERS = 1.



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