SAP Function BCA_DIM_LOANS_APPLOG_UPDATE - Update Application log for Loans RFCs

Parameter Reference Type Length Default Optional Text
I_EXT_ID BAL_S_LOG-EXTNUMBER C 100 Application Log: External ID
I_IN_UPDATE_TASK BOOLEAN C 1 ' ' X Save in UPDATE TASK
I_TAB_INPUT BAPIRET2_TAB_KK h 548 Input Error table

Parameter Reference Type Length Text
E_INT_LOG_NO BAL_S_LGNM-LOGNUMBER C 20 Internal Log number

Exception Text
INPUT_NOT_QUALIFIED Input not qualified.
LOG_CREATION_FAILED Log creation failed.

Functionality
This method saves all the errors contained in parameter I_TAB_RETURNin application log using application log object name'FS_PORT-Financial Services - Standard Log' and sub object'ERROR-Normal error' and returns new log number under which errors arestored.

Description
Application log internal number . This uniquely identifies a log.

Description
Definition
ID that can be assigned by the application program.
Use
Specifying an external number allows logs for an object and a subobjectto be distinguished. Several logs for one object and subobject can becombined into one logical log by the same external ID.
Examples
The external ID can be, for example, the number of the document forwhich the log was created.

Description
Save in UPDATE TASK

Description
This parameter contains error messaged to be logged. As the parameteris a table, it can contain more than one error at the same time.