RNCTTREF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Change Message Reference Assignments This is a test program for changing the messages reference assignments (table NC301S, field LF301REF)...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 RNCTTREF 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_EINRI = Institution
Selection Text: P_EPROC = EDI Procedure
Selection Text: P_EXTKEY = Update External Key also
Selection Text: P_LF301 = Message Number
Selection Text: P_NONEX = Update also w/o Ref. Message
Selection Text: P_EDIREF = New Reference Message
Title: IS-H: Change Message Assignment LF301REF
Text Symbol: T01 = Institution
Text Symbol: U00 = EDI Procedure
Text Symbol: X01 = Reference Message Number Changed to:
Text Symbol: X02 = New Case Number:
INCLUDE MNCDATA0.
INCLUDE RNCIEDIP.
INCLUDE RNCIEDII.
INCLUDE RNSSSPBO.
INCLUDE RNCIEDIU.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING REPID = REPORT_ID EINRI = P_EINRI * NO_MESSAGE = ' ' IMPORTING RC = AUTH_RC EXCEPTIONS OTHERS = 1.
ISH_EDI_READ_TNC301GI CALL FUNCTION 'ISH_EDI_READ_TNC301GI' EXPORTING INSTITUTION = P_EINRI EDIPROC = P_EPROC IMPORTING ACTIVE = ACTIVE_FLAG EXCEPTIONS OTHERS = 1.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING EINRI = P_EINRI LINE_SIZE = RNSTAT-LINE_SIZE REPID = REPID * title_lin1 = rnstat-title_lin1 TITLE_LIN2 = ' ' ULINE = SPACE * verbegdt = init_date * verenddt = init_date EXCEPTIONS INVALID_EINRI = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNCTTREF - IS-H: Change Message Assignment LF301REF RNCTTREF - IS-H: Change Message Assignment LF301REF RNCTTEDIBLDWITHCASENO - IS-H EDI: Order Processing RNCTTEDIBLDWITHCASENO - IS-H EDI: Order Processing RNCTTCMS - IS-H : Set Communication Status for a Case RNCTTCMS - IS-H : Set Communication Status for a Case