/PLMI/GSS_B2BAOP SAP (GSS eBOM->mBOM: Attribute Operations Table) Table details

Dictionary Type: Table
Description: GSS eBOM->mBOM: Attribute Operations Table




ABAP Code to SELECT data from /PLMI/GSS_B2BAOP
Related tables to /PLMI/GSS_B2BAOP
Access table /PLMI/GSS_B2BAOP




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

/PLMI/GSS_B2BAOP is a standard SAP Table which is used to store GSS eBOM->mBOM: Attribute Operations Table data and is available within R/3 SAP systems depending on the version and release level.

The /PLMI/GSS_B2BAOP table consists of various fields, each holding specific information or linking keys about GSS eBOM->mBOM: Attribute Operations Table data available in SAP. These include ID_SYNC_UNIT (GUID of Synchronization Unit), ASPECT (Data Format of a GSS Entity), ID (Identifier of a GSS Entity (Forms Unique Key with Aspect)), FIELDNAME (Field Name).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /PLMI/GSS_B2BAOP table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ID_SYNC_UNITGUID of Synchronization Unit /PLMB/GSS_SYNC_UNIT_GUIDCHAR22SYSUUID_C22
ASPECTData Format of a GSS Entity /PLMB/GSS_ASPECTCHAR2/PLMB/GSS_ASPECT
IDIdentifier of a GSS Entity (Forms Unique Key with Aspect) /PLMB/GSS_IDSSTR90/PLMB/GSS_ID
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SOURCE_VALUEAttribute Value as String /PLMB/GSS_ATTR_VALUESSTR1333/PLMB/GSS_ATTR_VALUE
TARGET_VALUEAttribute Value as String /PLMB/GSS_ATTR_VALUESSTR1333/PLMB/GSS_ATTR_VALUE

Key field Non-key field



How do I retrieve data from SAP table /PLMI/GSS_B2BAOP using ABAP code

The following ABAP code Example will allow you to do a basic selection on /PLMI/GSS_B2BAOP to SELECT all data from the table
DATA: WA_/PLMI/GSS_B2BAOP TYPE /PLMI/GSS_B2BAOP.

SELECT SINGLE *
FROM /PLMI/GSS_B2BAOP
INTO CORRESPONDING FIELDS OF WA_/PLMI/GSS_B2BAOP
WHERE...

How to access SAP table /PLMI/GSS_B2BAOP

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