SAP ABAP Class CL_NWDEMO_PERSIST_PD (SAP NW Demo Model - product persistence class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_NWDEMO_MODEL_PRODUCT (Package) SAP NetWeaver Demo Model - Product
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20070613
Properties
Class CL_NWDEMO_PERSIST_PD  
Short Description SAP NW Demo Model - product persistence class    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package S_NWDEMO_MODEL_PRODUCT   SAP NetWeaver Demo Model - Product 
Created 20070613   SAP 
Last change 20080612   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20070613
Friends
# Friend Modeled only Created on Description
1 CB_NWDEMO_PERSIST_PD 20080227 Base agent SAP NW Demo Model - product persistence class
2 CL_NWDEMO_SERVICE_PD 20070710 Services for BP
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CATEGORY_ID Instance attribute Protected Type reference (TYPE) SDEMO_CATEGORY_ID Category ID 20070613
2 CHANGED_AT Instance attribute Protected Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20071022
3 CHANGED_BY Instance attribute Protected Type reference (TYPE) SYUNAME User Name 20070613
4 CREATED_AT Instance attribute Protected Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20071022
5 CREATED_BY Instance attribute Protected Type reference (TYPE) SYUNAME User Name 20070613
6 CURRENCY_CODE Instance attribute Protected Type reference (TYPE) SDEMO_CURR_CODE_PD Currency Code 20070613
7 C_QUERY_BY_NAME_GUID Constant Private Type reference (TYPE) STRING 'QUERY_BY_NAME_GUID' Name of the query method 20070619
8 C_QUERY_BY_PRODUCT_GUID Constant Private Type reference (TYPE) STRING 'QUERY_BY_PRODUCT_GUID' Name of the query method 20070619
9 C_QUERY_BY_TEXT_GUID Constant Private Type reference (TYPE) STRING 'QUERY_BY_TEXT_GUID' Name of the query method 20070620
10 C_QUERY_METHOD_NAME Constant Private Type reference (TYPE) STRING 'IF_OS_CA_PERSISTENCY~GET_PERSISTENT_BY_QUERY' Name of the query method 20070619
11 DESCRIPTION_GUID Instance attribute Protected Type reference (TYPE) GUID_16 GUID in 'RAW' format 20070613
12 MEASURE_UNIT Instance attribute Protected Type reference (TYPE) SDEMO_UNIT_CODE MeasureUnitCode 20070613
13 NAME_GUID Instance attribute Protected Type reference (TYPE) GUID_16 GUID in 'RAW' format 20070613
14 PD_NA_TT Instance attribute Private Type reference (TYPE) SDEMO_PD_NA_REF_TT List of product name references 20070619
15 PD_TEXT_TT Instance attribute Private Type reference (TYPE) SDEMO_TEXT_REF_TT List of references for text entries 20070620
16 PD_WR_TT Instance attribute Private Type reference (TYPE) SDEMO_PD_WR_REF_TT List of web resource references 20070619
17 PRICE Instance attribute Protected Type reference (TYPE) SDEMO_PRICE Price 20070613
18 PRODUCT_GUID Instance attribute Protected Type reference (TYPE) GUID_16 GUID in 'RAW' format 20070613
19 PRODUCT_ID Instance attribute Protected Type reference (TYPE) SDEMO_PRODUCT_ID ProductID 20070613
20 QUANTITY Instance attribute Protected Type reference (TYPE) SDEMO_QUANT Quantity 20070918
21 QUANTITY_UNIT Instance attribute Protected Type reference (TYPE) SDEMO_QUANT_UNIT Quantity Unit Code 20070918
22 QUERY_WITH_NAME_GUID Instance attribute Private Object reference (TYPE REF TO) IF_OS_QUERY Object Services Query 20070619
23 QUERY_WITH_PRODUCT_GUID Instance attribute Private Object reference (TYPE REF TO) IF_OS_QUERY Object Services Query 20070619
24 QUERY_WITH_TEXT_GUID Instance attribute Private Object reference (TYPE REF TO) IF_OS_QUERY Object Services Query 20070620
25 TAX_TARIF_CODE Instance attribute Protected Type reference (TYPE) SDEMO_TAX_TARIF_CODE Tax Tarif Code 20070613
26 TYPE_CODE Instance attribute Protected Type reference (TYPE) SDEMO_PRD_TYPE_CODE Product Type Code 20070613
27 WEIGHT_MEASURE Instance attribute Protected Type reference (TYPE) SDEMO_WEIGHT_MEASURE Gross Weight Measure 20070613
28 WEIGHT_UNIT Instance attribute Protected Type reference (TYPE) SDEMO_UNIT_CODE MeasureUnitCode 20070613
Methods
# Method Level Visibility Method type Description Created on
1 GET_CATEGORY_ID Instance method Public Get-method of a virtual attribute Reads Attribute CATEGORY_ID 20070613
2 GET_CHANGED_AT Instance method Public Get-method of a virtual attribute Reads Attribute CHANGED_AT 20071022
3 GET_CHANGED_BY Instance method Public Get-method of a virtual attribute Reads Attribute CHANGED_BY 20070613
4 GET_CREATED_AT Instance method Public Get-method of a virtual attribute Reads Attribute CREATED_AT 20071022
5 GET_CREATED_BY Instance method Public Get-method of a virtual attribute Reads Attribute CREATED_BY 20070613
6 GET_CURRENCY_CODE Instance method Public Get-method of a virtual attribute Reads Attribute CURRENCY_CODE 20070613
7 GET_DESCRIPTION_GUID Instance method Public Get-method of a virtual attribute Reads Attribute DESCRIPTION_GUID 20070613
8 GET_MEASURE_UNIT Instance method Public Get-method of a virtual attribute Reads Attribute MEASURE_UNIT 20070613
9 GET_NAME_GUID Instance method Public Get-method of a virtual attribute Reads Attribute NAME_GUID 20070613
10 GET_PD_NA_TT Instance method Private Get-method of a virtual attribute Reads Attribute PD_NA_TT 20070619
11 GET_PD_TEXT_TT Instance method Private Get-method of a virtual attribute Reads Attribute PD_TEXT_TT 20070620
12 GET_PD_WR_TT Instance method Private Get-method of a virtual attribute Reads Attribute PD_WR_TT 20070619
13 GET_PRICE Instance method Public Get-method of a virtual attribute Reads Attribute PRICE 20070613
14 GET_PRODUCT_GUID Instance method Public Get-method of a virtual attribute Reads Attribute PRODUCT_GUID 20070613
15 GET_PRODUCT_ID Instance method Public Get-method of a virtual attribute Reads Attribute PRODUCT_ID 20070613
16 GET_QUANTITY Instance method Public Get-method of a virtual attribute Reads Attribute QUANTITY 20070918
17 GET_QUANTITY_UNIT Instance method Public Get-method of a virtual attribute Reads Attribute QUANTITY_UNIT 20070918
18 GET_QUERY_WITH_NAME_GUID Instance method Private Get-method of a virtual attribute Reads Attribute QUERY_WITH_NAME_GUID 20070619
19 GET_QUERY_WITH_PRODUCT_GUID Instance method Private Get-method of a virtual attribute Reads Attribute QUERY_WITH_PRODUCT_GUID 20070619
20 GET_QUERY_WITH_TEXT_GUID Instance method Private Get-method of a virtual attribute Reads Attribute QUERY_WITH_TEXT_GUID 20070620
21 GET_TAX_TARIF_CODE Instance method Public Get-method of a virtual attribute Reads Attribute TAX_TARIF_CODE 20070613
22 GET_TYPE_CODE Instance method Public Get-method of a virtual attribute Reads Attribute TYPE_CODE 20070613
23 GET_WEIGHT_MEASURE Instance method Public Get-method of a virtual attribute Reads Attribute WEIGHT_MEASURE 20070613
24 GET_WEIGHT_UNIT Instance method Public Get-method of a virtual attribute Reads Attribute WEIGHT_UNIT 20070613
25 QUERY_BY_NAME_GUID Instance method Private Method Read dep. text table by text guid 20070620
26 QUERY_BY_PRODUCT_GUID Instance method Private Method Read dep. table by product guid 20070619
27 QUERY_BY_TEXT_GUID Instance method Private Method Read dep. name table by name guid 20070620
28 QUERY_PD_DEP_TABLE Instance method Private Method Get ref. of corresponding entries in dep. table of product 20070619
29 SET_CATEGORY_ID Instance method Public Set-method of a virtual attribute Sets Attribute CATEGORY_ID 20070613
30 SET_CHANGED_AT Instance method Public Set-method of a virtual attribute Sets Attribute CHANGED_AT 20071022
31 SET_CHANGED_BY Instance method Public Set-method of a virtual attribute Sets Attribute CHANGED_BY 20070613
32 SET_CREATED_AT Instance method Public Set-method of a virtual attribute Sets Attribute CREATED_AT 20071022
33 SET_CREATED_BY Instance method Public Set-method of a virtual attribute Sets Attribute CREATED_BY 20070613
34 SET_CURRENCY_CODE Instance method Public Set-method of a virtual attribute Sets Attribute CURRENCY_CODE 20070613
35 SET_DESCRIPTION_GUID Instance method Public Set-method of a virtual attribute Sets Attribute DESCRIPTION_GUID 20070613
36 SET_MEASURE_UNIT Instance method Public Set-method of a virtual attribute Sets Attribute MEASURE_UNIT 20070613
37 SET_NAME_GUID Instance method Public Set-method of a virtual attribute Sets Attribute NAME_GUID 20070613
38 SET_PD_NA_TT Instance method Private Set-method of a virtual attribute Sets Attribute PD_NA_TT 20070619
39 SET_PD_TEXT_TT Instance method Private Set-method of a virtual attribute Sets Attribute PD_TEXT_TT 20070620
40 SET_PD_WR_TT Instance method Private Set-method of a virtual attribute Sets Attribute PD_WR_TT 20070619
41 SET_PRICE Instance method Public Set-method of a virtual attribute Sets Attribute PRICE 20070613
42 SET_PRODUCT_ID Instance method Public Set-method of a virtual attribute Sets Attribute PRODUCT_ID 20070613
43 SET_QUANTITY Instance method Public Set-method of a virtual attribute Sets Attribute QUANTITY 20070918
44 SET_QUANTITY_UNIT Instance method Public Set-method of a virtual attribute Sets Attribute QUANTITY_UNIT 20070918
45 SET_QUERY_WITH_NAME_GUID Instance method Private Set-method of a virtual attribute Sets Attribute QUERY_WITH_NAME_GUID 20070619
46 SET_QUERY_WITH_PRODUCT_GUID Instance method Private Set-method of a virtual attribute Sets Attribute QUERY_WITH_PRODUCT_GUID 20070619
47 SET_QUERY_WITH_TEXT_GUID Instance method Private Set-method of a virtual attribute Sets Attribute QUERY_WITH_TEXT_GUID 20070620
48 SET_TAX_TARIF_CODE Instance method Public Set-method of a virtual attribute Sets Attribute TAX_TARIF_CODE 20070613
49 SET_TYPE_CODE Instance method Public Set-method of a virtual attribute Sets Attribute TYPE_CODE 20070613
50 SET_WEIGHT_MEASURE Instance method Public Set-method of a virtual attribute Sets Attribute WEIGHT_MEASURE 20070613
51 SET_WEIGHT_UNIT Instance method Public Set-method of a virtual attribute Sets Attribute WEIGHT_UNIT 20070613
Events
Class CL_NWDEMO_PERSIST_PD has no event.
Types
Class CL_NWDEMO_PERSIST_PD has no local type.
Method Signatures

Method GET_CATEGORY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_CATEGORY_ID Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_CHANGED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIMESTAMPL Attribute Value 20071022
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20071022

Method GET_CHANGED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SYUNAME Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_CREATED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIMESTAMPL Attribute Value 20071022
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20071022

Method GET_CREATED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SYUNAME Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_CURRENCY_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_CURR_CODE_PD Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_DESCRIPTION_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GUID_16 Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_MEASURE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_UNIT_CODE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_NAME_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GUID_16 Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_PD_NA_TT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_PD_NA_REF_TT Attribute Value 20070619
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070619

Method GET_PD_TEXT_TT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_TEXT_REF_TT Attribute Value 20070620
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070620

Method GET_PD_WR_TT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_PD_WR_REF_TT Attribute Value 20070619
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070619

Method GET_PRICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_PRICE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_PRODUCT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GUID_16 Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_PRODUCT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_PRODUCT_ID Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_QUANT Attribute Value 20070918
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070918

Method GET_QUANTITY_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_QUANT_UNIT Attribute Value 20070918
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070918

Method GET_QUERY_WITH_NAME_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY Attribute Value 20070619
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070619

Method GET_QUERY_WITH_PRODUCT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY Attribute Value 20070619
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070619

Method GET_QUERY_WITH_TEXT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY Attribute Value 20070620
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070620

Method GET_TAX_TARIF_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_TAX_TARIF_CODE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_TYPE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_PRD_TYPE_CODE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_WEIGHT_MEASURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_WEIGHT_MEASURE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method GET_WEIGHT_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_UNIT_CODE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method QUERY_BY_NAME_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AGENT Call by reference Object reference (TYPE REF TO) OBJECT Object Type Name 20070620
2 Returning RT_ENTRY Value transfer Type reference (TYPE) OSREFTAB List of references 20070620

Method QUERY_BY_NAME_GUID on class CL_NWDEMO_PERSIST_PD has no exception.

Method QUERY_BY_PRODUCT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AGENT Call by reference Object reference (TYPE REF TO) OBJECT Object Type Name 20070619
2 Returning RT_ENTRY Value transfer Type reference (TYPE) OSREFTAB List of references 20070619

Method QUERY_BY_PRODUCT_GUID on class CL_NWDEMO_PERSIST_PD has no exception.

Method QUERY_BY_TEXT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AGENT Call by reference Object reference (TYPE REF TO) OBJECT Object Type Name 20070620
2 Returning RT_ENTRY Value transfer Type reference (TYPE) OSREFTAB List of references 20070620

Method QUERY_BY_TEXT_GUID on class CL_NWDEMO_PERSIST_PD has no exception.

Method QUERY_PD_DEP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETR_RESULT Call by reference Type reference (TYPE) ANY TABLE List of references 20070622
2 Importing IV_AGENT Call by reference Object reference (TYPE REF TO) OBJECT Object Type Name 20070619
3 Importing IV_QUERY_METHOD Call by reference Type reference (TYPE) STRING Query method 20070619

Method QUERY_PD_DEP_TABLE on class CL_NWDEMO_PERSIST_PD has no exception.

Method SET_CATEGORY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CATEGORY_ID Call by reference Type reference (TYPE) SDEMO_CATEGORY_ID Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_CHANGED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGED_AT Call by reference Type reference (TYPE) TIMESTAMPL Attribute Value 20071022
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20071022

Method SET_CHANGED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGED_BY Call by reference Type reference (TYPE) SYUNAME Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_CREATED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATED_AT Call by reference Type reference (TYPE) TIMESTAMPL Attribute Value 20071022
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20071022

Method SET_CREATED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATED_BY Call by reference Type reference (TYPE) SYUNAME Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_CURRENCY_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CURRENCY_CODE Call by reference Type reference (TYPE) SDEMO_CURR_CODE_PD Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_DESCRIPTION_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION_GUID Call by reference Type reference (TYPE) GUID_16 Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_MEASURE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MEASURE_UNIT Call by reference Type reference (TYPE) SDEMO_UNIT_CODE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_NAME_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME_GUID Call by reference Type reference (TYPE) GUID_16 Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_PD_NA_TT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PD_NA_TT Call by reference Type reference (TYPE) SDEMO_PD_NA_REF_TT Attribute Value 20070619
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070619

Method SET_PD_TEXT_TT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PD_TEXT_TT Call by reference Type reference (TYPE) SDEMO_TEXT_REF_TT Attribute Value 20070620
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070620

Method SET_PD_WR_TT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PD_WR_TT Call by reference Type reference (TYPE) SDEMO_PD_WR_REF_TT Attribute Value 20070619
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070619

Method SET_PRICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PRICE Call by reference Type reference (TYPE) SDEMO_PRICE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_PRODUCT_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_PRODUCT_ID Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_QUANTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QUANTITY Call by reference Type reference (TYPE) SDEMO_QUANT Attribute Value 20070918
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070918

Method SET_QUANTITY_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QUANTITY_UNIT Call by reference Type reference (TYPE) SDEMO_QUANT_UNIT Attribute Value 20070918
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070918

Method SET_QUERY_WITH_NAME_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QUERY_WITH_NAME_GUID Call by reference Object reference (TYPE REF TO) IF_OS_QUERY Attribute Value 20070619
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070619

Method SET_QUERY_WITH_PRODUCT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QUERY_WITH_PRODUCT_GUID Call by reference Object reference (TYPE REF TO) IF_OS_QUERY Attribute Value 20070619
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070619

Method SET_QUERY_WITH_TEXT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QUERY_WITH_TEXT_GUID Call by reference Object reference (TYPE REF TO) IF_OS_QUERY Attribute Value 20070620
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070620

Method SET_TAX_TARIF_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAX_TARIF_CODE Call by reference Type reference (TYPE) SDEMO_TAX_TARIF_CODE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_TYPE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE_CODE Call by reference Type reference (TYPE) SDEMO_PRD_TYPE_CODE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_WEIGHT_MEASURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WEIGHT_MEASURE Call by reference Type reference (TYPE) SDEMO_WEIGHT_MEASURE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613

Method SET_WEIGHT_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WEIGHT_UNIT Call by reference Type reference (TYPE) SDEMO_UNIT_CODE Attribute Value 20070613
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070613
History
Last changed by/on SAP  20080612 
SAP Release Created in 710