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

modification to import parameter

Former Member
0 Likes
577

Hi All ,

Can anyone tell me ,is it possible to modify and thus alter the record coming in the exit as import parameter in a function module exit.The modification is thus written under source code in the same function module exit.The records in the import parameter is coming as values not optional.

Warm regards,

Thank you,

Sudipta

2 REPLIES 2
Read only

Former Member
0 Likes
460

Hi Sudipta,

No it is not possible. That value will not passed back to calling program.

Regards,

Atish

Read only

Former Member
0 Likes
460

thank you for answering the question.