adesso business consulting Stellenangebote
Software Engineer Senior
| (Senior) Cloud Software Engineer BTP | Senior Frontend Software Engineer SAP BTP
| (Senior) Consultant Technologie
Werkstudent Softwareentwicklung · Consulting
Aufruf von Actions in RAP Web-API: Unterschied zwischen den Versionen
Aus SAP Wiki ツ
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 4: | Zeile 4: | ||
=== Action "Process" === | === Action "Process" === | ||
Ausgangsituation, s. [[CSV_Upload_und_Verarbeitung_mit_RAP_am_Beispiel_von_Geschaeftspartner-Personen]]: | Ausgangsituation, s. [[CSV_Upload_und_Verarbeitung_mit_RAP_am_Beispiel_von_Geschaeftspartner-Personen#Managed_ohne_Draft]]: | ||
* Action Methode in Behavior Definition "ZR_YMD_BP_CSV_ROWS" definiert | * Action Methode in Behavior Definition "ZR_YMD_BP_CSV_ROWS" definiert | ||
* Action Methode in Behavior Impl. "ZBP_YMD_BP_CSV_ROWS->LHC_CSVROWS->Process" ausprogrammiert | * Action Methode in Behavior Impl. "ZBP_YMD_BP_CSV_ROWS->LHC_CSVROWS->Process" ausprogrammiert | ||
* Service Binding: ZAPI_YMD_BP_CSVUPLOAD_O2 | * Service Binding: ZAPI_YMD_BP_CSVUPLOAD_O2 | ||
* HTTP-Methode: POST | SAP Gateway Client / Postman: | ||
* HTTP-Methode: POST (ggf. vorher mit GET X-CRSF-Token besorgen) | |||
* Request-URI: /sap/opu/odata/sap/ZAPI_YMD_BP_CSVUPLOAD_O2/Process?FileID=8&FileIDRow=1 | * Request-URI: /sap/opu/odata/sap/ZAPI_YMD_BP_CSVUPLOAD_O2/Process?FileID=8&FileIDRow=1 | ||
== OData V2 - Web API == | == OData V2 - Web API == | ||
Aktuelle Version vom 15. März 2026, 09:51 Uhr
OData V2 - Web API
Action "Process"
Ausgangsituation, s. CSV_Upload_und_Verarbeitung_mit_RAP_am_Beispiel_von_Geschaeftspartner-Personen#Managed_ohne_Draft:
- Action Methode in Behavior Definition "ZR_YMD_BP_CSV_ROWS" definiert
- Action Methode in Behavior Impl. "ZBP_YMD_BP_CSV_ROWS->LHC_CSVROWS->Process" ausprogrammiert
- Service Binding: ZAPI_YMD_BP_CSVUPLOAD_O2
SAP Gateway Client / Postman:
- HTTP-Methode: POST (ggf. vorher mit GET X-CRSF-Token besorgen)
- Request-URI: /sap/opu/odata/sap/ZAPI_YMD_BP_CSVUPLOAD_O2/Process?FileID=8&FileIDRow=1