SAP ABAP Class CL_PIQ_PREPARE (PriceInquiry Comm. str. preparation)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-BF-PR (Application Component) Pricing and Conditions
     VF_PRC_PRICEINQUIRY (Package) Mass Processing of Price Inquiries
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PIQ_PREPARE PriceInquiry Comm.str. preparation 20130802
Properties
Class CL_PIQ_PREPARE  
Short Description PriceInquiry Comm. str. preparation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VF_PRC_PRICEINQUIRY   Mass Processing of Price Inquiries 
Created 20130802   SAP 
Last change 20140121   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_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_PIQ_PREPARE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_PIQ_API Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_PIQ_PREPARE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_PIQ_PRICING_PROCEDURE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_PIQ_PREPARE PriceInquiry Comm.str. preparation 20130802
Friends
Class CL_PIQ_PREPARE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_XSTCEG Constant Private See coding 20131111
2 MO_API_CALLER Instance attribute Private Object reference (TYPE REF TO) IF_PIQ_API_CALLER Caller of PriceInquiry API 20130927
3 MO_BADI Instance attribute Private Object reference (TYPE REF TO) LIF_BADI 20131107
4 SO_DATABASE Static Attribute Private Object reference (TYPE REF TO) LIF_DATABASE 20130912
5 ST_T001W Static Attribute Private Type reference (TYPE) LIF_DATABASE=>TY_LT_T001W Checkbox 20131105
6 ST_VOFM_INDEP_REL_ATTR Static Attribute Private Type reference (TYPE) IF_PIQ_PRICING_PROCEDURE=>TY_GT_RELEVANT_ATTRIBUTE 20130914
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20130912
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130816
3 DYNAMIC_SELECT Instance method Private Method Dynamic selection of (mainly master-)data 20130924
4 ENRICH_PLANT_DATA Instance method Private Method Enricht with plant data 20131105
5 FILL_KOMK Instance method Private Method Fill KOMK structure 20130916
6 FILL_KOMP Instance method Private Method Fill KOMP structure 20130919
7 FILL_KOMP_HEAD_FIELDS Instance method Private Method Fill KOMK+KOMP combined (extracted) structure 20131104
8 FILL_STRUCTURE Instance method Private Method Fill structure dynamically 20130925
9 GET_CUSTOMER_HIERARCHY Instance method Private Method 20130913
10 GET_CUST_HIERARCHY_MAX_LEVEL Instance method Private Method Get Customer Hierarchy Maximum Level 20130914
11 GET_DATA_REF_FIELD_VALUE Instance method Private Method 20130912
12 GET_FAE_COMP Instance method Private Method Get For all entries table type for Head, Item and HeadItem 20130927
13 GET_FAE_HEADITEM_TABLE Instance method Private Method Get For all entries table for Headitem 20131128
14 GET_FAE_HEAD_TABLE Instance method Private Method Get For all entries table for Head 20131128
15 GET_FAE_ITEM_TABLE Instance method Private Method Get For all entries table for Item 20131128
16 GET_FAE_TABLE_ROW Instance method Private Method Get For all entries table row for Head, Item and HeadItem 20131024
17 GET_FAE_TABLE_TYPE Instance method Private Method Get For all entries table type for Head, Item and HeadItem 20131024
18 GET_KEY_WA Instance method Private Method Get Key workarea 20130925
19 GET_PRICING_PROCEDURES Instance method Private Method 20130912
20 GET_SOURCE_METADATA_FLD Instance method Private Method 20130917
21 GET_STCEG_FROM_BP_ROLE Instance method Private Method Get STCEG from BP role 20131111
22 GET_VOFM_INDEP_REL_ATTR Static method Private Method Get VOFM independent relevant attributes 20130912
23 PREFILL_GLOBAL Instance method Private Method Prefill Global fields 20130923
24 PREFILL_HEAD Instance method Private Method Prefill Head fields (indep. of pricing procedure) 20130923
25 PREFILL_HEADITEM Instance method Private Method 20131021
26 PREFILL_ITEM Instance method Private Method Prefill Item fields (indep. of pricing procedure) 20130923
27 PREFILL_PLANT Instance method Private Method 20131021
Events
Class CL_PIQ_PREPARE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_LS_META_SRC_FLD Private See coding 20130917 begin of ty_ls_meta_src_fld. include type lif_database=>ty_ls_meta_src_fld as db. types: source_access type string, end of ty_ls_meta_src_fld
2 TY_LS_PRIC_PROC Private See coding 20130912 begin of ty_ls_pric_proc, kalsm type kalsm_d, kunnr type piqt_kunnr, end of ty_ls_pric_proc
3 TY_LT_META_SRC_FLD Private See coding 20130917 ty_lt_meta_src_fld type sorted table of ty_ls_meta_src_fld with unique key target_structure target_field with non-unique sorted key sk_source_alias components source_alias
4 TY_LT_PRIC_PROC Private See coding 20130912 ty_lt_pric_proc type sorted table of ty_ls_pric_proc with unique key kalsm
5 TY_LT_TABNAME Private See coding 20131022 ty_lt_tabname type sorted table of tabname with unique key table_line
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLER Call by reference Object reference (TYPE REF TO) IF_PIQ_API_CALLER Caller of PriceInquiry API 20130927

