SAP ABAP Data Element BANK_DTE_PP_FNAMEETOI (FM for Converting Object Key from External to Internal)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-PPM (Application Component) Batch-Oriented Parallel Processing of Mass Data
⤷
BANK_PP_JOBCTRL (Package) Parallel Processing and Job Control
⤷
⤷
Basic Data
| Data Element | BANK_DTE_PP_FNAMEETOI |
| Short Description | FM for Converting Object Key from External to Internal |
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 | 10 | FM Conver. |
| Medium | 16 | FM Ext. -> Int. |
| Long | 20 | FM Ext. -> Int. |
| Heading | 30 | FM External -> Internal |
Documentation
Definition
This function module converts the key used outside of parallel processing into the key of a parallel processing object used internally (OBJCATG, OBJNO). The function module must have the following interface:
FUNCTION <NAME>.
*"-----------------------------------------------------------------
*"*"Local interface:
*" IMPORTING
*" VALUE(I_OBJCATG) TYPE BANK_DTE_PP_OBJCATG OPTIONAL
*" VALUE(I_S_EXTOBJECT)
*" EXPORTING
*" VALUE(E_OBJNO) TYPE BANK_DTE_PP_OBJNO
*"-----------------------------------------------------------------
...
ENDFUNCTION.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 30 |