SAP Reports / Programs

RNCEDIUA2C SAP ABAP Report - IS-H EDI Display Old EDI Status Mgmt Records in Temporary Storage







RNCEDIUA2C is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for EDI Display Old EDI Status Management Records in Temporary Storage This program displays message status records from the temporary storage file (NC301T)...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 RNCEDIUA2C 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

ONCEDIUA2C - IS-H Display EDI Recs.in Temp.Storag


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 RNCEDIUA2C. "Basic submit
SUBMIT RNCEDIUA2C AND RETURN. "Return to original report after report execution complete
SUBMIT RNCEDIUA2C 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: SE_LF_D = D .
Selection Text: SE_LF301 = D .
Selection Text: SE_ERDAT = D .
Selection Text: SE_EINRI = D .
Selection Text: SE_DS301 = D .
Selection Text: P_PAT = D .
Selection Text: P_EXTPAT = D .
Selection Text: P_EPROC = D .
Selection Text: P_CASENO = D .
Selection Text: PDISPVAR = D .
Title: IS-H EDI Display Old EDI Status Mgmt Records in Temporary Storage
Text Symbol: U00 = EDI Procedure
Text Symbol: S02 = Further Selection Options
Text Symbol: S01 = Institution
Text Symbol: L19 = Reimport
Text Symbol: L13 = Message Ready to Send, Withheld
Text Symbol: L10 = Internal Error During Message Receipt
Text Symbol: L09 = External Error in Inbound Message
Text Symbol: L08 = Errored Message Rejected
Text Symbol: L07 = Message Processed Successfully
Text Symbol: L06 = Errored Message, Cannot Be Imported
Text Symbol: L05 = Message Sent or Received
Text Symbol: L04 = Message Errored, Cannot Be Sent
Text Symbol: L03 = Message Correct, Ready to Send
Text Symbol: L02 = Outbound Message
Text Symbol: L01 = Inbound Message ;;
Text Symbol: H03 = Number of Entries Selected:
Text Symbol: H01 = Patient:
Text Symbol: H00 = IS-H: Old EDI Messages in Temporary Storage
Text Symbol: F05 = Last changes have been rolled back
Text Symbol: F04 = Number of Records Deleted From Table NC301S:
Text Symbol: F03 = Number of Records Written to Table NC301T:
Text Symbol: F02 = Number of Records Read From Table NC301S:
Text Symbol: F01 = Database Errors
Text Symbol: 007 = Stored ;;
Text Symbol: 006 = S;; abbrev. for 'stored' (007)
Text Symbol: 005 = I/O
Text Symbol: 003 = Status ;;





Text Symbol: 002 = Direction ;;
Text Symbol: 001 = Created


INCLUDES used within this REPORT RNCEDIUA2C

INCLUDE MNCDATA0.
INCLUDE RNDATA00.
INCLUDE RNCOLOUR.
INCLUDE MNCEDIG0.
INCLUDE RNLALV00.
INCLUDE RNCIEDIP.
INCLUDE RNSSIEIN.
INCLUDE RNCIEDII.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.
INCLUDE RNCIEDIU.


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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = hlpvar i_save = 'A' IMPORTING e_exit = gs_exit es_variant = gs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' info = text-l04 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = text-l03 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_YELLOW_LIGHT' info = text-l13 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MAIL' info = text-l05 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SYSTEM_UNDO' info = text-l08 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MAIL' info = text-l05 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_PREVIOUS_OBJECT' info = text-l19 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MESSAGE_ERROR_SMALL' info = text-l09 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MESSAGE_WARNING_SMALL' info = text-l10 IMPORTING RESULT = inc301smon-statusicon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MAIL' info = text-l05 IMPORTING RESULT = inc301smon-statusicon.






ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_OKAY' info = text-l07 IMPORTING RESULT = inc301smon-statusicon.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'RNCEDIUA2C' i_callback_pf_status_set = 'INC301SMON_PF_STATUS_SET' i_callback_user_command = 'INC301SMON_USER_COMMAND' is_layout = gs_layout it_fieldcat = xfield it_excluding = gt_extab[] it_special_groups = gt_sp_groups[] it_sort = gs_sortinfo[] i_default = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] TABLES t_outtab = inc301smon EXCEPTIONS OTHERS = 0.

ISH_CASE_HEADER_LIST CALL FUNCTION 'ISH_CASE_HEADER_LIST' EXPORTING ss_einri = se_einri ss_nfal = infal ss_npat = inpat * SS_PAT_HEADER = ' ' * SS_SHOW_NO_EINRI = ' ' TABLES ss_nbewtab = inbew EXCEPTIONS OTHERS = 0.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = se_einri line_size = replinesz repid = 'EDIUA2C' * "IS-H Abgelegte alte EDI-Nachrichten title_lin1 = text-h00 title_lin2 = title2 uline = ' '.

ISH_EDI_CASE_OVERVIEW CALL FUNCTION 'ISH_EDI_CASE_OVERVIEW' EXPORTING einri = inc301smon-einri ediproc = inc301smon-ediproc falnr = inc301smon-falnr read_unbuffered = on popup = on popup_startcol = 1 popup_startlin = 1 popup_endcol = 85 popup_endlin = 17 EXCEPTIONS no_data_found = 1 OTHERS = 2.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_patnr = ipatname-patnr SS_READ_DB = on SS_CHECK_AUTH = off SS_WITH_NADR = off IMPORTING SS_NPAT = ls_npat EXCEPTIONS OTHERS = 0.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_patnr = wnpat-patnr ss_npat = wnpat IMPORTING ss_pname = ipatname-pnstr.



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