SAP ABAP Class CL_NWDEMO_SERVICE_SO (Services for sales order)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_NWDEMO_MODEL_SALES_ORDER (Package) SAP NetWeaver Demo Model - Sales Order
Properties
Class CL_NWDEMO_SERVICE_SO  
Short Description Services for sales order    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_NWDEMO_MODEL_SALES_ORDER   SAP NetWeaver Demo Model - Sales Order 
Created 20070709   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_NWDEMO_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_NWDEMO_SERVICE_SO has no interface implemented.
Friends
Class CL_NWDEMO_SERVICE_SO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_QUERY_METHOD_NAME Constant Private Type reference (TYPE) STRING 'IF_OS_CA_PERSISTENCY~GET_PERSISTENT_BY_QUERY' Name of the query method 20070709
2 GR_AGENT Static Attribute Private Object reference (TYPE REF TO) CA_NWDEMO_PERSIST_SO Agent SAP NW Demo Model - bp persistence class 20070709
3 GR_BP_SERV Static Attribute Private Object reference (TYPE REF TO) CL_NWDEMO_SERVICE_BP Services for BP 20070730
4 GR_ITEM_AGENT Static Attribute Private Object reference (TYPE REF TO) CA_NWDEMO_PERSIST_SO_I Agent SAP NetWeaver Demo Model - Sales Order Item persistenc 20071105
5 GR_ITEM_SL_AGENT Static Attribute Private Object reference (TYPE REF TO) CA_NWDEMO_PERSIST_SO_SL Agent SAP NetWeaver Demo Model - Sales Order Item persistenc 20080111
6 GR_QUERY_MNG Static Attribute Private Object reference (TYPE REF TO) IF_OS_QUERY_MANAGER Object Services Query Manager 20070709
7 GR_QUERY_WITH_SO_BUYER_ID Instance attribute Private Object reference (TYPE REF TO) IF_OS_QUERY Object Services Query 20070711
8 GR_QUERY_WITH_SO_ID Instance attribute Private Object reference (TYPE REF TO) IF_OS_QUERY Object Services Query 20070709
9 GR_QUERY_WITH_SO_ITEM_ID Instance attribute Private Object reference (TYPE REF TO) IF_OS_QUERY Object Services Query 20071105
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_QUERY_BY_BUYER_ID Instance method Private Method Build filter argument for the query by name 20070730
2 CHANGE_SO Instance method Public Method Change sales order 20071031
3 CHANGE_SO_ITEM Instance method Public Method Change sales order item 20080124
4 CHANGE_SO_SL Instance method Public Method Change schedual line of sales order item 20080124
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070709
6 CONVERT_ITEM_CHG_TO_DEL Static method Private Method Convert change structur of item to delete structure 20080124
7 CONVERT_ITEM_CHG_TO_NEW Static method Private Method Convertion of change structure to new structure 20080124
8 CREATE_SO Instance method Public Method Create sales order 20070709
9 CREATE_SO_ITEM Instance method Private Method Create sales order item 20080114
10 CREATE_SO_ITEM_SL Instance method Public Method Create schedual line for sales order item 20080114
11 DELETE_ALL Static method Public Method Delete all data of all sales orders 20071009
12 DELETE_SO Instance method Public Method Delete sales order 20070709
13 DELETE_SO_BY_GUID Instance method Public Method Delete sales order by int. key (GUID) 20070709
14 DELETE_SO_BY_ID Instance method Public Method Delete sales order by ext. key (ID) 20070709
15 DELETE_SO_ITEM Instance method Public Method Delete single alses order item 20080110
16 DELETE_SO_ITEM_SL Instance method Public Method Delete schedual line fo sales order item 20080124
17 FILL_MULT_RESULT Instance method Private Method Fill multiple results into table 20070723
18 FILL_SO_DATA Instance method Private Method Fill sales order data 20070709
19 GET_BP_GUID_BY_ID Instance method Private Method Get partner guid by product id 20070718
20 GET_NEXT_SO_ID Static method Public Method Get the next free sales order ID 20070709
21 GET_PD_GUID_BY_ID Instance method Private Method Get product guid by product id 20070718
22 MAP_SO_RESULT Instance method Private Method Fill Proxy output structure 20070709
23 QUERY_SO_BY_EXT_KEY Instance method Private Method Query sales order by ext. key (partner ID) 20070709
24 QUERY_SO_ITEM_BY_EXT_KEY Instance method Private Method Query sales order by ext. key (partner ID) 20071105
25 READ_ALL_SO Instance method Public Method Read all sales orders 20070709
26 READ_SO Instance method Public Method Read sales order 20070709
27 READ_SO_BY_BUYER_ID Instance method Public Method Read sales order by buyer party id 20070711
28 READ_SO_BY_GUID Instance method Public Method Read sales order by int. key (GUID) 20070709
29 READ_SO_BY_ID Instance method Public Method Read sales order by ext. key (ID) 20070709
30 READ_SO_ITEM Instance method Private Method Check existence of sales order item 20080110
Events
Class CL_NWDEMO_SERVICE_SO has no event.
Types
Class CL_NWDEMO_SERVICE_SO has no local type.
Method Signatures

