on ‎2024 Nov 09 5:09 AM
Hi Community ,
We got a requirement in RAP(ABAP Environment ) which contains header data, multiple purchase order creation table and attachment table.
In Purchase order table , we need to create multiple PO in same screen itself without navigating to next screen/page (screenshots are added ) .We have trying to developing this screen using Managed Scenario. Pls guide us .
ABAP RESTful Application Programming Model SAP S/4HANA Cloud, extended edition
Request clarification before answering.
Hi,
You can try to disable navigation to the PO Object page by removing the navigation in manifest.json
example:
"HeaderDataObjectPage": {
"name": "sap.fe.templates.ObjectPage",
"options": {
"settings": {
"navigation": {
"_PurchaseOrderDetail": {
"detail": {
"route": "PurchaseOrderDetailObjectPage" -> delete this line
}
}
}...Or you can use inline creation mode
Best Regards
Maciej
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 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.