RPUCVT30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RPUCVT30 converts the HR symbolic account <-> G/L account/ customer/vendor assignment (transactions HRF, HRC, HRD, HRK in table T030) from a pre-4...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 RPUCVT30 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: KTOPL = Chart of accounts
Selection Text: MOLGA = Country grouping
Selection Text: TEST = Test
Title: Convert table T030 for transactions HRC, HRF, HRD, HRK (Utility 4.0)
Text Symbol: BGK = : Maintain same account for debit and credit
Text Symbol: ESK = Adjust with setting to symbolic account
Text Symbol: EWE = Enter single values only
Text Symbol: EWF = Enter at least one value
Text Symbol: KSU = No records for conversion. Conversion (where applicable) has already taken place
Text Symbol: MAG = EGrp
Text Symbol: MGZ = Employee grouping-dependent assignment for document split account is not converted.
Text Symbol: SMO = : Records exist with and without employee grouping
Text Symbol: SYK = Symb. accnt.
Text Symbol: UMG = converted
Text Symbol: ZSK = Assignment for sym.acct
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING FIELDNAME = 'MOLGA' TABNAME = 'T500L' IMPORTING SELECT_VALUE = MOLGA-LOW.
TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING IV_CATEGORY = 'CUST' IV_CLI_DEP = 'X' IMPORTING EV_ORDER = L_CORR_ORDER EV_TASK = L_CORR_TASK.
TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING WI_SIMULATION = ' ' WI_SUPPRESS_KEY_CHECK = ' ' WI_TRKORR = L_CORR_TASK TABLES WT_E071 = L_E071_TAB WT_E071K = L_E071K_TAB EXCEPTIONS OTHERS = 1. "YLHP45K028624
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUCVT30 - Convert table T030 for transactions HRC, HRF, HRD, HRK (Utility 4.0) RPUCVT30 - Convert table T030 for transactions HRC, HRF, HRD, HRK (Utility 4.0) RPUCUTB0 - Data declaration for Belgian Customizing Module RPUCUSTT0 - documentation and ABAP source code RPUCUSTO0 - documentation and ABAP source code RPUCUSTF0 - documentation and ABAP source code