Method BUILD_QUERY_BY_BUYER_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELLER_ID Call by reference Type reference (TYPE) SDEMO_SO_SELLER_ID_TT Lst of seller partner IDs 20070730
2 Changing C_BUYER_ID Call by reference Type reference (TYPE) SDEMO_PARTNER_ID Partner Id 20070730
3 Exporting ETR_PARAMETER Call by reference Type reference (TYPE) OSDREFTAB OS: Table of Data References 20070730

Method BUILD_QUERY_BY_BUYER_ID on class CL_NWDEMO_SERVICE_SO has no exception.

Method CHANGE_SO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_WITH_ST_CHG SAP NetWeaver Demo Model - sales_order with status infoChang 20071031
2 Changing CT_SO_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_CHG_TT Change: List of sales order items with dep. data 20071031
3 Changing CT_SO_TEXT Call by reference Type reference (TYPE) SDEMO_TEXT_CHG_TT Change: List of text entries 20071031
4 Importing I_PERFORM_COMMIT Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Performe COMMIT WORK AND WAIT at end of method 20071031
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20071031

Method CHANGE_SO_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_CHG Change: Sales order item data incl. dependend data 20080124
2 Importing I_PERFORM_COMMIT Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Checkbox 20080314
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Sales order related exceptions 20080124

Method CHANGE_SO_SL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SO_ITEM Call by reference Object reference (TYPE REF TO) CL_NWDEMO_PERSIST_SO_I SAP NetWeaver Demo Model - Sales Order Item persistence clas 20080124
2 Importing IS_SO_ITEM_SL Call by reference Type reference (TYPE) SDEMO_SO_SL_CHG Change: scedual line for sales order item 20080124
3 Importing I_PERFORM_COMMIT Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Checkbox 20080314
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Sales order related exceptions 20080124

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_NWDEMO_SERVICE_SO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_NWDEMO_SERVICE_SO has no exception.

Method CONVERT_ITEM_CHG_TO_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_CHG Change: Sales order item data incl. dependend data 20080124
2 Returning RS_ITEM_DEL Value transfer Type reference (TYPE) SDEMO_SO_ITEM_ALL Sales order item data incl. dependend data 20080124

Method CONVERT_ITEM_CHG_TO_DEL on class CL_NWDEMO_SERVICE_SO has no exception.

Method CONVERT_ITEM_CHG_TO_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SO_ITEM_CHG Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_CHG Change: Sales order item data incl. dependend data 20080124
2 Returning RS_SO_ITEM_NEW Value transfer Type reference (TYPE) SDEMO_SO_ITEM_ALL_NEW Sales order item data incl. dependend data 20080124

Method CONVERT_ITEM_CHG_TO_NEW on class CL_NWDEMO_SERVICE_SO has no exception.

Method CREATE_SO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_WITH_ST SAP NetWeaver Demo Model - sales_order with status info 20070709
2 Changing CT_SO_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_NEW_TT List of sales order items with dep. data 20070709
3 Changing CT_SO_TEXT Call by reference Type reference (TYPE) SDEMO_TEXT_NEW_TT List of text entries (ext. key) 20070718
4 Importing I_PERFORM_COMMIT Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Performe COMMIT WORK AND WAIT at end of method 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method CREATE_SO_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_SO_EXT_KEY Call by reference Type reference (TYPE) SDEMO_SO_EXT_KEY Internal key of sales order 20080114
2 Changing CV_SO_INT_KEY Call by reference Type reference (TYPE) SDEMO_SO_INT_KEY Internal key of sales order 20080114
3 Exporting ES_SO_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_NEW External key of sales order 20080312
4 Importing IS_SO_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_NEW Sales order item data incl. dependend data 20080312
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Sales order related exceptions 20080114

Method CREATE_SO_ITEM_SL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ITEM_EXT_KEY Call by reference Type reference (TYPE) SDEMO_SO_ITEM_EXT_KEY Internal key of sales order item 20080114
2 Changing CS_ITEM_INT_KEY Call by reference Type reference (TYPE) SDEMO_SO_ITEM_INT_KEY Internal key of sales order item 20080114
3 Exporting ES_SL Call by reference Type reference (TYPE) SDEMO_SO_SL External key of sales order item 20080312
4 Importing IS_SL Call by reference Type reference (TYPE) SDEMO_SO_SL SAP NetWeaver Demo Model - Sales Order Item Schedule Line 20080312
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Sales order related exceptions 20080114

