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

RPCIPE00 SAP ABAP Report - Posting to Accounting: Create Posting Run







RPCIPE00 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 RPCIPE00 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 RPCIPE00. "Basic submit
SUBMIT RPCIPE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCIPE00 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: TSTLVL = Type of document creation
Selection Text: TABLDAT = Posting date acc.to period def
Selection Text: SIM_FROM = Simulation from
Selection Text: RPCALC = Name of Payroll Program
Selection Text: PVARI = Posting Variant
Selection Text: PROT = Output log
Selection Text: POSTDATE = Posting Date
Selection Text: PCOPL = Provide Cost Planning
Selection Text: PAYTY = Payroll Type
Selection Text: PAYID = Payroll ID
Selection Text: MCSEP = Exclude Payroll Type S
Selection Text: EXPLDAT = Manual Posting Date
Selection Text: EVALNAME = Text on posting run
Selection Text: DOCDATE = Document Date
Selection Text: CHKDAT = Check Date as Posting Date
Selection Text: CALCVARI = Report Variant
Selection Text: CALCSIM = Simulate Payroll Run
Selection Text: BONDT = Bonus Date
Title: Posting to Accounting: Create Posting Run
Text Symbol: TDF = Posting Date
Text Symbol: TDE = Manually
Text Symbol: TDC = Acc. to Payment Date
Text Symbol: TDA = Acc. to Period Definition
Text Symbol: SS2 = Data for document creation
Text Symbol: SS1 = Run Attributes
Text Symbol: SS0 = Specify posting date
Text Symbol: SPP = Special Periods
Text Symbol: SPC = Payroll Simulation
Text Symbol: SIA = Cost Planning
Text Symbol: PRS = Person
Text Symbol: PRD = Period
Text Symbol: PER = Personnel Number
Text Symbol: MC1 = Exclude Payroll Type S
Text Symbol: LOG = Preparing Log
Text Symbol: EVV = Enter a Valid Value (-> F4)
Text Symbol: EPD = Enter Posting Date
Text Symbol: C04 = Posting variant
Text Symbol: C03 = Type of document creation





Text Symbol: C02 = Off-Cycle Payroll Run


INCLUDES used within this REPORT RPCIPE00

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-log.



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