SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

HPLUFRM0 SAP ABAP Report - Form repository







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

HRPADPLFORM - Form repository


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 HPLUFRM0. "Basic submit
SUBMIT HPLUFRM0 AND RETURN. "Return to original report after report execution complete
SUBMIT HPLUFRM0 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: FRMCL = Class
Selection Text: FRMNAME = Form name
Title: Form repository
Text Symbol: 002 = Do you want to delete this form


INCLUDES used within this REPORT HPLUFRM0

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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting TEXT_QUESTION = QUEST POPUP_TYPE = 'ICON_MESSAGE_QUESTION' default_button = '2' importing answer = answer exceptions text_not_found = 1 others = 2 .

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING DEF_FILENAME = FILENAME * def_path = filepath MASK = ',*.*,*.*.'

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING FILENAME = FILE FILETYPE = 'BIN' * HAS_FIELD_SEPARATOR = ' ' * HEADER_LENGTH = 0 * READ_BY_LINE = 'X' * DAT_MODE = ' ' * CODEPAGE = ' ' * IGNORE_CERR = ABAP_TRUE * REPLACEMENT = '#' * CHECK_BOM = ' ' IMPORTING FILELENGTH = FSIZE * HEADER = TABLES DATA_TAB = XFILE * EXCEPTIONS * FILE_OPEN_ERROR = 1 * FILE_READ_ERROR = 2 * NO_BATCH = 3 * GUI_REFUSE_FILETRANSFER = 4 * INVALID_TYPE = 5 * NO_AUTHORITY = 6 * UNKNOWN_ERROR = 7 * BAD_DATA_FORMAT = 8 * HEADER_NOT_ALLOWED = 9 * SEPARATOR_NOT_ALLOWED = 10 * HEADER_TOO_LONG = 11 * UNKNOWN_DP_ERROR = 12 * ACCESS_DENIED = 13 * DP_OUT_OF_MEMORY = 14 * DISK_FULL = 15 * DP_TIMEOUT = 16 * OTHERS = 17 .

HR_PL_GET_FORM CALL FUNCTION 'HR_PL_GET_FORM' EXPORTING FORMID = FRMNAME FORMCL = FRMCL * TEST_ONLY = ' ' CHANGING DOC_FILE = FILE EXCEPTIONS FORM_NOT_EXISTS = 1 COMMUNICATION_ERROR = 2 OTHERS = 3 .

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' IMPORTING WE_ORDER = MY_ORDER WE_TASK = MY_TASK TABLES WT_KO200 = T_KO200 WT_E071K = T_E071K EXCEPTIONS OTHERS = 01.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' * EXPORTING * WI_ORDER = ' ' IMPORTING WE_ORDER = MY_ORDER WE_TASK = MY_TASK TABLES WT_KO200 = T_KO200 WT_E071K = T_E071K EXCEPTIONS OTHERS = 01.

HR_PL_GET_FORM_F4 CALL FUNCTION 'HR_PL_GET_FORM_F4' EXPORTING FRCLA = '' IMPORTING FRNAM = FRMNAME EXCEPTIONS UNKNOWN_ERR = 1 OTHERS = 2 .

HR_PL_GET_FORM CALL FUNCTION 'HR_PL_GET_FORM' EXPORTING FORMID = FRMNAME FORMCL = FRMCL TEST_ONLY = 'X' CHANGING DOC_FILE = FN EXCEPTIONS FORM_NOT_EXISTS = 1 COMMUNICATION_ERROR = 2 OTHERS = 3.



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