RNIBI000 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for You can create a batch input session for transaction NP01 (create patient master) with this report...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 RNIBI000 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: DATE_ANF = Valid From
Selection Text: DATE_END = Valid To
Selection Text: DIFFSETS = Different Record Types
Selection Text: EINRI = Institution
Selection Text: FEHLERPR = Error Log
Selection Text: FILENAME = Name of Sequential Dataset
Selection Text: GESAMTPR = Full Log
Selection Text: HIGHDATE = Valid To
Selection Text: INT_NRV = Internal Number Assignment
Selection Text: MNAME = Session Name
Selection Text: OLDDATA = Long Text Transfer
Selection Text: RECS = Number of Records
Selection Text: SALEN = Length of Record Ind.
Selection Text: SAPOS = Offset of Record Ind.
Selection Text: SKENN = Record ID
Selection Text: TID = Service Catalog ID in System
Selection Text: TKENN = Svce Catalog ID in Struct.Def.
Selection Text: TMODUS = Test Mode
Selection Text: USALEN = Length of Subrecord Indic.
Selection Text: USAPOS = Offset of Subrecord Indic.
Selection Text: USARTEN = Subrecord Types
Selection Text: USERDATE = Valid From
Selection Text: BFORMEL = Calculation Formulas
Selection Text: %_SKP017 = ?...(%_SKP017)
Selection Text: %_SKP016 = ?...(%_SKP016)
Selection Text: %_SKP014 = Program
Selection Text: %_SKP013 = ?...(%_SKP013)
Selection Text: %_SKP011 = ?...(%_SKP011)
Selection Text: %_SKP006 = ?...(%_SKP006)
Selection Text: %_SKP005 = ?...(%_SKP005)
Selection Text: %_SKP001 = ?...(%_SKP001)
Title: IS-H: Standard FORM Routines for BI Reports
Text Symbol: 001 = Records Read:
Text Symbol: 002 = Rcrds Skipped:
Text Symbol: 003 = Batch Input Entries:
Text Symbol: 004 = Record:
Text Symbol: 005 = Record Type
Text Symbol: 006 = No structure info found. Record skipped.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING GROUP = MNAME USER = SY-UNAME EXCEPTIONS CLIENT_INVALID = 1 DESTINATION_INVALID = 2 GROUP_INVALID = 3 HOLDDATE_INVALID = 4 INTERNAL_ERROR = 5 QUEUE_ERROR = 6 RUNNING = 7 USER_INVALID = 8.
ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING SS_CVERS = CVERS EXCEPTIONS OTHERS = 1.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.
ISH_READ_DYNP_FIELDS CALL FUNCTION 'ISH_READ_DYNP_FIELDS' EXPORTING DYNNR = DYNPRO PNAME = MPNAME IMPORTING D_HDR = D_HDR TABLES D_FIELDS = ID021S * d_logic = id022s * d_matchc = id023s FIELD_INFO = INDYF EXCEPTIONS NOT_FOUND = 1.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = TCODE TABLES DYNPROTAB = BDCDATA EXCEPTIONS INTERNAL_ERROR = 1 NOT_OPEN = 2 QUEUE_ERROR = 3 TCODE_INVALID = 4.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = TCODE TABLES DYNPROTAB = BDCDATA EXCEPTIONS INTERNAL_ERROR = 1 NOT_OPEN = 2 QUEUE_ERROR = 3 TCODE_INVALID = 4.
WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING FILENAME = FILENAME QUERY = 'FE' " File Exist IMPORTING RETURN = F_EXIST EXCEPTIONS INV_QUERY = 1 NO_BATCH = 2 FRONTEND_ERROR = 3 OTHERS = 4.
WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' * EXPORTING * FILENAME = FILENAME ** CODEPAGE = 'IBM' "Default Space 4.02/RM
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNIBI000 - IS-H: Standard FORM Routines for BI Reports RNIARZF0 - IS-H: FORM Routines for Batch Input Employees/Physicians RNIARZF0 - IS-H: FORM Routines for Batch Input Employees/Physicians RNIARZ02 - IS-H: Include for RNIARZ00 RNIARZ01 - IS-H: Transfer Data to Create Employee/Physician (NG04) RNIARZ01 - IS-H: Transfer Data to Create Employee/Physician (NG04)