SAP Reports / Programs | Payroll | Payroll: General Parts | Data Transfer(PY-XX-DT) SAP PY

RPUCIA00 SAP ABAP Report - Posting to Accounting: Reworking to Convert Customizing







RPUCIA00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For R/3 Release 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 RPUCIA00 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 RPUCIA00. "Basic submit
SUBMIT RPUCIA00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUCIA00 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: S_LGART = Wage type
Selection Text: MOLGA = Country grouping
Selection Text: DIFF = Display Differences Only
Title: Posting to Accounting: Reworking to Convert Customizing
Text Symbol: WAR = Warning
Text Symbol: V32 = Value proc. class 32 :
Text Symbol: UWW = : Invalid value proc. class 32 :
Text Symbol: UWV = : Unknown value proc. class 32 :
Text Symbol: TOK = agrees
Text Symbol: SKO = : Symbolic account
Text Symbol: SKF = : Missing symbolic account from EClas
Text Symbol: NER = Only A,B,C,D,E,F
Text Symbol: LGA = W. type
Text Symbol: KOA = -> Acc. ass. type
Text Symbol: HDR = WT To No. Cont.V_T52EL from T512W
Text Symbol: EXN = not ex.,from EClass
Text Symbol: BKU = Please check acc.ass.type for symb. account:
Text Symbol: AED = Make changes?


INCLUDES used within this REPORT RPUCIA00

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:

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 "HB_PH4K012133 * key_char_in_non_char_field = 1 * ...

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = 'Änderung durchführen?'(AED) TITEL = 'Warnung'(WAR) IMPORTING ANSWER = ANSWER.



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