SAP Function SAMPLE_INTERFACE_00011011 - Account Master Data: Account Number With Check Digit

Parameter Reference Type Length Default Optional Text
I_ACKIND_GRP TBZ0I-RLTGR C 6 Product Group
I_COUNTRY IBKK_EVENT-COUNTRY C 3 X Bank Country Key

Parameter Reference Type Length Text
E_ACNUM_EXT IBKK42-ACNUM_EXT C 35 Account Number
E_RETURN SYST-SUBRC I 4 Return Code <> 0 -> Error Occurred
E_XSKIP IBKK_MISC-XSKIP C 1 Flag: Run SAP Standard Coding

Parameter Reference Length Optional Text
T_MESG IBKKMESG 224 X Structure for Transfer of Error Messages

Functionality
This event enables you to define your own logic for assigning theexternal account number.

Notes
The account number is not checked again.
If SAP is to calculate the check digit, use the open BKK event BACCR001.

Description
Normally, a parameter for controlling within the BTE whether the BTE isto be exited again and the SAP standard coding run instead.
You can use it when the BTE is to run under certain circumstances, suchas when there is a certain country indicator, but the SAP standardcoding is to run instead.
If the requirment is not met, you can assign a value to the E_XSKIPparameter then exit the customer function module. By entering a value inE_XSKIP you control that the SAP standard coding is run in place of thecustomer function module.