/JCS/BC_BDC_STATUS SAP (FS: Return status of BDC processes) Structure details

Dictionary Type: Structure
Description: FS: Return status of BDC processes




ABAP Code to SELECT data from /JCS/BC_BDC_STATUS
Related tables to /JCS/BC_BDC_STATUS
Access table /JCS/BC_BDC_STATUS




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

/JCS/BC_BDC_STATUS 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 "FS: Return status of BDC processes" 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_/JCS/BC_BDC_STATUS TYPE /JCS/BC_BDC_STATUS.

The /JCS/BC_BDC_STATUS table consists of various fields, each holding specific information or linking keys about FS: Return status of BDC processes data available in SAP. These include GROUPID (Group name: Batch input session name), CREDATE (Queue creation date), CRETIME (Queue creation time), CREATOR (Queue user ID / for historical reasons).. 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: Not classified


SAP /JCS/BC_BDC_STATUS 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
QIDQueue identification (unique key) APQ_QUIDCHAR20CHAR20
GROUPIDGroup name: Batch input session name APQ_GRPNCHAR12CHAR12
CREDATEQueue creation date APQ_CRDADATS8DATUM
CRETIMEQueue creation time APQ_CRTITIMS6UZEIT
CREATORQueue user ID / for historical reasons APQ_MAPNCHAR12CHAR12
MANDANTQueue client APQ_MANDTCLNT3Assigned to domainMANDT
DESTSYSQueue target system APQ_DESTCHAR32HOST_ID
QSTATEQueue status APQ_STATCHAR1HSTAT
MSGCNTMessage counter: Batch input, statistics APQ_RECOINT410CDINT4
TRANSCNTTransaction counter: Batch input, statistics APQ_TRANINT410CDINT4
TRANSCNTETransaction counter: Batch input, statistics APQ_TRANINT410CDINT4
TRANSCNTDTransaction counter: Batch input, statistics APQ_TRANINT410CDINT4
TRANSCNTFTransaction counter: Batch input, statistics APQ_TRANINT410CDINT4

Key field Non-key field



How do I retrieve data from SAP structure /JCS/BC_BDC_STATUS using ABAP code?

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

How to access SAP table /JCS/BC_BDC_STATUS

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