Hello,
I'm extending PO approval app, the requirement is to add custom fields in below table,
But I'm not able to find the exact CDS view to extend, anyone knows please let me know.
Thanks,Priyanka
Hello,
I created a cds view join on EKPO and PRCD_ELEMENTS table,
here item field are EKKO-ebelp(NUMC) and PRCD_ELEMENTS-kposn(NUM6). data type is different.
so I convert it like this:
cast(lpad(purchoitem.ebelp,6,'0') as abap.numc( 6 )) as ...
Hello All,
We have a requirement to create a link for a custom application from PO Approval My Inbox Application.
I want to create this link in the detail page under line item table as highlighted in the below screenshot.
Can anyone please s...
Hello,
We have a requirement to display custom fields in (Info) Icon Tab Bar on detail page for PO Approval My Inbox Application.
Can anyone please guide me on how this can be achieved, as this is new to me,
Thanks & Regards,
Priyanka
Hello,
I'm facing major issue on SAP BTP Trial account.
Just today I was able to access all the subaccounts and BAS development and now everything is vanished.
Also my trial account was not expired.
I didn't received any prior notice about th...
Hi Ramesh,
I'm also trying to extend My Inbox application for PO Approval,
here the requirement is to display some extra fields in Info-Tab Bar of detail page.
for that I've extended the view "S3_CustomerExtensionForInfoTabContentCustom.fragmen...
Hi,I've tried to achieve this using WEB IDE, I extended the "S3_CustomerExtensionForInfoTabContentCustom.fragment.xml" view to add custom fields, but the label that I added here is only visible for the PO's that are released but it is not visible in ...