SAP ABAP Data Element COO_CVAFN (CO obj. planning: FM name to check version)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
KPLA (Package) Cost Accounting, planning RK-S
⤷
⤷
⤷
Basic Data
| Data Element | COO_CVAFN |
| Short Description | CO obj. planning: FM name to check version |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | FUNCNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table | TFDIR |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 0 | |
| Medium | 0 | |
| Long | 0 | |
| Heading | 0 |
Documentation
Definition
FUNCTION '<COO_CVAFN>'
IMPORTING
I_PGEBIET LIKE KPPT-PGEBIET
I_KOKRS LIKE TKA01-KOKRS
I_CCSS STRUCTURE CCSS
EXPORTING
E_SUBRC LIKE SYST-SUBRC
E_MESG STRUCTURE MESG
- The function module parameter is mandatory or optional, depending on whether the application is carrying out a verision test or not. This test affects applications which are to test whether the version is a delta version or not.
- Parameter I_PGEBIET contains the current planning area.
- Parameter I_KOKRS contains the default controlling area.
- Parameter I_CCSS contains the most information from tables TKA07 and TKA00 available within structure CCSS. Theses CCSS fields are filled in the verification exit for the version (LGUMDF15).
- Parameter E_SUBRC is set by the application and indicates whether the run is in order (E_SUBRC=0) or not (E_SUBRC>0).
- Parameter E_MESG serves in case of errors to send messages. The messages are collected and can be displayed in planning by using the menu path Error log -> Master data....
History
| Last changed by/on | SAP | 19960124 |
| SAP Release Created in |