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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGPSA_TABLE_CREATE - Maintain and check PSA specific tables in customer client RGPSA_TABLE_CREATE - Maintain and check PSA specific tables in customer client RGPSA_STOCK_ADJUSTMENT_REV - PSA Stock Adjustments Reversal RGPSA_STOCK_ADJUSTMENT_REV - PSA Stock Adjustments Reversal RGPSA_STOCK_ADJUSTMENT - PSA Stock Adjustments RGPSA_STOCK_ADJUSTMENT - PSA Stock Adjustments