Method DELETE_ALL Signature

Method DELETE_ALL on class CL_NWDEMO_SERVICE_SO has no parameter.
Method DELETE_ALL on class CL_NWDEMO_SERVICE_SO has no exception.

Method DELETE_SO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PERFORM_COMMIT Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Perform COMMIT WORK AND WAIT at end of method 20070709
2 Importing I_SO_GUID Call by reference Type reference (TYPE) SDEMO_SO-SO_GUID Sales order Guid (internal key) 20070709
3 Importing I_SO_ID Call by reference Type reference (TYPE) SDEMO_SO-SO_ID Sales order Id (external key) 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method DELETE_SO_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PERFORM_COMMIT Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Perform COMMIT WORK AND WAIT at end of method 20070709
2 Importing I_SO_GUID Call by reference Type reference (TYPE) SDEMO_SO-SO_GUID Sales order GUID (internal key) 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method DELETE_SO_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PERFORM_COMMIT Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Perform COMMIT WORK AND WAIT at end of method 20070709
2 Importing I_SO_ID Call by reference Type reference (TYPE) SDEMO_SO-SO_ID Sales order ID (external key) 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method DELETE_SO_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SO_ITEM_EXT_KEY Call by reference Type reference (TYPE) SDEMO_SO_ITEM_EXT_KEY Sales order item data incl. dependend data 20080114
2 Changing CS_SO_ITEM_INT_KEY Call by reference Type reference (TYPE) SDEMO_SO_ITEM_INT_KEY Internal key of sales order item 20080114
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Sales order related exceptions 20080110

Method DELETE_SO_ITEM_SL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SO_ITEM_SL_GUID Call by reference Type reference (TYPE) GUID_16 SAP NetWeaver Demo Model - Sales Order Item Schedule Line 20080124
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Sales order related exceptions 20080124

Method FILL_MULT_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SO Call by reference Type reference (TYPE) SDEMO_SO_ALL_TT List of sales orders incl. dependend data 20070723
2 Importing ITR_SO Call by reference Type reference (TYPE) OSREFTAB OS: Table of References 20070723

Method FILL_MULT_RESULT on class CL_NWDEMO_SERVICE_SO has no exception.

Method FILL_SO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_WITH_ST Sales order data incl. status information 20070709
2 Exporting ET_SO_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_TT List of sales order items with dep. data 20070709
3 Exporting ET_TEXT Call by reference Type reference (TYPE) SDEMO_TEXT_TT List of text entries 20070724
4 Importing IR_SO Call by reference Object reference (TYPE REF TO) CL_NWDEMO_PERSIST_SO SAP NW Demo Model - so persistence class 20070723
5 Importing I_WITH_SO_DATA Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Get sales order data 20070709
6 Importing I_WITH_SO_ITEM Call by reference Type reference (TYPE) XFELD CL_NWDEMO_SERVICE=>TRUE Get sales order items 20070709

Method FILL_SO_DATA on class CL_NWDEMO_SERVICE_SO has no exception.

Method GET_BP_GUID_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARTNER_ID Call by reference Type reference (TYPE) SDEMO_BP-PARTNER_ID Partner ID 20070718
2 Returning R_PARTNER_GUID Value transfer Type reference (TYPE) SDEMO_BP-PARTNER_GUID Partner Guid 20070718

Method GET_BP_GUID_BY_ID on class CL_NWDEMO_SERVICE_SO has no exception.

Method GET_NEXT_SO_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SO_ID Value transfer Type reference (TYPE) SDEMO_SO-SO_ID SalesOrderID 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method GET_PD_GUID_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PRODUCT_ID Call by reference Type reference (TYPE) SDEMO_PD-PRODUCT_ID ProductID 20070718
2 Returning R_PRODUCT_GUID Value transfer Type reference (TYPE) SDEMO_PD-PRODUCT_GUID Product Guid 20070718

Method GET_PD_GUID_BY_ID on class CL_NWDEMO_SERVICE_SO has no exception.

Method MAP_SO_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OUTPUT Call by reference Type reference (TYPE) SDEMO_SO_BY_ID_RESP_SO SalesOrderByIDResponse 20070709
2 Importing IS_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_ALL Sales order including attribut fields from SDEMO_SO_ST 20070709

Method MAP_SO_RESULT on class CL_NWDEMO_SERVICE_SO has no exception.

