Hi,
I am using $batch option to insert the multiple records into multiple tables (like Header and Item).I am running the service from POSTMAN client,the status is showing as 202 but no entries created in tables and not triggering in debug mode from...
Hi ,
I am using $batch option to insert or update multiple records.
I have created the .xsodata , .xsjslib files and able to execute the postman with 202 status but records are inserting into respective tables. tried to debug the js file, it is ...
Hi,Error Dependent object not found: SqlScript; SYSTEM.workshop.exercises.g001::PurchaseOrder.Header: symbol not found)I just started working on SAP HANA Web-based Development Workbench.My requirement is, We have two table: 1.workshop.exercises.g00...
Hi All ,In MIRO once Invoice data auto populated a Item should create in SBWP inbox with a link , So that we can change the MIRO data from SBWP by clicking on that link .we can call the MIRO transaction from SBWP inbox without workflow ? if it is pos...
Hi Thomas,For Multi insert to
different tables, we are following 2 approach
1 - $BATCH - sending all the payload in batch request
2 - XSJS - We have created xsjs file and implemented the logic to get the
multiple array and insert the record in mult...
Hi Thomas,I am trying to run the $batch service with the below request header and body from postman and getting error as "Invalid multipart entry.".can you please help me on this issue.attached the screenshot for the reference.If i change the values ...
Hi Thomas,Thanks for your response.But other scenarios we are able to debug form external tool (postman) without $batch (Single insert with .hdbprocedure). I need your suggestion on the below requirement.We have three tables with common key ‘PURCHASE...