SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNCTTREF SAP ABAP Report - IS-H: Change Message Assignment LF301REF







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


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 RNCTTREF. "Basic submit
SUBMIT RNCTTREF AND RETURN. "Return to original report after report execution complete
SUBMIT RNCTTREF 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: 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:


INCLUDES used within this REPORT RNCTTREF

INCLUDE MNCDATA0.
INCLUDE RNCIEDIP.
INCLUDE RNCIEDII.
INCLUDE RNSSSPBO.
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:

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.



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