Hi,
I would like to know if it is possible to connect IBP system to BTP application directly with Odata services (using /IBP/MASTER_DATA_API_SRV OData service) to upload the master data in IBP.
Or can we connect to BTP through CIDS using Odata Ad...
Hi Team,
How the staging table name of keyfigure is determined in IBP datastore?
General pattern: SOPDD_STAGING_KFTAB_###. Where does this number at the end comes from??
Can we see/check it anywhere in IBP?
Thanks and Regards
Shubham
Hi,
We have a requirement from client to replace database with the flat files to fetch the data into CPI-DS. Is flat file a good alternative in terms of performance when the the volume of data is too high as the number and volume of flat files will...
Hi Experts,
Can a non staging master data table be joined with a calculation scenario table directly in a dataflow?
Eg - SOPMD_XYZPRODUCT(non staging product master data table) and SAPOPG100.SOPXYZCPIXYZ(calculation scenario table).
Regards,
...
Hi a.varshney2007I want to understand how it is done if we include CI-DS. Can we use Odata adapter to connect BTP application the same way how we connect other application like C4C?ThanksShubham
Hi nikhaenko,It would be really helpful if you could help me with this scenario. I am trying to achieve the same by following your syntax however I am not getting the results as expected. The process is running but not getting into the loop. It ends ...
Hi saplearner_integration,Could you please help me with the link or doc where I could find the installation and configuration steps for ERP add on for IBP.
Yes this is possible and the below is the custom program template to achieve this requirement:custom-abap-pivot.txtHere in this custom ABAP where we are passing the entire pivoted file placed in the agent server as an input parameter and then calling...
This below code is for those who want to know how we do left outer join in lookup:lookup(File.CUST_PROD_SELL_LOOKUP."CUST_PROD_SELL_LOOKUP.csv",PRDID,Product.FORECASTGROUP,'PRE_LOAD_CACHE',PRDID,Product.FORECASTGROUP)Generally we provide a default va...