SAP ABAP Data Element BKK_FNAMEITOE (FM for Coverting Object Key from Internal to External)
Hierarchy
☛
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
⤷
IS-B-BCA-PT-IC (Application Component) Interest/Charge Calculation
⤷
FKBD (Package) Bank Customer Accounts: Balancing
⤷
⤷
Basic Data
| Data Element | BKK_FNAMEITOE |
| Short Description | FM for Coverting Object Key from Internal to External |
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 Int. -> Ext. |
| Long | 20 | FM Int. -> Ext. |
| Heading | 30 | FM Int. -> Ext. |
Documentation
Definition
This function module converts the key of a parallel processing object consisting of object category (OBJCATG) and object number (OBJNO) to the key used outside of parallel processing. The function module must have the following interface:
FUNCTION <NAME>.
*"----------------------------------------------------------------------
*"*"Local interface:
*" IMPORTING
*" VALUE(I_OBJCATG) TYPE BKKD_OBJCATG OPTIONAL
*" VALUE(I_OBJNO) TYPE BKKD_OBJNO
*" EXPORTING
*" VALUE(E_S_EXTOBJECT)
*"----------------------------------------------------------------------
...
ENDFUNCTION.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in |