on 2025 Apr 02 3:28 PM
Hello Experts,
I need to design File Upload so user can upload excel with Order details and I can map it using API and create Sales Order in S4 system.
As of now i need help with design part and Mapping part in Build apps.
Best regards,
KC
Request clarification before answering.
To upload an Excel file in SAP Build Apps and create a record, you can follow these steps:
File Upload Component:
Backend Processing:
Creating Records:
service MyService {
action massOperations(x: YourParameters) returns String;
}
srv.on('massOperations', async req => {
// implement optimized procedure
return "Success";
});
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.