SAP ABAP Data Element BKK_FNAMEADD (FM for Incrementing of Object Numbers in Parallel Processing)
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_FNAMEADD |
| Short Description | FM for Incrementing of Object Numbers in Parallel Processing |
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 Incr. |
| Medium | 15 | FM Incr. |
| Long | 20 | FM Incr. |
| Heading | 30 | FM Incrementing |
Documentation
Definition
The function module is for incrementing the number of the parallel processing object OBJNO. The function module must have the following interface:
FUNCTION <NAME>.
*"Locale interface:
*" IMPORTING
*" VALUE(I_OBJCATG) TYPE BKKD_OBJCATG OPTIONAL
*" VALUE(I_OBJNO) TYPE BKKD_OBJNO
*" VALUE(I_INC) TYPE I
*" EXPORTING
*" VALUE(E_OBJNO) TYPE BKKD_OBJNO
* e.g.: E_OBJNO = I_OBJNO + I_INC
ENDFUNCTION.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in |