* URL URL/SERVICENAME/ItemSet(Key1='...',Key2='...') * METHODE: DELETE * HTTP-Request: <leer-> * HTTP-Response: 204 / Deleted / Empty Response METHOD xyz_delete_entity DATA: lv_entry_data TYPE zcl_xyz_mpc=>ts_pos. * HTTP-Daten holen io_data_provider->read_entry_data( IMPORTING es_data = lv_entry_data ). * Wenn Keywerte gefüllt IF NOT lv_entry_data-col1 IS INITIAL. * Daten löschen DELETE FROM abc WHERE col1 = lv_entry_data-col1. IF sy-subrc <> 0. * Exceptionhandling ... ENDIF. ENDIF. ENDMETHOD.
Kategorien
-
Neueste Beiträge
- [SAP] Mailversand einrichten
- [SAP EWM] SAP EWM and SAP ERP integration via CIF
- [SAP] Nutzung der ALV-Anzeige im MM-Reporting
- [Raspberry Pi 4] Raspberry Pi als DNS Server
- [Raspberry Pi] SSH aktivieren
- [Raspberry Pi] Bootoptionen in der config.txt
- [Raspberry Pi 4] Bessere Youtube-Videoperformance in Google Chrome
- [Raspberry Pi 4] Direkt von SSD booten (ohne SD-Karte)
- [ABAP] Fixkontentabelle (T030) auslesen
- [SAPUI5] SAPUI5 Entwicklung mit SAP Business Application Studio (BAS)