Method CONSTRUCTOR on class CL_PIQ_PREPARE has no exception.

Method DYNAMIC_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SOURCE_TYPE_DB Call by reference Type reference (TYPE) TY_LT_SOURCE_TYPE_DB 20130924
2 Importing IR_FAE_HEAD Call by reference Object reference (TYPE REF TO) DATA 20130927
3 Importing IR_FAE_HEADITEM Call by reference Object reference (TYPE REF TO) DATA 20131021
4 Importing IR_FAE_ITEM Call by reference Object reference (TYPE REF TO) DATA 20130927
5 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130924

Method DYNAMIC_SELECT on class CL_PIQ_PREPARE has no exception.

Method ENRICH_PLANT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_HEADITEM Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_HEADITEM 20131128

Method ENRICH_PLANT_DATA on class CL_PIQ_PREPARE has no exception.

Method FILL_KOMK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KOMK Call by reference Type reference (TYPE) VA_KOMK_T Table via KOMK 20130920
2 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130916
3 Importing IT_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20130920
4 Importing IT_SOURCE_FLD Call by reference Type reference (TYPE) TY_LT_META_SRC_FLD 20130919
5 Importing IT_SOURCE_TYPE_DB Call by reference Type reference (TYPE) TY_LT_SOURCE_TYPE_DB 20130924
6 Importing IV_BAL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131030

Method FILL_KOMK on class CL_PIQ_PREPARE has no exception.

Method FILL_KOMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KOMP Call by reference Type reference (TYPE) VA_KOMP_T Table via KOMP 20130920
2 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130919
3 Importing IT_ITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_ITEM 20130920
4 Importing IT_SOURCE_FLD Call by reference Type reference (TYPE) TY_LT_META_SRC_FLD 20130919
5 Importing IT_SOURCE_TYPE_DB Call by reference Type reference (TYPE) TY_LT_SOURCE_TYPE_DB 20130924
6 Importing IV_BAL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131129

Method FILL_KOMP on class CL_PIQ_PREPARE has no exception.

Method FILL_KOMP_HEAD_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMK Call by reference Type reference (TYPE) VA_KOMK_T Table via KOMK 20131104
2 Exporting ET_KOMP_HEAD_FIELDS Call by reference Type reference (TYPE) KOMP_HEAD_FIELDS_T 20131104
3 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20131104
4 Importing IT_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20131104
5 Importing IT_HEADITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEADITEM 20131104
6 Importing IT_ITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_ITEM 20131104
7 Importing IT_KOMP Call by reference Type reference (TYPE) VA_KOMP_T Table via KOMP 20131104
8 Importing IT_SOURCE_FLD Call by reference Type reference (TYPE) TY_LT_META_SRC_FLD 20131104
9 Importing IT_SOURCE_TYPE_DB Call by reference Type reference (TYPE) TY_LT_SOURCE_TYPE_DB 20131104
10 Importing IV_BAL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131129

Method FILL_KOMP_HEAD_FIELDS on class CL_PIQ_PREPARE has no exception.

Method FILL_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_STRUCTURE Call by reference Type reference (TYPE) ANY 20130925
2 Importing IR_HEAD Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_HEAD 20130925
3 Importing IR_HEADITEM Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_HEADITEM 20131021
4 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_ITEM 20130925
5 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130925
6 Importing IT_SOURCE_ALIAS Call by reference Type reference (TYPE) TY_LT_TABNAME 20131022
7 Importing IT_SOURCE_FLD Call by reference Type reference (TYPE) TY_LT_META_SRC_FLD 20130925
8 Importing IT_SOURCE_TYPE_DB Call by reference Type reference (TYPE) TY_LT_SOURCE_TYPE_DB 20130925

