SAP ABAP Interface IF_PRC_MAPPING_ABAP_JAVA (Interface for mapping between ABAP and JAVA structures)
Hierarchy
☛
SAP_AP (Software Component) SAP Application Platform
⤷
AP-PRC-PR (Application Component) Pricing
⤷
PRICING_INTERFACE (Package) Official Interface for Pricing
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PRC_MAPPING_ABAP_JAVA | Mapping class between ABAP and JAVA structures | 20100914 |
Properties
| Interface | IF_PRC_MAPPING_ABAP_JAVA | |
| Short Description | Interface for mapping between ABAP and JAVA structures |
General Data
| Package | PRICING_INTERFACE | Official Interface for Pricing |
| Created | 20100914 | SAP |
| Last changed | 20110811 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_PRC_INT_MAPPING_ABAP_JAVA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_PRC_MAPPING_ABAP_JAVA has no interface.
Friends
Interface IF_PRC_MAPPING_ABAP_JAVA has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_DOCUMENT_MODE | Constant | Public | See coding | 20100927 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Maps ABAP condition structure to Java condition structure | 20101029 | |
| 2 | Instance method | Public | Method | Maps ABAP document structure to Java document structure | 20100914 | |
| 3 | Instance method | Public | Method | Maps ABAP item structure to Java item structure | 20100914 |
Events
Interface IF_PRC_MAPPING_ABAP_JAVA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GV_DOCUMENT_MODE | Public | See coding | Document mode: create, read or write | 20100927 | ty_gv_document_mode(1) TYPE c
|
Method Signatures
Method MAP_CONDITION_ABAP_TO_JAVA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COND_JAVA | Call by reference | Type reference (TYPE) | PRIT_CONDITION_T | Java Pricing Conditions | 20101029 | |||
| 2 | IT_COND_ABAP | Call by reference | Type reference (TYPE) | PRCT_COND_DU_TAB | ABAP Pricing Conditions | 20101029 | |||
| 3 | IV_DOC_CURR | Call by reference | Type reference (TYPE) | PRCT_COND_CURR | Document Currency | 20101029 |
Method MAP_CONDITION_ABAP_TO_JAVA on Interface IF_PRC_MAPPING_ABAP_JAVA has no exception.
Method MAP_DOCUMENT_ABAP_TO_JAVA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DOCUMENT_JAVA | Call by reference | Type reference (TYPE) | PRIT_DOCUMENT_CREATE | Document JAVA structure | 20100914 | |||
| 2 | IS_HEAD_COM | Call by reference | Type reference (TYPE) | PRCT_HEAD_COM | Document ABAP structure | 20100915 | |||
| 3 | IS_HEAD_COM_ACS | Call by reference | Type reference (TYPE) | ANY | 20100915 | ||||
| 4 | IV_BAL_LOG | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log handle | 20100914 | |||
| 5 | IV_DOCUMENT_ID_EXT | Call by reference | Type reference (TYPE) | PRCT_EXT_DOC_GUID | External Document Number | 20100915 | |||
| 6 | IV_DOCUMENT_MODE | Call by reference | Type reference (TYPE) | TY_GV_DOCUMENT_MODE | Document mode: create ('C'), read ('R') or write ('W') | 20100927 | |||
| 7 | IV_GROUP_PROCESSING | Call by reference | Type reference (TYPE) | PRCT_GROUP_PROCESSING | Activate: Group Processing in IPC | 20100915 | |||
| 8 | IV_KEEP_ZERO_PRICES | Call by reference | Type reference (TYPE) | PRCT_KEEP_ZERO_PRICES | Do Not Inactivate Zero Prices | 20100915 | |||
| 9 | IV_SIMULATION | Call by reference | Type reference (TYPE) | /SAPCND/DET_SIMULATION | Condition Finding Simulation | 20100915 | |||
| 10 | IV_TRACK_CHANGES | Call by reference | Type reference (TYPE) | PRCT_FLAG_TRACK_CHANGES | Activate : Tracking condition screen changes | 20100915 | |||
| 11 | IV_USE_NAME_VALUE | Call by reference | Type reference (TYPE) | PRCT_USE_NAME_VALUE | Usage of Attribute Value Pairs | 20100915 |
Method MAP_DOCUMENT_ABAP_TO_JAVA on Interface IF_PRC_MAPPING_ABAP_JAVA has no exception.
Method MAP_ITEM_ABAP_TO_JAVA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ITEM | Call by reference | Type reference (TYPE) | IF_PRC_INT_MAPPING_ABAP_JAVA=>TY_GS_ITEM_DATA | Tabel with Java Item structures | 20101012 | |||
| 2 | ET_ITEM_ITAB_INFO | Call by reference | Type reference (TYPE) | SPCT_ITEM_ITAB_INFO_T | Table Type for Pricing Item (SPCT_ITEMX) Complex Structures | 20101012 | |||
| 3 | ET_ITEM_VMC | Call by reference | Type reference (TYPE) | SPCT_ITEMX_T | Pricing Item With Marked Fields | 20101012 | |||
| 4 | ET_ITEM_WRK_DATA | Call by reference | Type reference (TYPE) | SPCT_ITEM_WRK_DATA_T | Table Type for Pricing Item Main Part | 20101012 | |||
| 5 | ET_ORDER_ATTRIBUTES | Call by reference | Type reference (TYPE) | SPCT_ITEM_ATTRIBUTES_T | Table Type for Pricing Item Attributes Part | 20101012 | |||
| 6 | ET_ORDER_TIMESTAMPS | Call by reference | Type reference (TYPE) | SPCT_ITEM_TIMESTAMPS_T | Table Type for Pricing Item Timestamp Parts | 20101012 | |||
| 7 | IS_ACS_ITEM | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101012 | ||||
| 8 | IS_HEAD_DATA | Call by reference | Type reference (TYPE) | IF_PRC_INT_MAPPING_ABAP_JAVA=>TY_GS_HEAD_DATA | Header Information for Pricing Document | 20101008 | |||
| 9 | IS_ITEM_COM | Call by reference | Type reference (TYPE) | PRCT_ITEM_COM_VAR | ABAP Item structure | 20101012 |
Method MAP_ITEM_ABAP_TO_JAVA on Interface IF_PRC_MAPPING_ABAP_JAVA has no exception.
History
| Last changed by/on | SAP | 20110811 |
| SAP Release Created in | 700 |