Ansicht
Dokumentation

BAPI_CASE_GETNOTES - Lesen der Notes zu einem Fall

BAPI_CASE_GETNOTES - Lesen der Notes zu einem Fall

BAL_S_LOG - Application Log: Log header data   General Data in Customer Master  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

Funktionalität

This BAPI method is used to get the notes of a case.

The input parameters define the search conditions for notes.

Beispiel

* Call the BAPI

CALL FUNCTION 'BAPI_CASE_GETNOTES'

     EXPORTING

          GUID               = '40908A3045BF1A51E10000000A1550FF'

          TEXT_ID            = '0001'

          DATE_FROM          = '20040101'

          DATE_TO            = '20040501'

          CREATED_BY         = ''

          SEARCH_TERM        = 'note'

     IMPORTING

          RETURN             = return

     TABLES

          NOTE_HEADERS       = note_headers

          NOTE_CONTENTS      = note_contents.

Hinweise

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

  • The case exists and contains the subcomponent "Notes".

The following authorizationsare required:

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

Weiterführende Informationen





Parameter

CREATED_BY
DATE_FROM
DATE_TO
GUID
IM_DB_READ
IM_FREE_OBJECTS
NOTE_CONTENTS
NOTE_HEADERS
RETURN
SEARCH_TERM
TEXT_ID

Ausnahmen

Funktionsgruppe

SCMG_BAPI_CASE

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

Length: 3615 Date: 20240523 Time: 085745     sap01-206 ( 42 ms )