SAP ABAP Data Element KPP_EBPFM (Form routine to run applic. specific checks on init. screen)
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_EBPFM |
| Short Description | Form routine to run applic. specific checks on init. screen |
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 | 0 | |
| Medium | 0 | |
| Long | 0 | |
| Heading | 0 |
Documentation
Definition
FORM <KPP_EBPFM> TABLES T1_ITEXISTS STRUCTURE ITEXISTS_STRUC
T2_ITKPP1LA STRUCTURE KPP1LA
T3_ITKPP0D STRUCTURE KPP0D
T4_ITKPP0DA STRUCTURE KPP0DA
T5_ITKPP0DD STRUCTURE KPP0DD
USING P1_SUBRC TYPE SUBRC
P2_MESG STRUCTURE MESG.
- The parameter is optional. If it is not used, no further formal checks take place other than the general formal planning processor checks.
- Table parameter T1_ITEXISTS must have structure ITEXISTS_STRUC (found in KPPXI003). It holds the optional characteristics used (through entry of characteristic values) and serves as a basis for the checks.
- Table parameter T2_ITKPP1LA must have structure KPP1LA. It holds the value definitions of the current layout.
- Table parameters T3_ITKPP0D, T4_ITKPP0DA, and T5_ITKPP0DD must have structures KPP0D, KPP0DA, and KPP0DD. They hold the participating characteristics in the current layout, with their dependencies.
- Formal parameter P1_SUBRC is filled by the application routine (P1_SUBRC = 0 --> combination of characteristics OK, <> 0 otherwise) and is defined as follows:
DATA P1_SUBRC LIKE SY-SUBRC. - Formal parameter P2_MESG has structure MESG and holds any potential type"S" application messages.
History
| Last changed by/on | SAP | 19970708 |
| SAP Release Created in |