Hi all,
We have implemented EXIT_RFFOEXIT_101, so that it reads the Payment Method being used... and based on it, changes the Company Name on DTAMUSBH-BH3.
if PM = 'A' --> DTAMUSBH-BH3='CompanyA'...
if PM = 'B' -->DTAMUSBH-BH3='CompanyB'
A new requirement came in where A and B can reside on the same payment run... The file gets generated succesfully, but I need the program to create a new BatchHeaderRecord for each PM, as the company names are different... How can I control this? Is it possible using standard ways?
Thanks!