SAP Reports / Programs

HPLUVGEN SAP ABAP Report - Subsequent Generation of Additional ITs for Views for Poland







HPLUVGEN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of release 3...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HPLUVGEN 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 HPLUVGEN. "Basic submit
SUBMIT HPLUVGEN AND RETURN. "Return to original report after report execution complete
SUBMIT HPLUVGEN 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: S_PERNR = Personal number
Selection Text: P_TEST = Test
Title: Subsequent Generation of Additional ITs for Views for Poland
Text Symbol: 022 = No data in primary IT. Subsequent IT view not generated.
Text Symbol: 021 = No success messages in test mode for personel numbers.
Text Symbol: 020 = Subsequent infotype view generated.
Text Symbol: 019 = Processed personnel numbers
Text Symbol: 018 = No conversion for view:
Text Symbol: 017 = No conversion routines for CGr:
Text Symbol: 016 = New personnel number.
Text Symbol: 015 = TEST MODE - No database conversion occurred
Text Symbol: 014 = Number of added infotype records:
Text Symbol: 013 = Number of converted personnel nos:
Text Symbol: 012 = Number of infotypes that already exist:
Text Symbol: 011 = Number of incorrect personnel nos:
Text Symbol: 010 = Number of relevant personnel nos:
Text Symbol: 008 = Error when adding new records:
Text Symbol: 007 = Subsequent infotype already exists:
Text Symbol: 006 = No entry in table T001P
Text Symbol: 005 = Infotype 0001 does not exist
Text Symbol: 004 = Error when updating PA0003
Text Symbol: 003 = Error when reading feature IVWID
Text Symbol: 002 = No IVWID specified
Text Symbol: 001 = Start of subsequent IT view generation in client:


INCLUDES used within this REPORT HPLUVGEN

INCLUDE RPUMKC00.


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:

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXCEPTIONS PROGRAM_ERROR = 1 NO_LOGS = 2 OTHERS = 3 .

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = gv_node_key i_row_data = ls_alv EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'MESS' it_fieldcat = gt_fieldcat EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = text-019 "processed pernrs i_categ_id = 'MESS' IMPORTING e_node_key = gv_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-cprog i_structure_name = 'P46_HPLUVGEN' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING I_NODE_KEY = sv_stats_node_key I_STCNT = lv_pe_count I_MSGID = gv_mess_ag I_MSGTY = p_msgty I_MSGNO = '016' I_MSGV1 = p_mess_text IMPORTING E_STATS_NODE_KEY = sv_stats_node_key EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .



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