Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Export & Import

Former Member
0 Likes
417

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
393

Hi,

Its better to use IMPORT and EXPORT.

regards

Chandra.

3 REPLIES 3
Read only

Former Member
0 Likes
393

If they are within the same group you can use directly use a common variable..

otherwise you can surely use IMPORT/EXPORT.

Read only

Former Member
0 Likes
394

Hi,

Its better to use IMPORT and EXPORT.

regards

Chandra.

Read only

0 Likes
393

Thanks guys.

Regards

Syed