SAP Reports / Programs

HUACFP49 SAP ABAP Report - Forms P-49, P-53







HUACFP49 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 HUACFP49 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRPAYUAP49 - Payroll sheet Form P49


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 HUACFP49. "Basic submit
SUBMIT HUACFP49 AND RETURN. "Return to original report after report execution complete
SUBMIT HUACFP49 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: ZDATE = Date of Report
Selection Text: UKUD_C = UKUD Code
Selection Text: SO_WTPCD = D .
Selection Text: ROZRVD = Payroll Calculation Sheet #
Selection Text: RB_WTR = Wage Type Reporter View
Selection Text: RB_PERNR = Personnel Number
Selection Text: RB_INPER = In-period View
Selection Text: RB_IDCDE = ID Code
Selection Text: RB_FRPER = For-period View
Selection Text: RAHUNOK = Correspondent account
Selection Text: P_XMLSHT = XML stylesheet
Selection Text: P_XMLPTH = Path
Selection Text: P_CSVPTH = Path
Selection Text: P_CSVNME = File name
Selection Text: PLATVD = Payroll Sheet #
Selection Text: OPENDD = until
Selection Text: OPBEGD = Pay from
Selection Text: NCEHNA = Chief of Dept
Selection Text: KERINA = Director
Selection Text: KCPRIZN = End use code
Selection Text: KAOBLIK = Analitic account code
Selection Text: GLBUNA = Chief Accountant
Selection Text: EDRPOU = EDRPOU Code
Selection Text: EDRPNA = Enterprise name
Selection Text: DEPTNA = Department
Selection Text: CB_XML = XML output
Selection Text: CB_CSV = CSV output
Title: Forms P-49, P-53
Text Symbol: 014 = kop
Text Symbol: 013 = hrn
Text Symbol: 012 = Header data
Text Symbol: 011 = Output options
Text Symbol: 010 = Wage Codes
Text Symbol: 007 = In-Period
Text Symbol: 006 = For-Period
Text Symbol: 005 = Position
Text Symbol: 004 = Org.Unit
Text Symbol: 003 = Name





Text Symbol: 002 = Personal Number
Text Symbol: 001 = #


INCLUDES used within this REPORT HUACFP49

INCLUDE PCP49UA0.
INCLUDE PCP49UA1.


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:

No SAP FUNCTION MODULES are executed within this report code!



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