SAP Reports / Programs | Payroll | Non Profit Organizations(PY-NPO) SAP PY

HUNUINTE10 SAP ABAP Report - Prepare Integration (OM with PA) esp. for Positions







HUNUINTE10 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 HUNUINTE10 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 HUNUINTE10. "Basic submit
SUBMIT HUNUINTE10 AND RETURN. "Return to original report after report execution complete
SUBMIT HUNUINTE10 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: TEST = Test
Selection Text: MOVEOBJ = Create objects
Selection Text: MAINTAIN = Only objects with orig. in OM.
Selection Text: DELEXIST = Delete existing objects first.
Selection Text: DELEOLDS = Delete non-existant objects.
Title: Prepare Integration (OM with PA) esp. for Positions
Text Symbol: U13 = The entries in table T5U13 have been deleted.
Text Symbol: TI3 = Delete non-existant objects.
Text Symbol: TI2 = Create objects in PA tables.
Text Symbol: TI1 = Action Options
Text Symbol: SAT = Record(s)
Text Symbol: POS = Tables 528T and 528B are maintained.
Text Symbol: ORG = Table 527X is maintained.
Text Symbol: OBJ = Object
Text Symbol: NON = Error: No tables have been maintained.
Text Symbol: K13 = The entries in table T5D13 have been deleted.
Text Symbol: JOB = Tables 513S and 513 are maintained.
Text Symbol: GUE = Validity
Text Symbol: D13 = The entries in table T5D13 have been deleted.
Text Symbol: C13 = The entries in table T5C13 have been deleted.
Text Symbol: BEZ = Name
Text Symbol: 528 = Entries in tables T528B, T528T have been deleted.
Text Symbol: 513 = The entries in table T513 have been deleted.
Text Symbol: 28T = Table T528T has been maintained.
Text Symbol: 28B = Table T528B has been maintained.
Text Symbol: 27X = The entries in table T527X have been deleted.
Text Symbol: 13T = The entries in table T513S have been deleted.
Text Symbol: 13S = Tabelle T513S has been maintained.
Text Symbol: 016 = Object Description
Text Symbol: 015 = Detail
Text Symbol: 014 = Objects &1 (&2) transfered to PA tables
Text Symbol: 013 = Table T513 has been maintained.
Text Symbol: 005 = The objects have been deleted in the PA tables.
Text Symbol: 004 = Update of the PA tables not required.
Text Symbol: 003 = Test mode: PA tables were not changed.
Text Symbol: 002 = The following objects are being transfered to the PA tables:
Text Symbol: 001 = The following objects must be deleted in the PA tables:
001 &0..................&3.............&1..................&2..................





INCLUDES used within this REPORT HUNUINTE10

INCLUDE RHODAT00.


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_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = obj_pal_log->c_root_node i_node_txt = text-001 i_categ_id = c_pal_categids-ae_del IMPORTING e_node_key = g_del_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = obj_pal_log->c_root_node i_node_txt = g_obj_node_txt i_categ_id = 'STATS' i_icon = '@FG@' IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_node_key = obj_pal_log->g_node_key i_stcnt = g_stcnt i_msgid = 'BL' i_msgno = '001' i_msgv1 = g_obj_node_txt EXCEPTIONS OTHERS = 99.

HRDSYS_SHOW_DOCU CALL FUNCTION 'HRDSYS_SHOW_DOCU' "VWMDSYS EXPORTING "VWMDSYS * MOLGA = ' ' "VWMDSYS ONAME = 'PRELI' "VWMDSYS OTYPE = 'SEKZ' "VWMDSYS EXCEPTIONS "VWMDSYS WRONG_OTYPE = 1 "VWMDSYS LOIO_NOT_FOUND = 2 "VWMDSYS INTERNAL_ERROR = 3 "VWMDSYS OTHERS = 4. "VWMDSYS

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING INTEGRATED_PLVAR = ACT_PLVAR ORG_INTEGRATION = ACT_ORGA.

RH_GET_OBJECTS_FROM_E071K * CALL FUNCTION 'RH_GET_OBJECTS_FROM_E071K' * EXPORTING * CORRNUM = CORRTASK * TABLES * ST_PLOGI_DEL = ACT_PLOGI_DEL * ST_PLOGI = ACT_PLOGI * WF_PLOGI_DEL = WF_PLOGI_DEL * WF_PLOGI = WF_PLOGI * EXCEPTIONS * CORRNUM_DONT_EXIST = 1 * OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = g_del_node_key i_row_data = l_del_row EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_node_key i_node_txt = text-015 i_categ_id = c_pal_categids-ae_detail IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INFORMATION' info = text-016 add_stdinf = ' ' IMPORTING RESULT = l_obj-hotspot EXCEPTIONS OTHERS = 0.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_obj EXCEPTIONS OTHERS = 99.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = c_alv_structures-ae_detail CHANGING ct_fieldcat = l_i_fieldcat EXCEPTIONS OTHERS = 99.

HRDSYS_SHOW_DOCU CALL FUNCTION 'HRDSYS_SHOW_DOCU' EXPORTING ONAME = 'PRELI' OTYPE = 'SEKZ' EXCEPTIONS WRONG_OTYPE = 1 LOIO_NOT_FOUND = 2 INTERNAL_ERROR = 3 OTHERS = 4.



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