We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi experts,I'm working with SAP LO-VC and variant routings. I want to influence the generated routing steps based on the planned or production order quantity. For example:If the order quantity is 50 or less, the routing should include steps 1 through...
Hi everyone,I have 2 RAP applications (oData V4) with ListReports and their ObjectPages. Lets say the first is for contacts and the second for meetings. Both are working well. I added an action to contact list. The action should create a meeting wit...
Hi experts,I have RAP managed with draft OData V 4. I created an app in VS Code. I want to have editable table in my list report. I use sap.fe.macros.Table. When I tried to preview my app, the table can´t be edited: When I open object page and pres...
Hi experts,I have a scenario mentioned above, which should be in result creating sales order using standard BAPI. I´m using draft and late numbering. The key field sales order is assigned in the adjust_numbers mehtod:something like this: METHOD adj...
Hi all,
I installed the extension in VSCode but it doesn´t work. After CTRL+space there are no suggestions. In rutnime status there is an error:
this.p2c.asDiagnostics(...).then(...).finally is not a function. See the pisture:
any suggestio...
Hello Ekalyvas,as fas as I know, there is no such a standard FM or class, because calling metadata is the standard way for such services ( and not only in SAP world). But there are tools in abap for converting the results of the metadata call to conv...
Hi ekalyvas,I would say the easiest way is to send GET HTTP request to that service for metadata information:e.g..../sap/opu/odata4/....zui_dasbcapaplace/0001/$metadataIn the answer there should be everything you need.RegardsJarda
As Sandra wrote, it is a search help. Please read about it. There is plenty information online. You have to put in some work, but this is the right way to achieve your requirement.