/WSCGMBH/C_ORDER_HEADER SAP (ClickScheduel: Additonal Fields Order Header) Structure details

Dictionary Type: Structure
Description: ClickScheduel: Additonal Fields Order Header




ABAP Code to SELECT data from /WSCGMBH/C_ORDER_HEADER
Related tables to /WSCGMBH/C_ORDER_HEADER
Access table /WSCGMBH/C_ORDER_HEADER




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

/WSCGMBH/C_ORDER_HEADER 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 "ClickScheduel: Additonal Fields Order Header" 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_/WSCGMBH/C_ORDER_HEADER TYPE /WSCGMBH/C_ORDER_HEADER.

The /WSCGMBH/C_ORDER_HEADER table consists of various fields, each holding specific information or linking keys about ClickScheduel: Additonal Fields Order Header data available in SAP. These include GSTRP (Basic start date), GSTRI (Actual start date), GETRI (Confirmed order finish date), STTXT (System Status).. 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 /WSCGMBH/C_ORDER_HEADER 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
GLTRPBasic finish date /WSCGMBH/C_GLTRPCHAR19/WSCGMBH/C_DATETIME
GSTRPBasic start date /WSCGMBH/C_GSTRPCHAR19/WSCGMBH/C_DATETIME
GSTRIActual start date /WSCGMBH/C_GSTRICHAR19/WSCGMBH/C_DATETIME
GETRIConfirmed order finish date /WSCGMBH/C_GETRICHAR19/WSCGMBH/C_DATETIME
STTXTSystem Status CO_STTXTCHAR40CHAR40
ASTTXField displaying user status CO_ASTTXCHAR40CHAR40
VBELNSales order number CO_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
VBELPSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP

Key field Non-key field



How do I retrieve data from SAP structure /WSCGMBH/C_ORDER_HEADER using ABAP code?

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

How to access SAP table /WSCGMBH/C_ORDER_HEADER

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