Ansicht
Dokumentation

BAPI_CASE_GETATTRIBUTES - Lesen alle Attributwerten des Falles

BAPI_CASE_GETATTRIBUTES - Lesen alle Attributwerten des Falles

CL_GUI_FRONTEND_SERVICES - Frontend Services   CL_GUI_FRONTEND_SERVICES - Frontend Services  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

Funktionalität

This BAPI method is used to get the values of case attributes.

If the input table contains no attribute names, then the values for all case attributes are returned, otherwise only the values for defined attribute names are returned.

Beispiel

* Fill the table with case attributes

wa_case_attribute-NAME = 'CASE_TITLE'.

APPEND wa_case_attribute TO case_attributes.

wa_case_attribute-NAME = 'PRIORITY'.

APPEND wa_case_attribute TO case_attributes.

wa_case_attribute-NAME = 'STAT_ORDERNO'.

APPEND wa_case_attribute TO case_attributes.

* Call the BAPI

CALL FUNCTION 'BAPI_CASE_GETATTRIBUTES'

     EXPORTING

          GUID                = '40908A3045BF1A51E10000000A1550FF'

     IMPORTING

          RETURN              = return

     TABLES

          CASE_ATTRIBUTES     = case_attributes.

Hinweise

The following prerequisitesmust be met before this BAPI method can be used:

  • The case exists.

The following authorizationsare required:

  • An authorization for displaying cases (authorization object S_SCMG_CAS).

Weiterführende Informationen





Parameter

CASE_ATTRIBUTES
GUID
IM_FREE_OBJECTS
IM_RESELECT_DB
RETURN

Ausnahmen

Funktionsgruppe

SCMG_BAPI_CASE

rdisp/max_wprun_time - Maximum work process run time   CPI1466 during Backup  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 2693 Date: 20240523 Time: 095721     sap01-206 ( 27 ms )