SAP ABAP Class CL_ORDER_WPS (Order)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM (Application Component) Product Lifecycle Management
     DIWPS (Package) DI: Work Packaging and Sequencing
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_NETWORK_WPS Network Class 20021002
2 Inheritance (c INHERITING FROM c_ref)  CL_NOTI_ORDER_WPS Order Created from Notification 20021002
3 Inheritance (c INHERITING FROM c_ref)  CL_REV_ORDER_WPS Revision Order 20021002
Properties
Class CL_ORDER_WPS  
Short Description Order    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package DIWPS   DI: Work Packaging and Sequencing 
Created 20010109   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 BSV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 DIWP1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 DIWPF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ORDER_WPS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_BUF_ORDER_WPS 20021001 Sort Buffer
2 CL_OPERATION_WPS 20021121 Order Operation Class
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AUFNR Instance attribute Public Type reference (TYPE) AUFNR 20020917
2 BUFFERED Instance attribute Protected Type reference (TYPE) XFLAG Order is imported into core buffer 20020925
3 BUSINESS_ADDIN Instance attribute Private Object reference (TYPE REF TO) IF_EX_DIWPS_ORDER 20010111
4 CAUFVD Instance attribute Protected Type reference (TYPE) CAUFVD 20020917
5 CAUFVD_DB Instance attribute Protected Type reference (TYPE) CAUFVD 20030220
6 CHG_IND Instance attribute Protected Type reference (TYPE) CHAR1 Change Indicator 20021121
7 LOCKED Instance attribute Protected Type reference (TYPE) XFLAG Order is locked 20020917
8 T_OPERATIONS Instance attribute Protected Type reference (TYPE) DIWPS_OPERATION_BUF_T Operations Buffer Table 20021121
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE Instance method Public Method 20030121
2 CONSTRUCTOR Instance method Public Constructor 20010111
3 CREATE_OPERATION Instance method Public Method 20021122
4 GET_CHG_IND Instance method Public Method 20021121
5 GET_DATA Instance method Public Method 20020917
6 GET_OPERATIONS Instance method Public Method 20021120
7 GET_OPERATIONS_BY_KEY Instance method Public Method Get Operations by Key 20040130
8 IS_COMPLETED Instance method Public Method 20030129
9 LOCK Instance method Public Method 20020917
10 OPERATION_DELETE Instance method Private Method 20021125
11 RELEASE Instance method Public Method 20030121
12 RESET Instance method Private Method 20020917
13 SCHEDULE Instance method Public Method 20021011
14 SET_CHG_IND Instance method Public Method 20021121
15 SET_DATA Instance method Public Method 20021003
16 SET_ORDER_NO Instance method Private Method 20021001
17 UNDO Instance method Protected Method 20030220
18 UNLOCK Instance method Public Method 20020917
Events
Class CL_ORDER_WPS has no event.
Types
Class CL_ORDER_WPS has no local type.
Method Signatures

Method COMPLETE Signature

Method COMPLETE on class CL_ORDER_WPS has no parameter.
# Exception Resumable Description Created on
1 CX_ORDER_WPS Order exception 20030121

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AUFNR Call by reference Type reference (TYPE) AUFNR Order number 20020917
2 Importing I_CAUFVD Call by reference Type reference (TYPE) CAUFVD Order header 20020917

Method CONSTRUCTOR on class CL_ORDER_WPS has no exception.

Method CREATE_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_OPERATION Call by reference Object reference (TYPE REF TO) CL_OPERATION_WPS Order operation class 20021122
2 Importing IS_AFVGD Call by reference Type reference (TYPE) AFVGD Order: Dialog table for Table AFVG (order operation) 20021122
# Exception Resumable Description Created on
1 CX_ORDER_WPS Order exception 20021124

Method GET_CHG_IND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_CHG_IND Value transfer Type reference (TYPE) CHAR1 Change indicator 20021121

Method GET_CHG_IND on class CL_ORDER_WPS has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OPERATIONS Call by reference Type reference (TYPE) DIWP1_AFVGDGET_T Table of operations 20020927
2 Exporting E_CAUFVD Call by reference Type reference (TYPE) CAUFVD Order structure 20020917
3 Importing I_OPERATIONS Call by reference Type reference (TYPE) XFLAG SPACE Retrieve operations 20020927

Method GET_DATA on class CL_ORDER_WPS has no exception.

Method GET_OPERATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_OPERATIONS Value transfer Type reference (TYPE) DIWPS_OPERATION_REF_T Table of operations 20021120
2 Importing I_QMNUM Call by reference Type reference (TYPE) QMNUM Notification Number 20021120

Method GET_OPERATIONS on class CL_ORDER_WPS has no exception.

Method GET_OPERATIONS_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPER_NOS Call by reference Type reference (TYPE) DIWPS_OPER_NO_T Vorgangsnummern 20040130
2 Returning RT_OPERATIONS Value transfer Type reference (TYPE) DIWPS_OPERATION_REF_T Tabelle der Vorgänge 20040130

Method GET_OPERATIONS_BY_KEY on class CL_ORDER_WPS has no exception.

Method IS_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_YES Value transfer Type reference (TYPE) CHAR1 Flag: order is completed 20030129

Method IS_COMPLETED on class CL_ORDER_WPS has no exception.

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUFFER Call by reference Type reference (TYPE) CHAR1 Locking with CO_ZF_ORDER_READ 20021122
# Exception Resumable Description Created on
1 CX_ORDER_WPS Revision order exception 20021008

Method OPERATION_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OPERATION Call by reference Object reference (TYPE REF TO) CL_OPERATION_WPS Order operation class 20021125

Method OPERATION_DELETE on class CL_ORDER_WPS has no exception.

Method RELEASE Signature

Method RELEASE on class CL_ORDER_WPS has no parameter.
# Exception Resumable Description Created on
1 CX_ORDER_WPS Order exception 20030121

Method RESET Signature

Method RESET on class CL_ORDER_WPS has no parameter.
Method RESET on class CL_ORDER_WPS has no exception.

Method SCHEDULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GLTRP Call by reference Type reference (TYPE) CO_GLTRP Basic finish date 20021011
2 Importing I_GLUZP Call by reference Type reference (TYPE) CO_GLUZP Basic finish (time) 20030207
3 Importing I_GSTRP Call by reference Type reference (TYPE) CO_GSTRP Basic start date 20021011
4 Importing I_GSUZP Call by reference Type reference (TYPE) CO_GSUZP Basic start time 20030207
5 Importing I_NETWORK Call by reference Type reference (TYPE) XFLAG Network 20021011
# Exception Resumable Description Created on
1 CX_ORDER_WPS Order exception 20021011

Method SET_CHG_IND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE Call by reference Type reference (TYPE) CHAR1 Change action 20021121

Method SET_CHG_IND on class CL_ORDER_WPS has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CAUFVD Call by reference Type reference (TYPE) CAUFVD Order header 20021003
# Exception Resumable Description Created on
1 CX_ORDER_WPS Order exception 20021122

Method SET_ORDER_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AUFNR Call by reference Type reference (TYPE) AUFNR 20021001

Method SET_ORDER_NO on class CL_ORDER_WPS has no exception.

Method UNDO Signature

Method UNDO on class CL_ORDER_WPS has no parameter.
Method UNDO on class CL_ORDER_WPS has no exception.

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LT_DEL_ORDERS Call by reference Type reference (TYPE) DIWPS_ORDER_REF_T Tabelle der Auftragsobjekte 20110712

Method UNLOCK on class CL_ORDER_WPS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 46C2