‎2006 Nov 03 12:39 PM
Hi ,
i have two function exits for ex: A and B
A-gets fired after i save the transaction, suppose in B i am checking condition and taking a flag for it , so that i can pass that flag to function exit 'A' and process the logic after save , so can i use export and import parameter to do the above or is their any other way?
thanks & Regards
Syed
‎2006 Nov 03 12:45 PM
‎2006 Nov 03 12:43 PM
If they are within the same group you can use directly use a common variable..
otherwise you can surely use IMPORT/EXPORT.
‎2006 Nov 03 12:45 PM
‎2006 Nov 03 2:52 PM