SAP ABAP Interface IF_PIQ_CUSTOMIZING (PriceInquiry Customizing)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PIQ_CUSTOMIZING | PriceInquiry Customizing | 20131031 |
Properties
Interface | IF_PIQ_CUSTOMIZING | |
Short Description | PriceInquiry Customizing |
General Data
Package | VF_PRC_PRICEINQUIRY | Mass Processing of Price Inquiries |
Created | 20131031 | SAP |
Last changed | 20140121 | SAP |
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 | IF_PIQ_PRICING_PROCEDURE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_PIQ_CUSTOMIZING has no interface.
Friends
Interface IF_PIQ_CUSTOMIZING has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_STANDARD_CALLER_V | Constant | Public | Type reference (TYPE) | PIQ_CALLER_ID | 'STD' | Price Inquiry Caller ID | 20131128 | |
2 | MT_DB_ALIAS | Instance attribute | Public | Type reference (TYPE) | TY_LT_DB_ALIAS | 20131119 | |||
3 | MT_PREP_FLD | Instance attribute | Public | Type reference (TYPE) | TY_LT_PREP_FLD | 20131119 | |||
4 | MT_PREP_KEY | Instance attribute | Public | Type reference (TYPE) | TY_LT_PREP_KEY | 20131119 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check one row of PIQC_DB_ALIAS | 20131031 |
2 | ![]() |
Instance method | Public | Method | Check persisted database entries | 20131031 |
3 | ![]() |
Instance method | Public | Method | Check one row of PIQC_PREP_FLD | 20131031 |
4 | ![]() |
Instance method | Public | Method | Check one row of PIQC_PREP_KEY | 20131031 |
5 | ![]() |
Instance method | Public | Method | Get F4 help for FLD SOURCE_FIELD | 20131205 |
6 | ![]() |
Instance method | Public | Method | Get F4 help for KEY SOURCE_FIELD | 20131205 |
7 | ![]() |
Instance method | Public | Method | Get F4 help for TARGE_FIELD | 20131205 |
Events
Interface IF_PIQ_CUSTOMIZING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_LS_DB_ALIAS | Public | See coding | 20131120 | begin of ty_ls_db_alias,
table_alias type tabname.
include type piqs_db_alias_data.
types: end of ty_ls_db_alias
|
||
2 | TY_LS_PREP_FLD | Public | See coding | 20131120 | begin of ty_ls_prep_fld,
target_structure type tabname,
target_field type fieldname.
include type piqs_prep_fld_data.
types: end of ty_ls_prep_fld
|
||
3 | TY_LS_PREP_KEY | Public | See coding | 20131120 | begin of ty_ls_prep_key,
table_alias type tabname,
key_field type fieldname.
include type piqs_prep_key_data.
types: end of ty_ls_prep_key
|
||
4 | TY_LT_DB_ALIAS | Public | See coding | 20131119 | ty_lt_db_alias type sorted table of ty_ls_db_alias with unique key table_alias
|
||
5 | TY_LT_PREP_FLD | Public | See coding | 20131119 | ty_lt_prep_fld type sorted table of ty_ls_prep_fld with unique key target_structure target_field
|
||
6 | TY_LT_PREP_KEY | Public | See coding | 20131119 | ty_lt_prep_key type sorted table of ty_ls_prep_key with unique key table_alias key_field
|
Method Signatures
Method CHECK_DB_ALIAS_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DB_ALIAS | Call by reference | Type reference (TYPE) | PIQC_DB_ALIAS_C | Data base aliases (Customer entries) | 20131031 | ||
2 | ![]() |
RS_ERROR | Value transfer | Type reference (TYPE) | BAPIRET2 | Field Name | 20131031 |
Method CHECK_DB_ALIAS_ROW on Interface IF_PIQ_CUSTOMIZING has no exception.
Method CHECK_DB_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BAL_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20131031 |
Method CHECK_DB_ENTRIES on Interface IF_PIQ_CUSTOMIZING has no exception.
Method CHECK_PREP_FLD_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PREP_FLD | Call by reference | Type reference (TYPE) | PIQC_PREP_FLD_C | Pricing prepare: Sources for KOMK/KOMP fields (SAP delivery) | 20131031 | ||
2 | ![]() |
RS_ERROR | Value transfer | Type reference (TYPE) | BAPIRET2 | Field Name | 20131031 |
Method CHECK_PREP_FLD_ROW on Interface IF_PIQ_CUSTOMIZING has no exception.
Method CHECK_PREP_KEY_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PREP_KEY | Call by reference | Type reference (TYPE) | PIQC_PREP_KEY_C | 20131031 | |||
2 | ![]() |
RS_ERROR | Value transfer | Type reference (TYPE) | BAPIRET2 | Return Parameter | 20131031 |
Method CHECK_PREP_KEY_ROW on Interface IF_PIQ_CUSTOMIZING has no exception.
Method GET_F4_FLD_SOURCE_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SOURCE_ALIAS | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20131205 | ||
2 | ![]() |
IV_SOURCE_TYPE | Call by reference | Type reference (TYPE) | PIQ_PREP_FLD_SOURCE_TYPE | Pricing Prepare: Source Type for KOMK/KOMP Fields | 20131205 | ||
3 | ![]() |
RT_FIELD | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Field List | 20131205 |
Method GET_F4_FLD_SOURCE_FIELD on Interface IF_PIQ_CUSTOMIZING has no exception.
Method GET_F4_KEY_SOURCE_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SOURCE_TYPE | Call by reference | Type reference (TYPE) | PIQ_PREP_KEY_SOURCE_TYPE | Pricing Preparation: Source Type for DB Key Fields | 20131205 | ||
2 | ![]() |
RT_FIELD | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Field List | 20131205 |
Method GET_F4_KEY_SOURCE_FIELD on Interface IF_PIQ_CUSTOMIZING has no exception.
Method GET_F4_TARGET_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TARGET_STRUCTURE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20131205 | ||
2 | ![]() |
RT_FIELD | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Field List | 20131205 |
Method GET_F4_TARGET_FIELD on Interface IF_PIQ_CUSTOMIZING has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 618 |