/FSIH/API_RETRIEVE_POL_DETAILS - Versicherungsdaten lesen
ROGBILLS - Synchronize billing plans CPI1466 during BackupDiese Dokumentation steht unter dem Copyright der SAP AG.
Funktionalität
This function retrieves the master data of an insurance policy.
The insurance policy can be identied using either the link ID (a GUID), or the insurance master datasystem's ID (also a GUID). The link ID is specified with the import parameter I_INS_POL_KEY; the insurance ID with the import parameter I_LINK_ID.
If both these parameters are specified, or none of them, an exception is raised.
The optional I_LANGUAGE parameter specifies which language description fields should be provided in.
Beispiel
DATA: l_link_id TYPE /FSIH/DTE_LINK_ID,
l_policy_data TYPE /FSIH/STR_INS_POLICY.
CALL FUNCTION '/FSIH/API_RETRIEVE_POL_DETAILS'
EXPORTING
* I_INS_POL_KEY =
I_LINK_ID = l_link_id
* I_LANGUAGE =
IMPORTING
E_POL_DETAILS = l_policy_data
EXCEPTIONS
AMBIGUOUS_KEY = 1
UNSPECIFIED_KEY = 2
NOT_FOUND = 3
FAILED = 4
OTHERS = 5
.
Hinweise
Weiterführende Informationen
Parameter
E_POL_DETAILSI_INS_POL_KEY
I_LANGUAGE
I_LINK_ID
I_POL_EXT_KEY
Ausnahmen
AMBIGUOUS_KEYFAILED
NOT_FOUND
UNSPECIFIED_KEY
Funktionsgruppe
H/SAPLIN_INSURANCEPERFORM Short Reference CPI1466 during Backup
Diese Dokumentation steht unter dem Copyright der SAP AG.
Length: 2834 Date: 20120527 Time: 053740 triton ( 62 ms )






