Dear All,
PFB the issue we are currently facing in EBS:
We are running the transaction FF_5 for format 'I' (SWIFT MT940 unstructured) using the option 'Post Immediately' and selecting in the Output Control 'Execute in Background'. We have implemented 2 exits to modify the ASSIGNMENT and TEXT field that appears for the document in FB03. The enhancements run perfectly in foreground but in background the first exit is picked and processed but it does not reach the second one.
When we analyzed the behavior of the program in the background we noticed the following:
When the program RFEBBU00 calls the program RFEBBU01, it sends the parameter ‘job name’. There is a check related to job name which forbids the 2nd exit (EXIT_RFEBBU10_001) from being called. The job that was created in first program gets processed without the second exit being called.
There was a similar thread with the link http://scn.sap.com/thread/1577337 raised some years back but without any solution.
Has someone faced a similar issue like this in the past? Any pointers would be highly appreciated.
Thanks,
Harsha