/PLMB/S_GSS_B2B_SEA_CRIT_DB SAP (DB search structure for B2B Synchronization) Structure details

Dictionary Type: Structure
Description: DB search structure for B2B Synchronization




ABAP Code to SELECT data from /PLMB/S_GSS_B2B_SEA_CRIT_DB
Related tables to /PLMB/S_GSS_B2B_SEA_CRIT_DB
Access table /PLMB/S_GSS_B2B_SEA_CRIT_DB




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

/PLMB/S_GSS_B2B_SEA_CRIT_DB 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 "DB search structure for B2B Synchronization" 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_/PLMB/S_GSS_B2B_SEA_CRIT_DB TYPE /PLMB/S_GSS_B2B_SEA_CRIT_DB.

The /PLMB/S_GSS_B2B_SEA_CRIT_DB table consists of various fields, each holding specific information or linking keys about DB search structure for B2B Synchronization data available in SAP. These include SYNC_UNIT_DESCR (Synchronization Description), SYNC_STATUS (Synchronization Unit Status), LAST_SYNCED_BY (Last Synchronized By), CHANGED_BY (Changed By User 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /PLMB/S_GSS_B2B_SEA_CRIT_DB 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
SYNC_UNIT_EXTExternal Key of Synchronization /PLMB/GSS_SYNC_UNIT_TREXCHAR20
SYNC_UNIT_DESCRSynchronization Description /PLMB/GSS_SYNC_UNIT_DESCRCHAR70/PLMB/GSS_SYNC_UNIT_DESCR
SYNC_STATUSSynchronization Unit Status /PLMB/GSS_SYNC_UNIT_STATUSCHAR1/PLMB/GSS_SYNC_UNIT_STATUS
LAST_SYNCED_BYLast Synchronized By /PLMB/GSS_LAST_SYNCED_BYCHAR12Assigned to domainXUBNAME/PLMB/SEA_ELM_USERNAME
CHANGED_BYChanged By User Name /PLMB/GOSX_CHANGED_BYCHAR12Assigned to domainXUBNAME
CREATED_BYCreated By User Name /PLMB/GOSX_CREATED_BYCHAR12Assigned to domainXUBNAME
ASSIGNMENT_TYPESynchronization Unit Assignment Type /PLMB/GSS_SYNC_UNIT_ASSIGNCHAR1/PLMB/GSS_SYNC_UNIT_ASSIGN
MATNR_EXTMaterial Number /PLMB/MATNRCHAR18Assigned to domainMATN1MATNRMAT/PLMB/MAT_CMP_MATERIAL_NO
WERKSPlant /PLMB/WERKS_DCHAR4Assigned to domainWERKSWRK/PLMB/H_T001W_C
STLANBOM Usage /PLMB/STLANCHAR1Assigned to domainSTLANCSV/PLMB/H_T416
STLALAlternative BOM /PLMB/STLALCHAR2ALPHAALTNR
EFFECTIVITYEffectivity /PLMB/GSS_B2B_EFFECTIVITYCHAR1/PLMB/GSS_B2B_EFFECTIVITY
MFG_RESPONSIBLEPerson Responsible for Manufacturing /PLMB/GSS_B2B_MFG_RESPONSIBLECHAR12Assigned to domainXUBNAME/PLMB/SEA_ELM_USERNAME
AENNR_EXTChange Number AENNR_TREXCHAR12CHAR12
ACC_ID_EXTContext /PLMB/AUTH_ACC_ID_EXTERNALCHAR24CHAR24
T_FIELD_SELOPT 0

Key field Non-key field



How do I retrieve data from SAP structure /PLMB/S_GSS_B2B_SEA_CRIT_DB using ABAP code?

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

How to access SAP table /PLMB/S_GSS_B2B_SEA_CRIT_DB

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