RGPSA_INITAL_SETUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This Correction ABAP is only used to correct the settings of the PSA ledger 4P, 4Q, 4R and 4S...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RGPSA_INITAL_SETUP 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_UPD = Update Mode
Selection Text: P_UBQ = Unblock Ledger 4Q for Rollup
Selection Text: P_TC = Trans. currency transfer
Selection Text: P_SH = Debit/Credit Ind. transfer
Selection Text: P_QT = Quantity for 4P/Q transfer
Selection Text: P_BLQ = Block Ledger 4Q for Rollup
Selection Text: P_4C = Copy 4C Ledger to 4Q & 4S
Selection Text: P_4A = Copy 4A Ledger to 4P & 4R
Title: Report RGPSA_INITAL_SETUP
Text Symbol: 036 = Update T807 o.k.- Ledger 4Q unblocked
Text Symbol: 035 = Update T807 o.k.- Ledger 4Q blocked
Text Symbol: 034 = Update T807 failed
Text Symbol: 033 = updated/inserted
Text Symbol: 032 = Dr/Cr-Ind.
Text Symbol: 031 = Transaction Curr flag
Text Symbol: 030 = Curr. Types
Text Symbol: 029 = Ledger:
Text Symbol: 028 = Text2
Text Symbol: 027 = Text1
Text Symbol: 026 = Keep 4Q as is
Text Symbol: 025 = Unblock 4Q
Text Symbol: 024 = The seetings for Ledger 4C should have been copied to 4Q and 4S
Text Symbol: 022 = Before Ledger 4Q is unblocked for Rollup, it has to be correctly customized
Text Symbol: 016 = keep 4Q as is
Text Symbol: 015 = Block ledger 4Q
Text Symbol: 014 = 5J3-PSC-RLDNR-4A-4C (remove the 4C line) - see also note 841051
Text Symbol: 012 = Blocking 4Q for Rollup also requires to change sets 5J3-PSC-RLDNR-4C and
Text Symbol: 009 = Update - this will overwrite existing records in T881, T881T!!
Text Symbol: 008 = Block/Unblock ledger 4Q for rollup
Text Symbol: 007 = Transferring the Quantity for the PSA Ledger 4P/Q
Text Symbol: 006 = remove flag
Text Symbol: 005 = keep flag
Text Symbol: 004 = will increase the number of records in JVPSC01T - default is NO
Text Symbol: 003 = Setting the Debit/Credit Indicator for the PSA LEdgers
Text Symbol: 002 = Transfering the Transaction Currency for the PSA Ledgers
Text Symbol: 001 = Copy JVA Ledger settings to PSA ledgers
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CHECK_ERP_JVA_LIST CALL FUNCTION 'CHECK_ERP_JVA_LIST' IMPORTING EV_CHECK_SWITCH_FLAG = lv_switch_flag EXCEPTIONS INVALID_SWITCH = 1 OTHERS = 2 .
POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-012 textline2 = text-014 text_option1 = text-015 text_option2 = text-016 titel = sy-title importing answer = w_keep.
POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-022 textline2 = text-024 text_option1 = text-025 text_option2 = text-026 titel = sy-title importing answer = w_keep.
POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-002 textline2 = text-004 text_option1 = text-005 text_option2 = text-006 titel = sy-title importing answer = w_keep.
POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-003 textline2 = text-004 text_option1 = text-005 text_option2 = text-006 titel = sy-title importing answer = w_keep.
POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting textline1 = text-007 text_option1 = text-005 text_option2 = text-006 titel = sy-title importing answer = w_keep.
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_INITAL_SETUP - Report RGPSA_INITAL_SETUP RGPSA_INITAL_SETUP - Report RGPSA_INITAL_SETUP RGPSA_GLOBAL_TOP - Global definitions for PSA calc und FC RGPSA_GLOBAL_FORMS - Include for global used forms RGPSA_FORMS_46B - PSC includes - FORMS from Hubert Jung RGPSA_EXIT - Maintain rollup exit program for PSC