BAPI1300POSDAT SAP (IS-H BAPI Assignments / Groupings for Services) Structure details

Dictionary Type: Structure
Description: IS-H BAPI Assignments / Groupings for Services




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




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

BAPI1300POSDAT 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 Assignments / Groupings for Services" 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_BAPI1300POSDAT TYPE BAPI1300POSDAT.

The BAPI1300POSDAT table consists of various fields, each holding specific information or linking keys about IS-H BAPI Assignments / Groupings for Services data available in SAP. These include INSTITUTION (Institution), ASSIGN_TYPE (IS-H: Type of Service Assignment), SRVCATID (IS-H: Service Catalog Identification Key), SERVICEID (Service in Service Catalog).. 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 BAPI1300POSDAT 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
ASSIGN_TYPEIS-H: Type of Service Assignment ISH_ZUOTYPCHAR3TNT0ALPHAISH_ZUOTYPTZO
SRVCATIDIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
SERVICEIDService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
ASSIGN_CATIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
ASSIGN_SRVService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
ENDDATEIS-H: Valid-To Date of Record RI_ENDDTDATS8RI_DATUM
BEGDATEIS-H: Valid-From Date of Record RI_BEGDTDATS8RI_DATUM
UPDATE_DATEIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPDATE_USERIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
SEQ_NOSequence Number N1REIHNINT13INT1
BLOCK_TIMELock Time N1SPERZNUMC3INT3
DELETION_INDDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
DELETION_USERUser Who Deleted Record RI_LOUSRCHAR12USNAM
DELETION_DATEDate of Deletion RI_LODATDATS8RI_DATUM
CREATION_DATEIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
CREATION_USERIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
PROP_MATMaterial Proposal Amount N1MATVORFLTP16(16) N1FLTP
REQ_TYPERequest Type ANFTYCHAR6N1ANFTYPANFTY
SRV_QUANTITYService Quantity I_MENG_LSNUMC4LEISMENGE
QNT_UNITIS-H: Unit of Measure for Service TA_EINHUNIT3T006CUNITMEINS
QNT_UNIT_ISOIS-H: ISO Unit of Measure for Service TA_EINH_ISOCHAR3T006IISOCD_UNIT

Key field Non-key field



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

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

How to access SAP table BAPI1300POSDAT

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