Calling two versions

aronnov

Active Member
What process do I do if I want to make a report where all it does is call two different versions? Thanks in advance.
 
You write UBE1.
Using Report Interconnect, twice, UBE1 calls UBE2_Ver1, and UBE2_Ver2.
And you're done.
Warm regards,
 
you don't need a BSFN. Use the Report Interconnect which is on the button bar of the Event Rules Design screen.
 
If you need to make the report variable; that is you do not know which UBE is to be run at design time; you can use business function B91300C LaunchBatchApplication. It also returns an error code if the report is run synchronously. The job number of this UBE can also be returned.
 
Back
Top