/FSIH/API_RETRIEVE_POL_LIST - Liste der Versicherungen zu einem Konto

Vendor Master (General Section)   Fill RESBD Structure from EBP Component Structure  
Diese 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_INS_POL_LIST
I_ACC_KEY
I_ACC_SYSTEM
I_LANGUAGE
I_OBJECT_ID
I_VDARL_KEY

Ausnahmen

MD_SYSTEM_NOT_REACHABLE
UNSPECIFIED_KEY

Funktionsgruppe

H/SAPLIN_INSURANCE

General Material Data   BAL_S_LOG - Application Log: Log header data  
Diese Dokumentation steht unter dem Copyright der SAP AG.


Length: 1883 Date: 20120527 Time: 053747     triton ( 76 ms )