SAP ABAP Data Element KPP_CRSFM (Form routine for validating and expanding a set)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
CO-OM-CCA (Application Component) Cost Center Accounting
⤷
KPP (Package) Cost Accounting, planning processor
⤷
⤷
Basic Data
| Data Element | KPP_CRSFM |
| Short Description | Form routine for validating and expanding a set |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | FORMNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table |
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 | 10 | Set form. |
| Medium | 15 | Set form rout. |
| Long | 20 | Set valid. form rout |
| Heading | 30 | Set form. |
Documentation
Definition
FORM <KPP_CRSFM> TABLES T_KPP1LA STRUCTURE KPP1LA
USING P1_KPP0D STRUCTURE KPP0D
P2_KPP0DD STRUCTURE KPP0DD
P3_SETNR
P4_SUBRC
P5_MESG.
- The parameter is optional. If the application uses sets in planning, it becomes mandatory.
- The routine name <KPP_CRSFM> is free to choose. The routine must be defined in program <KPP_CRSPR> (if set).
- The table parameter T_KPP1LA must have structure KPP1LA. It is filled by the application. One entry per set row is generated.
- Formal parameter P1_KPP0D contains the current dimension. It is a field bar with structure KPP0D (current entry of the dimension table ITKPP0D).
- Formal parameter P2_KPP0DD contains the dictionary information for the current dimension.
- Formal parameter P3_SETNR contains the set to verify and break down.
- Formal parameter P4_SUBRC is filled by the appliation routine (P4_SUBRC = 0 --> set is OK, <> 0 otherwise) and is defined as follows: DATA P4_SUBRC LIKE SY-SUBRC.
- Formal parameter P5_MESG has structure MESG and takes any messages of type "S" issued by the application.
History
| Last changed by/on | SAP | 19970708 |
| SAP Release Created in |