HMXCSPPPBS_CE 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 HMXCSPPPBS_CE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M32_PBS_CSPP_CE - SAR report per payroll period
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: SND_PERN = D .
Selection Text: TRANSDA = Transmission date
Selection Text: TOBJ_SA = TemSe file name
Selection Text: TOBJ_RE = TemSe file name
Selection Text: TEST = Generate files
Selection Text: SS_WKDAY = Contr. days in two-month per.
Selection Text: FILENAM1 = File attachment A
Title: Report HMXCSPPPBS
Text Symbol: TM7 = Replace?
Text Symbol: TM6 = exists.
Text Symbol: TM5 = TemSe object
Text Symbol: TM4 = Reading of TemSe file
Text Symbol: TM3 = Save in TemSe format
Text Symbol: TM2 = TemSe file name
Text Symbol: TM1 = TemSe file
Text Symbol: T06 = Message
Text Symbol: T05 = ICEFA
Text Symbol: S01 = Output format
Text Symbol: I06 = Negative contributions
Text Symbol: I05 = its name indicating Workers
Text Symbol: I04 = Magnetic file(s) saved in
Text Symbol: E14 = > selection parameter =
Text Symbol: E13 = Contrib. days in 2 mo. period (/PDY) =
Text Symbol: E09 = Employee's federal entity not found
Text Symbol: E08 = Place of birth not found
Text Symbol: E07 = ICEFA key not found
Text Symbol: E06 = Gender nt fnd
Text Symbol: E05 = Date of birth not found
Text Symbol: E04 = Payroll results not found
Text Symbol: E03 = RFC not found
Text Symbol: E02 = use report HMXCSARPBS
Text Symbol: E01 = For declarations ending in
Text Symbol: E00 = No changes in Integrated Wage
Text Symbol: 003 = is B type (dereg.)
Text Symbol: 002 = not valid or not found
Text Symbol: 001 = Bimonthly declaration
INCLUDE HMXCSPPPBS_D_CE. "SAR DATA DEFINITION "C5086580_CE
INCLUDE RPC2RX09.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.