RNCEDIWORK2_GET_PNT_MULTIF01 is a standard ABAP INCLUDE 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 RNCEDIWORK2_GET_PNT_MULTIF01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RNCEDIWORK2_GET_PNT_MULTIF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SAP_BP_CHECK_ACTIVE * CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' * IMPORTING * e_status = p_lv_status * EXCEPTIONS * not_active = 0.
ISH_PNT_API_PARTNER_GET * CALL FUNCTION 'ISH_PNT_API_PARTNER_GET' * EXPORTING * it_old_partner = p_lt_npat_pk * i_map_ind = '2' * IMPORTING * et_partner = lt_npnt_pk * e_status = lv_status * et_rc = lt_rc.
ISH_PNT_API_GET_MULTI * CALL FUNCTION 'ISH_PNT_API_GET_MULTI' * EXPORTING * it_pnt_pk = lt_npnt_pk * i_read_db = on *" i_buffer_req = on * IMPORTING * et_npat = p_lt_npat * et_rc = p_lt_rc.
ISH_SAP_BP_CHECK_ACTIVE * CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' * IMPORTING * e_status = p_lv_status * EXCEPTIONS * not_active = 0.
ISH_PNT_API_EXTNR_GET_LIST * CALL FUNCTION 'ISH_PNT_API_EXTNR_GET_LIST' * EXPORTING * it_pnt_extnr = p_it_extnr * i_read_db = on * IMPORTING * et_pnt_ppk = lt_pnt_ppk * et_rc = p_et_rc.
ISH_PNT_API_GET_MULTI * CALL FUNCTION 'ISH_PNT_API_GET_MULTI' * EXPORTING * it_pnt_pk = lt_pnt_ppk * i_read_db = on * IMPORTING * et_npat = p_et_npat * et_rc = p_et_rc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNCEDIWORK2_GET_PNT_MULTIF01 - Include RNCEDIWORK2_GET_PNT_MULTIF01 RNCEDIWORK2 - EDI Worklist RNCEDIWORK2 - EDI Worklist RNCEDIW0 - IS-H EDI Dispatcher and Calling Program Worklists RNCEDIW0 - IS-H EDI Dispatcher and Calling Program Worklists RNCEDIUA2C_GET_PAT_DETAILS_F01 - Include RNCEDIUA2C_GET_PAT_DETAILS_F01