/FSIH/API_RETRIEVE_LINK_LIST - Liste der Versicherungsschlüssel zu einem Konto
BAL Application Log Documentation BAL_S_LOG - Application Log: Log header dataDiese Dokumentation steht unter dem Copyright der SAP AG.
Funktionalität
This function retrieves the master data of all insurance policies linked to a given loan/account.
The loan/account can be identied using either the general I_ACC_SYSTEM and I_ACC_KEY import parameters, or the CML-specific I_VDARL_KEY import parameter. It is an error to provide both.
If using the general parameters, I_ACC_SYSTEM must contain a correct two-character string identifyingwhich system contains the loan/account. (The supported loan/account systems are listed in the domain /FSIH/DOM_ACC_SYSTEM.) I_ACC_KEY must contain the proper key of the loan/account, converted to string format.
The optional I_LANGUAGE import parameter specifies which language description fields should be provided in.
The export parameter E_INS_POL_LIST is a table of insurance policies. If no policies were linked to the loan/account, this table will be empty.
Beispiel
DATA: l_acc_system TYPE /FSIH/DTE_acc_system,
l_acc_key TYPE /FSIH/DTE_acc_key,
l_ins_pol_list TYPE /fsih/tab_ins_pol_list,
l_acc_system = 'CM'.
l_acc_key = '42'.
CALL FUNCTION '/FSIH/API_RETRIEVE_POL_LIST'
EXPORTING
i_acc_system = l_acc_system
i_acc_key = l_acc_key
* i_vdarl_key =
IMPORTING
e_ins_pol_list = l_ins_pol_list
EXCEPTIONS
unspecified_key = 1
OTHERS = 2
.
Hinweise
Weiterführende Informationen
Parameter
E_LINK_LISTI_ACC_KEY
I_ACC_SYSTEM
I_LANGUAGE
I_OBJECT_ID
Ausnahmen
MD_SYSTEM_NOT_REACHABLEUNSPECIFIED_KEY
Funktionsgruppe
H/SAPLIN_INSURANCEGeneral Data in Customer Master CL_GUI_FRONTEND_SERVICES - Frontend Services
Diese Dokumentation steht unter dem Copyright der SAP AG.
Length: 1861 Date: 20120527 Time: 053733 triton ( 81 ms )






