/WSCGMBH/C_OP_EXTERN SAP (Interface PM Order external Scheduling: Operation extern) Structure details

Dictionary Type: Structure
Description: Interface PM Order external Scheduling: Operation extern




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




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

/WSCGMBH/C_OP_EXTERN 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 "Interface PM Order external Scheduling: Operation extern" 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_OP_EXTERN TYPE /WSCGMBH/C_OP_EXTERN.

The /WSCGMBH/C_OP_EXTERN table consists of various fields, each holding specific information or linking keys about Interface PM Order external Scheduling: Operation extern data available in SAP. These include COUNTER (Operation/Activity Number), SUB_COUNTER (Suboperation), UPDATE_FLAG (Update indicator), DESCRIPTION (Operation short text).. 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_OP_EXTERN 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
IDGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
COUNTEROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SUB_COUNTERSuboperation UVORNCHAR4NUMCVVORNR
UPDATE_FLAGUpdate indicator VBKZCHAR1VERBUCHER
DESCRIPTIONOperation short text LTXA1CHAR40TEXT40
EARLIEST_START_DATEEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
EARLIEST_START_TIMEEarliest scheduled start: Execution (time) FSAVZTIMS6ATIME
LATEST_START_DATELatest scheduled start: Execution (date) SSAVDDATS8DATUM
LATEST_START_TIMELatest scheduled start: Execution (time) SSAVZTIMS6ATIME
EARLIEST_FINISH_DATEEarliest scheduled finish: Execution (date) FSEDDDATS8DATUM
EARLIEST_FINISH_TIMEEarliest scheduled finish: Execution (time) FSEDZTIMS6ATIME
LATEST_FINISH_DATELatest scheduled finish: Execution (date) SSEDDDATS8DATUM
LATEST_FINISH_TIMELatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
NUMBER_OF_CAPACITYTwo digit number NUMC2NUMC2NUMC2
WORKCENTERWork center ARBPLCHAR8ARBPLAGR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
AMOUNT_OF_WORKClickSchedule: Amount of work /WSCGMBH/C_AM_OF_WORKFLTP16(16) /WSCGMBH/C_AM_OF_WORK
SCHED_PARAM_1Parameter for external Scheduling /WSCGMBH/C_SPARAM1CHAR4/WSCGMBH/C_SPARAM1
SCHED_PARAM_2Parameter for external Scheduling /WSCGMBH/C_SPARAM2CHAR4/WSCGMBH/C_SPARAM2
SCHED_PARAM_3Parameter for external Scheduling /WSCGMBH/C_SPARAM3CHAR4/WSCGMBH/C_SPARAM3

Key field Non-key field



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

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

How to access SAP table /WSCGMBH/C_OP_EXTERN

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