Ansicht
Dokumentation

/FSIH/API_RETRIEVE_POL_DETAILS - Versicherungsdaten lesen

/FSIH/API_RETRIEVE_POL_DETAILS - Versicherungsdaten lesen

ABAP Short Reference   BAL_S_LOG - Application Log: Log header data  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

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 data system'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_DETAILS
I_INS_POL_KEY
I_LANGUAGE
I_LINK_ID
I_POL_EXT_KEY

Ausnahmen

AMBIGUOUS_KEY
FAILED
NOT_FOUND
UNSPECIFIED_KEY

Funktionsgruppe

H/SAPLIN_INSURANCE

ABAP Short Reference   Addresses (Business Address Services)  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 3082 Date: 20240426 Time: 192214     sap01-206 ( 31 ms )