BAPINALL SAP (IS-H BAPI Universal Reference Fields) Structure details

Dictionary Type: Structure
Description: IS-H BAPI Universal Reference Fields




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




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

BAPINALL 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 BAPI Universal Reference Fields" 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_BAPINALL TYPE BAPINALL.

The BAPINALL table consists of various fields, each holding specific information or linking keys about IS-H BAPI Universal Reference Fields data available in SAP. These include INSTITUTION (Institution), PATCASEID (IS-H: Case Number), PATIENTID (IS-H: Patient Number), MAXCNT (IS-H: Maximum number of objects).. 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 (character-type or numeric)


SAP BAPINALL 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
CLIENTClient MANDTCLNT3T000MANDT
INSTITUTIONInstitution EINRICHAR4TN01ALPHAEINRIEIN
PATCASEIDIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
PATIENTIDIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
MAXCNTIS-H: Maximum number of objects MAXCNTINT410SYST_LONG
TESTRUNIS-H: Test Run Without Database Changes (Checkbox) NTESTRUNCHAR1XFELD
TRANSACT_MODEIS-H: Operat. Mode of IS-H Transaction (Normal/Stand-Alone) N_TRMODUSCHAR1N_TRMODUS
WORSTRETMSGIS-H: Most Severe Message Type Generated ISH_BAPIRETMAXTYCHAR1ISH_BAPIRETMAXTY
XINDCheckbox XFELDCHAR1XFELD
MOVEMNT_SEQNOIS-H: Sequence Number of Movement LFDBEWNUMC5NBEWLFDBEW
CANCELLED_INCLCheckbox XFELDCHAR1XFELD
EXT_CASE_IDIS-H: External Case Identification ISH_EXTNR_FALCHAR20ISH_EXTNR_FAL
EXT_MOVEMENT_IDIS-H: External Movement Identification ISH_EXTNR_BEWCHAR20ISH_EXTNR_BEW
TEXT_REQUESTIS-H: Read Long Script Texts ISH_TEXT_REQUESTCHAR1XFELD
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6Assigned to domainN_EVENT

Key field Non-key field



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

As BAPINALL 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 BAPINALL as there is no data to select.

How to access SAP table BAPINALL

Within an ECC or HANA version of SAP you can also view further information about BAPINALL 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!