MNRSFCL0 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 MNRSFCL0 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: IS-H: Classes for Risk Factor Processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING OBJECT = 'NRSF' NAME = TEXTNAME ID = '0000' LANGUAGE = '*' * SAVEMODE_DIRECT = ' ' * KEEP = ' ' * IMPORTING * COMMIT_COUNT = EXCEPTIONS OTHERS = 1.
ISH_VERBUCHER_NRSF CALL FUNCTION 'ISH_VERBUCHER_NRSF' "in update task EXPORTING TCODE = SY-TCODE UPD_ICDTXT = OFF UPD_NRSF = ON UP_DATE = SY-DATUM UP_TIME = SY-UZEIT TABLES ICDTXT = ICDTXT XNRSF = XNRSF YNRSF = YNRSF EXCEPTIONS OTHERS = 1.
ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING SS_PATNR = P_PATNR IMPORTING SS_NPAT = NPAT EXCEPTIONS NOT_FOUND = 01 NO_AUTHORITY = 02 OTHERS = 4.
ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING SS_CVERS = CVERS EXCEPTIONS OTHERS = 1.
ISH_CMSTATUS_GET CALL FUNCTION 'ISH_CMSTATUS_GET' EXPORTING EDIPROC = GCN_EDI_NPMI EXTPATID = EXTNR IMPORTING E_CMSTATUS = CSTAT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
ISH_READ_TNRSF CALL FUNCTION 'ISH_READ_TNRSF' TABLES E_TNRSF = ITNRSF EXCEPTIONS OTHERS = 1.
ISH_NPMI_RECEIVE_RF_INTERNAL CALL FUNCTION 'ISH_NPMI_RECEIVE_RF_INTERNAL' EXPORTING INSTITUTION = EINRI PATNUMBER = P_PATNR "FIXME EXTPATID = EXTNR * EDIPROC = 'NPMI' IMPORTING E_ERRORFLAG = NPMI_ERRORFLAG TABLES E_NRSF = NPMI_NRSF E_RNC301ERR = RNC301ERR EXCEPTIONS MISSING_PARAMETERS = 1 NOT_FOUND = 2 NO_EXTPATID = 3 WRONG_CMSTATUS = 4 WRONG_SESTATUS = 5 DECODING_ERROR = 6 NO_MSG_AVAILABLE = 7 OTHERS = 8.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = '0000' LANGUAGE = SY-LANGU NAME = TEXTNAME OBJECT = 'NRSF' EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = TEXTHEADER * INSERT = ' ' IMPORTING FUNCTION = LGTXT_CHANGED TABLES LINES = TLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.
ISH_NGPA_CONCATENATE CALL FUNCTION 'ISH_NGPA_CONCATENATE' EXPORTING SS_GPART = NEW_NRSF-DOCTR SS_READ_NGPA = ON SS_ROLLE = '1' IMPORTING SS_PNAME = P_DOCTTX EXCEPTIONS WRONG_GPART = 1 OTHERS = 2.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = '0000' LANGUAGE = SY-LANGU NAME = TEXTNAME OBJECT = 'NRSF' TABLES LINES = TLINES EXCEPTIONS OTHERS = 8.
ISH_READ_TNRSF CALL FUNCTION 'ISH_READ_TNRSF' TABLES E_TNRSF = TMP_TNRSF EXCEPTIONS OTHERS = 1.
ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING SS_CVERS = COUNTRY_VERSION EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.