BSSOA_INAPPSEQ_QUEUE_UPD SAP (InApplicationSequencing: Waiting Queue - Update Structure) Structure details

Dictionary Type: Structure
Description: InApplicationSequencing: Waiting Queue - Update Structure




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




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

BSSOA_INAPPSEQ_QUEUE_UPD 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 "InApplicationSequencing: Waiting Queue - Update Structure" 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_BSSOA_INAPPSEQ_QUEUE_UPD TYPE BSSOA_INAPPSEQ_QUEUE_UPD.

The BSSOA_INAPPSEQ_QUEUE_UPD table consists of various fields, each holding specific information or linking keys about InApplicationSequencing: Waiting Queue - Update Structure data available in SAP. These include CONTEXT_HASH (Sequencing Context for Checks on App. level - Hashed Value), MESSAGE_NMBR (Sequencing Information: Message Counter), RECON_PER (Sequencing Information: Reconciliation Period Counter), ORDER_ID (Order ID).. 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 BSSOA_INAPPSEQ_QUEUE_UPD 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
OBJ_TYPEObject Type /SAPPO/DTE_OBJTYPECHAR10Assigned to domainOJ_NAME/SAPPO/OBJECT
CONTEXT_HASHSequencing Context for Checks on App. level - Hashed Value BS_SOA_INAPPSEQ_CNTXT_HASHCHAR40
MESSAGE_NMBRSequencing Information: Message Counter BS_SOA_INAPPSEQ_MESSAGE_NMBRNUMC20
RECON_PERSequencing Information: Reconciliation Period Counter BS_SOA_INAPPSEQ_RECON_PERNUMC20
ORDER_IDOrder ID /SAPPO/DTE_ORDER_IDRAW16UFGUID
REF_MSG_IDOriginal Message ID of the Sender BS_SOA_RSPNSRCVR_MSG_IDCHAR35
SERVICEXI: Service SXI_SERVICECHAR60SXI_SERVICE
UPDINDUpdate indicator BS_SOA_UPDINDCHAR1BS_SOA_UPDIND

Key field Non-key field



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

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

How to access SAP table BSSOA_INAPPSEQ_QUEUE_UPD

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