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

RNIBI000 SAP ABAP INCLUDE - IS-H: Standard FORM Routines for BI Reports







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


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





Text Symbol: 007 = Errored record, no entry in batch input session
Text Symbol: 008 = Error while calling "NAMETAB_GET"
Text Symbol: 009 = Dump terminated!
Text Symbol: 010 = New Screen:
Text Symbol: 011 = does not exist
Text Symbol: 012 = those errored:
Text Symbol: 013 = Session Created


INCLUDES used within this REPORT RNIBI000

No INCLUDES are used within this REPORT code!


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:

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



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