Method QUERY_SO_BY_EXT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGENT Call by reference Object reference (TYPE REF TO) OBJECT Agent 20070709
2 Importing I_SO_ID Call by reference Type reference (TYPE) SDEMO_SO-SO_ID SalesOrderID 20070709
3 Returning RT_ENTRY Value transfer Type reference (TYPE) OSREFTAB OS: Table of References 20070709

Method QUERY_SO_BY_EXT_KEY on class CL_NWDEMO_SERVICE_SO has no exception.

Method QUERY_SO_ITEM_BY_EXT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGENT Call by reference Object reference (TYPE REF TO) OBJECT Agent 20071105
2 Importing I_SO_GUID Call by reference Type reference (TYPE) SDEMO_SO_I-SO_GUID GUID in 'RAW' format 20071106
3 Importing I_SO_ITEM_ID Call by reference Type reference (TYPE) SDEMO_SO_I-SO_ITEM_ID Sales Order Item ID 20071105
4 Returning RT_ENTRY Value transfer Type reference (TYPE) OSREFTAB OS: Table of References 20071105

Method QUERY_SO_ITEM_BY_EXT_KEY on class CL_NWDEMO_SERVICE_SO has no exception.

Method READ_ALL_SO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_ALL_TT List of sales orders with dependend data 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method READ_SO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BY_SO_ID_OUTPUT Call by reference Type reference (TYPE) SDEMO_SO_BY_ID_RESP_SO Proxy Structure (generated) 20080312
2 Exporting ET_BY_BUYER_ID_OUTPUT Call by reference Type reference (TYPE) SDEMO_SO_ID_BY_B_RSP_SO_ID_TAB Proxy Table Type (generated) 20080312
3 Exporting ET_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_ALL_TT List of sales orders with dependend data 20070723
4 Importing I_SO_BUYER_ID Call by reference Type reference (TYPE) SDEMO_SO-BUYER_PARTY_ID BuyerParty 20070711
5 Importing I_SO_GUID Call by reference Type reference (TYPE) SDEMO_SO-SO_GUID Sales order Guid (internal key) 20070709
6 Importing I_SO_ID Call by reference Type reference (TYPE) SDEMO_SO-SO_ID Sales order Id (external key) 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method READ_SO_BY_BUYER_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROXY_OUTPUT Call by reference Type reference (TYPE) ANY SalesOrderByIDReponse 20070711
2 Exporting ET_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_ALL_TT List of sales orders with dependend data 20070723
3 Importing I_SO_BUYER_ID Call by reference Type reference (TYPE) SDEMO_BUYER_PARTY_ID Buyer Party 20070711
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070711

Method READ_SO_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROXY_OUTPUT Call by reference Type reference (TYPE) ANY SalesOrderByIDReponse 20070709
2 Exporting ES_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_WITH_ST Sales order data incl. status information 20070709
3 Exporting ET_SO_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_TT List of addressesList of sales order items with dep. data 20070709
4 Exporting ET_TEXT Call by reference Type reference (TYPE) SDEMO_TEXT_TT List of text entries 20070724
5 Importing I_SO_GUID Call by reference Type reference (TYPE) SDEMO_SO-SO_GUID GUID in 'RAW' format 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method READ_SO_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROXY_OUTPUT Call by reference Type reference (TYPE) ANY SalesOrderByIDReponse 20070709
2 Exporting ES_SALES_ORDER Call by reference Type reference (TYPE) SDEMO_SO_WITH_ST Sales order data incl. status information 20070709
3 Exporting ET_SO_ITEM Call by reference Type reference (TYPE) SDEMO_SO_ITEM_ALL_TT List of addressesList of sales order items with dep. data 20070709
4 Exporting ET_TEXT Call by reference Type reference (TYPE) SDEMO_TEXT_TT List of text entries 20070724
5 Importing I_SO_ID Call by reference Type reference (TYPE) SDEMO_SO-SO_ID SalesOrderID 20070709
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Business partner related exceptions 20070709

Method READ_SO_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ITEM_EXT_KEY Call by reference Type reference (TYPE) SDEMO_SO_ITEM_EXT_KEY Single-Character Flag 20080110
2 Changing CS_ITEM_INT_KEY Call by reference Type reference (TYPE) SDEMO_SO_ITEM_INT_KEY Internal key of sales order item 20080110
3 Exporting ER_SO_ITEM Call by reference Object reference (TYPE REF TO) CL_NWDEMO_PERSIST_SO_I SAP NetWeaver Demo Model - Sales Order Item persistence clas 20080110
# Exception Resumable Description Created on
1 CX_NWDEMO_SO Sales order related exceptions 20080110
History
Last changed by/on SAP  20110908 
SAP Release Created in 710