Method FILL_STRUCTURE on class CL_PIQ_PREPARE has no exception.

Method GET_CUSTOMER_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20130913
2 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130913
3 Importing IT_PRIC_PROC Call by reference Type reference (TYPE) TY_LT_PRIC_PROC 20130913

Method GET_CUSTOMER_HIERARCHY on class CL_PIQ_PREPARE has no exception.

Method GET_CUST_HIERARCHY_MAX_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KUNNR Call by reference Type reference (TYPE) PIQT_KUNNR Table Type for Customer Number 20130914
2 Changing CV_MAX_LEVEL Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20130914
3 Importing IR_PRIC_PROC Call by reference Object reference (TYPE REF TO) TY_LS_PRIC_PROC 20130914
4 Importing IT_REL_ATTR Call by reference Type reference (TYPE) IF_PIQ_PRICING_PROCEDURE=>TY_GT_RELEVANT_ATTRIBUTE 20130914
5 Importing IV_FILL_CT_KUNNR Call by reference Type reference (TYPE) ABAP_BOOL 20130914

Method GET_CUST_HIERARCHY_MAX_LEVEL on class CL_PIQ_PREPARE has no exception.

Method GET_DATA_REF_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20130912
2 Exporting EV_VALUE Call by reference Type reference (TYPE) ANY 20130912
3 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20130912
4 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20130912

Method GET_DATA_REF_FIELD_VALUE on class CL_PIQ_PREPARE has no exception.

Method GET_FAE_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAE_HEADITEM_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20131021
2 Exporting ET_FAE_HEAD_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20130927
3 Exporting ET_FAE_ITEM_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20130927
4 Importing IT_SOURCE_TYPE_DB Call by reference Type reference (TYPE) TY_LT_SOURCE_TYPE_DB 20130927

Method GET_FAE_COMP on class CL_PIQ_PREPARE has no exception.

Method GET_FAE_HEADITEM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_FAE_HEADITEM_TABLE Call by reference Object reference (TYPE REF TO) DATA 20131128
2 Importing IT_FAE_HEADITEM_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20131128
3 Importing IT_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20131128
4 Importing IT_HEADITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEADITEM 20131128
5 Importing IT_ITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_ITEM 20131128

Method GET_FAE_HEADITEM_TABLE on class CL_PIQ_PREPARE has no exception.

Method GET_FAE_HEAD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_FAE_HEAD_TABLE Call by reference Object reference (TYPE REF TO) DATA 20131128
2 Importing IT_FAE_HEAD_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20131128
3 Importing IT_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20131128

Method GET_FAE_HEAD_TABLE on class CL_PIQ_PREPARE has no exception.

Method GET_FAE_ITEM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_FAE_ITEM_TABLE Call by reference Object reference (TYPE REF TO) DATA 20131128
2 Importing IT_FAE_ITEM_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20131128
3 Importing IT_ITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_ITEM 20131128

Method GET_FAE_ITEM_TABLE on class CL_PIQ_PREPARE has no exception.

Method GET_FAE_TABLE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FAE_TABLE_ROW Call by reference Object reference (TYPE REF TO) DATA 20131024
2 Importing IR_HEAD Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_HEAD 20131024
3 Importing IR_HEADITEM Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_HEADITEM 20131024
4 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_ITEM 20131024
5 Importing IT_FAE_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20131024

Method GET_FAE_TABLE_ROW on class CL_PIQ_PREPARE has no exception.

Method GET_FAE_TABLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_FAE_ROW Call by reference Object reference (TYPE REF TO) DATA 20131024
2 Exporting ER_FAE_TABLE Call by reference Object reference (TYPE REF TO) DATA 20131024
3 Importing IT_FAE_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20131024

Method GET_FAE_TABLE_TYPE on class CL_PIQ_PREPARE has no exception.

Method GET_KEY_WA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_KEY_WA Call by reference Type reference (TYPE) ANY 20130925
2 Importing IR_HEAD Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_HEAD 20130925
3 Importing IR_HEADITEM Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_HEADITEM 20131021
4 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) IF_PIQ_PREPARE=>TY_GS_ITEM 20130925
5 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130925
6 Importing IT_KEY Call by reference Type reference (TYPE) TY_LT_KEY 20130925

