Hello,
We wish to combine multiple rows for a given key into one entry.
Already tried an aggregation with 'group_by' on product key, but I have to select an aggregation function on the Sales Organisation key, which is limited to avg, count, count...
Question : How can we clear the contents of the IBP staging table?In the Data Flow options, there is the possibility to check ‘Delete data from table before loading’, but this option is in our flows always greyed out. In the execution properties of a...
We have read the 'Developer's Guide: Managing Integration Content', page 187 : Defining Exception Subprocess.You cannot enable exception subprocess for integration flow scenarios containing the timer element.You cannot configure the following integra...
We have read the 'Developer's Guide: Managing Integration Content', page 80 : Configuring Delta Sync Scenarios. You can configure SuccessFactors connector to fetch the modified or delta records instead of fetching all the records. This optimizes ...
Hello everyone,let's say we have following node structure :/compoundemployee/person/employment_information -> 0:1 records custom_string1 end_date start_date user_id .../compoundemployee/person/personal_information -> 0:n records e...
Thanks for the blog! In your router, ${header.SAP_XmlValidationResult} should be ${property.SAP_XmlValidationResult} != 'null', as it's a property and not a header.
Thanks for the script. The HTML editor seems to mess up some of the single and double quotes, making copy / paste difficult.
Missing at the begin of the file :
#!/bin/sh
One small error :
pid1=”`netstat -nlp | grep ‘0.0.0.0:'”$porta”‘.*saprou...
Where the tutorial is not clear is 'Common Name (CN): <set your own>'. You have to enter the fully qualified domain name or IP address there, example : = pmsalesdemo8.successfactors.comMore info here :: http://help-legacy.sap.com/saphelpiis_cloud4hr/...
This is the answer I got from SAP Support :We are suspecting that you have not run the delta sync scenario more than once -> I did !1. How is execution_timestamp used? See our example, where data is returned although not expected according to the doc...