SAP Reports / Programs

HUACFPN1 SAP ABAP Report - Form PN-1







HUACFPN1 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 HUACFPN1 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

HRPAYUAFP8 - Form P8
HRPAYUA1PN - Form PN1


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 HUACFPN1. "Basic submit
SUBMIT HUACFPN1 AND RETURN. "Return to original report after report execution complete
SUBMIT HUACFPN1 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: VYK = VYK
Selection Text: TEL_VYK = Tel N
Selection Text: R_NEXT = Rows per other pages
Selection Text: R_FIRST = Rows per first page
Selection Text: PA_BUKRS = BE
Selection Text: PATH_XML = Path to XML
Selection Text: DAT = Date
Selection Text: KER = KER
Title: Form PN-1
Text Symbol: ROW = Rows must be one or more!
Text Symbol: M12 = December
Text Symbol: M11 = November
Text Symbol: M10 = October
Text Symbol: M09 = September
Text Symbol: M08 = August
Text Symbol: M07 = July
Text Symbol: M06 = June
Text Symbol: M05 = May
Text Symbol: M04 = April
Text Symbol: M03 = March
Text Symbol: M02 = February
Text Symbol: M01 = January
Text Symbol: GOO = Go on
Text Symbol: END = Cancel
Text Symbol: 010 = , tel.
Text Symbol: 009 = on
Text Symbol: 008 = p.
Text Symbol: 007 = p. -
Text Symbol: 006 = with
Text Symbol: 005 = Long period
Text Symbol: 004 = Period is too long, this may cause problems. Continue?
Text Symbol: 003 = Persons
Text Symbol: 002 = from
Text Symbol: 001 = Order #


INCLUDES used within this REPORT HUACFPN1

INCLUDE PCPN1UA0.


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_GET_IS_UNICODE_SYSTEM CALL FUNCTION 'TR_GET_IS_UNICODE_SYSTEM' IMPORTING ev_is_unicode_system = gv_unicode.

WS_EXECUTE CALL FUNCTION 'WS_EXECUTE' EXPORTING * DOCUMENT = ' ' * CD = ' ' * COMMANDLINE = ' ' * INFORM = ' ' PROGRAM = edurl_def * STAT = ' ' * WINID = ' ' * OSMAC_SCRIPT = ' ' * OSMAC_CREATOR = ' ' * WIN16_EXT = ' ' * EXEC_RC = ' ' * IMPORTING * RBUFF = EXCEPTIONS FRONTEND_ERROR = 1 NO_BATCH = 2 PROG_NOT_FOUND = 3 ILLEGAL_OPTION = 4 GUI_REFUSE_EXECUTE = 5 OTHERS = 6 .



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