RNBILLING_OUTPUT SAP (IS-H: Return Data from BMI) Structure details

Dictionary Type: Structure
Description: IS-H: Return Data from BMI




ABAP Code to SELECT data from RNBILLING_OUTPUT
Related tables to RNBILLING_OUTPUT
Access table RNBILLING_OUTPUT




Structure field list including key, data, relationships and ABAP select examples

RNBILLING_OUTPUT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IS-H: Return Data from BMI" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RNBILLING_OUTPUT TYPE RNBILLING_OUTPUT.

The RNBILLING_OUTPUT table consists of various fields, each holding specific information or linking keys about IS-H: Return Data from BMI data available in SAP. These include MANDT (Client), GUID (UUID in compressed form (22 character UUENCODEd)), EVENT (IS-H: Event for Triggering Messages, Forms), APPLK (Application (Always N for IS-H)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RNBILLING_OUTPUT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
KEY_DATA 0
MANDTClient MANDTCLNT3MANDT
GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6N_EVENT
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EINRIInstitution EINRICHAR4ALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10ALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5LFDBEW
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10ALPHARI_KUNNRKOT
COMNUMCommunication Sequence Number ISH_COMNUMCHAR32ISH_COMNUM
KEY1IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY2IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY3IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY4IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY5IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY6IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
TATransaction Code TCODECHAR20TCODETCD
DATA_TYPEData Type of Message (Data Sent or Received) ISH_DATA_TYPECHAR1ISH_DATA_TYPE
REF_GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
RNKSKX 0
RNKSPX 0
VNLKZ 0
IRSHA 0
COMNUMCommunication Sequence Number ISH_COMNUMCHAR32ISH_COMNUM
MESSG 0
MSBEG Begin0
MSGTY Request Message Type0
RETRN Return Code0
HCODE Hospital Code0
TCODE Terminal Code0
SDATE Send Date0
RDATE Receive Date0
MBODY Message Body0
SYSIF System Information0
SYSEX System Extend0
MSEND End0

Key field Non-key field



How do I retrieve data from SAP structure RNBILLING_OUTPUT using ABAP code?

As RNBILLING_OUTPUT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RNBILLING_OUTPUT as there is no data to select.

How to access SAP table RNBILLING_OUTPUT

Within an ECC or HANA version of SAP you can also view further information about RNBILLING_OUTPUT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!