Method GET_KEY_WA on class CL_PIQ_PREPARE has no exception.

Method GET_PRICING_PROCEDURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20130914
2 Exporting ET_PRIC_PROC Call by reference Type reference (TYPE) TY_LT_PRIC_PROC 20130913
3 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130912
4 Importing IT_HEAD Call by reference Type reference (TYPE) IF_PIQ_API=>TY_GT_CALCULATE_HEAD_PARAM 20130912
5 Importing IV_BAL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131126

Method GET_PRICING_PROCEDURES on class CL_PIQ_PREPARE has no exception.

Method GET_SOURCE_METADATA_FLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAE_HEADITEM_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Komponentenbeschreibungstabelle 20131021
2 Exporting ET_FAE_HEAD_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20130927
3 Exporting ET_FAE_ITEM_COMP Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE Component Description Table 20130927
4 Exporting ET_SOURCE_FLD Call by reference Type reference (TYPE) TY_LT_META_SRC_FLD 20130917
5 Exporting ET_SOURCE_TYPE_DB Call by reference Type reference (TYPE) TY_LT_SOURCE_TYPE_DB 20130924
6 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20131111
7 Importing IT_PRIC_PROC Call by reference Type reference (TYPE) TY_LT_PRIC_PROC 20130917
8 Importing IV_BAL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131121

Method GET_SOURCE_METADATA_FLD on class CL_PIQ_PREPARE has no exception.

Method GET_STCEG_FROM_BP_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KNA1 Call by reference Type reference (TYPE) HASHED TABLE 20131111
2 Importing IV_BAL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131129
3 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 20131111
4 Returning RV_STCEG Value transfer Type reference (TYPE) STCEG VAT Registration Number 20131111

Method GET_STCEG_FROM_BP_ROLE on class CL_PIQ_PREPARE has no exception.

Method GET_VOFM_INDEP_REL_ATTR Signature

Method GET_VOFM_INDEP_REL_ATTR on class CL_PIQ_PREPARE has no parameter.
Method GET_VOFM_INDEP_REL_ATTR on class CL_PIQ_PREPARE has no exception.

Method PREFILL_GLOBAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_API=>TY_GS_CALCULATE_GLOBAL_PARAM 20130923
2 Returning RS_GLOBAL Value transfer Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130923

Method PREFILL_GLOBAL on class CL_PIQ_PREPARE has no exception.

Method PREFILL_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20130928
2 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130923
3 Importing IT_PRIC_PROC Call by reference Type reference (TYPE) TY_LT_PRIC_PROC 20130928
4 Importing IT_SOURCE_FLD Call by reference Type reference (TYPE) TY_LT_META_SRC_FLD 20130928

Method PREFILL_HEAD on class CL_PIQ_PREPARE has no exception.

Method PREFILL_HEADITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEADITEM 20131021
2 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20131021
3 Importing IT_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20131021
4 Importing IT_ITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_ITEM 20131021
5 Importing IT_SOURCE_FLD Call by reference Type reference (TYPE) TY_LT_META_SRC_FLD 20131021

Method PREFILL_HEADITEM on class CL_PIQ_PREPARE has no exception.

Method PREFILL_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SOURCE_TYPE_DB Call by reference Type reference (TYPE) TY_LT_SOURCE_TYPE_DB 20131107
2 Exporting ET_ITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_ITEM 20130923
3 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20130923
4 Importing IT_ITEM Call by reference Type reference (TYPE) IF_PIQ_API=>TY_GT_CALCULATE_ITEM_PARAM 20130923
5 Importing IT_SOURCE_FLD Call by reference Type reference (TYPE) TY_LT_META_SRC_FLD 20130928
6 Importing IV_BAL_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131129

Method PREFILL_ITEM on class CL_PIQ_PREPARE has no exception.

Method PREFILL_PLANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HEADITEM_WORKLIST Call by reference Type reference (TYPE) TY_GT_HEADITEM_WORKLIST 20131128
2 Exporting ET_HEADITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEADITEM 20131128
3 Importing IS_GLOBAL Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GS_GLOBAL 20131021
4 Importing IT_HEAD Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_HEAD 20131021
5 Importing IT_ITEM Call by reference Type reference (TYPE) IF_PIQ_PREPARE=>TY_GT_ITEM 20131021

Method PREFILL_PLANT on class CL_PIQ_PREPARE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 618