Hi All,
I want to check how the data is getting loaded in SAP Data Intelligence and would like to simulate the same in SAP. Any ideas ?
Thanks,
Chandra
Hi All,
I created a custom CDS view for Bank data. Since there are more than 3 million records its getting an error in SAP Data Intelligence System. I see in standard ABAP operator roundtrip option is there. How can we use the Roundtrip option in o...
Hi All,
I am trying to add custom field to the template in Upload General Journal Entries (F2548)
I tried 2 approaches
1. Added Custom field (ZZBOLTS) in Coding Block Structure (CI_COBL) and enabled in SCFD_EUI.
I dont see this custom field...
Hi,
I have a CDS inner join with parameters posting date.
When i try to use without inner join for example
where postingdate >= $parameters.p_sdate and postingdate >= $parameters.p_edate records are fetched.
However when i use inner join
...
Hi,
I have a requirement with respect to CDS view with parameters. I have 2 parameters Type and Date.
When Type is N, we should pass parameter date value to Posting date
When Type is C, we should pass parameter date value to Changedate
Create...
Hi Jorge,What ever container elements we are passing through this function module (example NUMBER) should be defined in workflow with import/export parameters and with same data type. If the value is not there in the workflow we would get an error.We...