SAP ABAP Data Element COO_CIDFN (CO obj. planning: FM name for collecting master data info)
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_CIDFN |
| Short Description | CO obj. planning: FM name for collecting master data info |
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_CIDFN>'
IMPORTING
I_FIELDNAME LIKE KPP0D-FIELDNAME
I_PGEBIET LIKE KPPT-PGEBIET
I_KOKRS LIKE TKA01-KOKRS
TABLES
T_GMD03 STRUCTURE GMD03
T_PERIODS STRUCTURE PERIODS
T_COIOB STRUCTURE COIOB
T_COO0A STRUCTURE COO0A
- The function module parameter is obligatory.
- The function module name <COO_CIDFN> is freely definable.
- The function module collects master data record information required later by an application-specific characteristic. The most important information here is the CO object number.
- Parameter I_FIELDNAME contains the application-specific characteristic.
- Parameter I_PGEBIET contains the current planning area.
- Parameter I_KOKRS contains the current controlling area.
- Table parameter T_GMD03 contains the current value for the characteristic. The table is filled by the function module callup G_COMBINATION_GET_EXIT. If the characterisic is time-dependent (T800D-ZUSATZEXIT = '2') an entry is readied per period in T_GMD03. The table is unstructured; the information nevertheless has CCSS structure, meaning that before processing a MOVE T_GMD03 TO CCSS. must be programmed.
- Table parameter T_PERIODS contains the periods for which the characteristic is tested (relevant only for time-dependent characteristics).
- Table parameter T_COIOB is to be built by the application. It has two functions for CO object planning:
- Index for characteristic values of the application-specific characteristics (the value is found for a given CO object number).
- Interpretation of update data for sub-applications of plan integration (handing on of data through the FI/CO interface).
- Table parameter T_COO0A is also to be built by the application. It contains the control information for all CO objects and is not included in structure COIOB.
History
| Last changed by/on | SAP | 19951114 |
| SAP Release Created in |