BAPI1313ATINTENS SAP () Structure details

Dictionary Type: Structure
Description:




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




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

BAPI1313ATINTENS 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 "" 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_BAPI1313ATINTENS TYPE BAPI1313ATINTENS.

The BAPI1313ATINTENS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include INSTITUTION (Institution), PATCASEID (IS-H: Case Number), MOVEMNT_SEQNO (IS-H: Sequence Number of Movement), INT_NUMBER ().. 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)


SAP BAPI1313ATINTENS 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
MOVEMNT_SEQNOIS-H: Sequence Number of Movement LFDBEWNUMC5NBEWLFDBEW
INT_NUMBER NWAT_INTENSIV_LFDNRNUMC3NUMC3
INTDOC_ADM N1AUFARTCHAR1N1AUFART
INTDOC_ADM_TYPE N1AUFTYPCHAR1N1AUFTYP
AIDS N1AIDSCHAR1XFELD
METAST_MALIGNOM N1METAMCHAR1XFELD
HAEMAT_DISEASE N1HAEMATCHAR1XFELD
INTDOC_DIS_DATE N1ENTDATINDATS8DATS
INTDOC_DIS_TIME N1ENTSTDINTIMS6N1HHMM
INTDOC_DIS_STATE N1ENTZUSTCHAR1N1ENTZUST
CREATION_DATEIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
CREATION_TIMEIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
CREATION_USERIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATE_DATEIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPDATE_TIMEIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPDATE_USERIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
CANCEL_INDIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
CANCEL_DATEDate of Cancellation STORN_DATDATS8RI_DATUM
CANCEL_USERIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
INTDOC_MODEL NWAT_SCO_MODELLCHAR1NWAT_SCO_MODELL

Key field Non-key field



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

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

How to access SAP table BAPI1313ATINTENS

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