Ansicht
Dokumentation

/FSIH/API_RETRIEVE_LINK_LIST - Liste der Versicherungsschlüssel zu einem Konto

/FSIH/API_RETRIEVE_LINK_LIST - Liste der Versicherungsschlüssel zu einem Konto

ROGBILLS - Synchronize billing plans   ROGBILLS - Synchronize billing plans  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

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 identifying which 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_LIST
I_ACC_KEY
I_ACC_SYSTEM
I_LANGUAGE
I_OBJECT_ID

Ausnahmen

MD_SYSTEM_NOT_REACHABLE
UNSPECIFIED_KEY

Funktionsgruppe

H/SAPLIN_INSURANCE

Addresses (Business Address Services)   BAL Application Log Documentation  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 2047 Date: 20240329 Time: 012003     sap01-206 ( 28 ms )