BAPI1313ATTRISS SAP () Structure details

Dictionary Type: Structure
Description:




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




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

BAPI1313ATTRISS 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_BAPI1313ATTRISS TYPE BAPI1313ATTRISS.

The BAPI1313ATTRISS 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 or numeric)


SAP BAPI1313ATTRISS 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_LFDNRNUMC3NWATINTENSNUMC3
ACT_INT_NUMBER NWAT_INTENSIV_ACTLFDNRNUMC5NUMC5
ABDOMEN N1ABDOMENCHAR1N1ABDOMEN
EXTERN N1EXTERNCHAR1N1ABDOMEN
EXTREMITIES N1EXTREMITCHAR1N1ABDOMEN
FACE N1GESICHTCHAR1N1ABDOMEN
NECK_HEAD N1HALSKOPFCHAR1N1ABDOMEN
THORAX N1THORAXCHAR1N1ABDOMEN
AIS_TYPE N1TYPCHAR1N1TYP
MOTO_REACTION N1MOTOREAKCHAR1N1MOTOREAK
VERB_REACTION N1VERBALECHAR1N1VERBALE
VISU_REACTION N1VISUELLECHAR1N1VISUELLE
SYST_BLOOD_PRESS NWATSYSTDEC4(1) DEC3_1
BREATH_FREQU N1ATEMFRECHAR3N1ATEMFRE
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
SYST_BLOOD_PRESS_I NWAT_INITCHAR1ISH_ON_OFF

Key field Non-key field



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

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

How to access SAP table BAPI1313ATTRISS

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