Hi Experts,
Coming to the point, ABAP CDS using association is exposed via OData.
No manual creation of EntitySet,navigation etc were done.
while executing the URI - /ZG_POLICY_CDS(<param>='<param_value>')/Set?$expand=topholder,toco...
Hi Experts,
Just wondering...
Is there any way that the returns {} could be more simplified by passing on a Table type rather than passing huge number of fields.
A sample code by SAP which has 5 fields, in my case i have 200+ fields.
Could...
Hello Masters,
I have created a very simple AMDP 'by database function' to be used in a CDS.
However, the CDS gives error as "/PMG/TEMPLATE_ID does not conform with DDIC conventions" when one of the fields which is being used has a slash.
After...
Hi Experts,
My requirement is to create a corrective action under an Audit for a Question.
I am using BAPI_BUS20370_CREATE to create an action however each time i execute it with the required details it throws a message as "The corrective/prevent...
Hi H.K.
Always love to read your post.
Just wondering which one would be faster in terms of performance, nested subqueries or CTE ?Currently in my case involving approx 5-6 tables the time taken is same but CTE pleases the eye in terms of understan...
Thanks Mauricio,
it worked after implementing the note. Just noticed that there are few fields in the table which begins with '/', they are denoted as 'x' in the JSON and XML response as given below, is there a way it could be corrected apart from ...
Hi Fabian,
Thanks. it works .. agreed on the point of having slashes as fieldnames (standard though). underscore makes more sense to me..
Thanks again.