Is it possible to monitor the status of the SAP PI(XI) files from the source system? (Is there a way to inform the abap system that the file has reached its destination?)
If I change a record in the PSA is a log created? I know it is there temporarily log created in the PSA for that request, but is it stored somewhere else when the PSA is deleted. (logging this is an auditing requirement)
Our Basis team is concerned about the number of Jobs in released status that are waiting for events. I recognize these jobs as process chain variants. Is this normal and is there a document that explain how process chains use process variants and eve...
Hi Simon,
Great information!
I'm late to the game on this... Are source system is S4HANA 2021 FP0 and our target system is a separate BW7.5 (non-HANA!) system. Does this approach still work. Can you point me in another direction if necessary?
T...
Hi.
Can I use the SAP Data Hub developer edition (Vora, in particular) against our non-production systems( off-premise HANA (CAL) and on-premise Hadoop, etc) as a proof of concept?
Thanks.
Here is how I fixed it. Modify the code in Target Segment: Hierarchy Structure.
0CHRT_ACCTS: if source_fields_3-iobjnm = '0GL_ACCOUNT'. result = source_fields_3-nodename+0(4). endif.
0GL_ACCOUNT: if source_fields_3-iobjnm = '0GL_ACCOUNT'. resul...