RNCEDIW0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates a work list from application transactions on the basis of EDI procedures...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 RNCEDIW0 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.
Selection Text: P_DOCTR = Physician
Selection Text: P_EINRI = Institution
Selection Text: P_MANAG = Administration
Selection Text: P_NURSE = Nursing Care
Selection Text: S_FALNR = Case
Title: IS-H EDI Dispatcher and Calling Program Worklists
Text Symbol: S01 = View
Text Symbol: S10 = Nursing Care
Text Symbol: S11 = Physician
Text Symbol: S12 = Administration
INCLUDE MNCEDIG0.
INCLUDE MNC301_VERSION_INDEPENDENT.
INCLUDE MNC30100.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = 'RNCEDIW0' einri = p_einri no_message = on importing rc = rc exceptions others = 1.
ISH_EDI_ACTIVE_PROC_SELECT call function 'ISH_EDI_ACTIVE_PROC_SELECT' exporting einri = p_einri importing ediproc = tnc301g0 exceptions no_active_procedure = 1 function_canceled = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RNCEDIUA2C - IS-H EDI Display Old EDI Status Mgmt Records in Temporary Storage RNCEDIUA2C - IS-H EDI Display Old EDI Status Mgmt Records in Temporary Storage RNCEDIUA - IS-H EDI: Place Old EDI Status Management Records in Temporary Storage