Hi friends,
Iam declaring a internal table ITAB in top include of function group.
now iam appending values into that itab from a function module of that function group say ZFUNCTION1.
and now iam calling that ZFUNCTION1 in a program sapmv45a in a user exit.
now iam again calling that same functin module ZFUNCTION1 in the same program at the other place ie: in other user exit.
Now will the values which i have appended into ITAB which i have declared in top include WILL contain values when the function module is being called for 2nd time.
Regards,
Priyanka