2014 Jul 23 12:04 PM
Hi Experts,
I have copied a standard report ( i.e. RM06INP0 ) into a Z report.
And done some changes according to the requirement in one of the routine by using enhancement.
But when i am executing it the value of a variable becomes blank if the control goes into other standard routine which is from other standard report.
Please help me on the same.
Regards,
Akash Jaiswal
2014 Jul 23 2:01 PM
Hi Akash,
I think while coping standard report you would have copied the includes also ? Please check that
Dont copy the includes , keep the same includes in cloned program which used in standard report also.
These includes contains global data which available across many standard programs.
Thanks & Regards,
Arun.
Hi Experts,
I have copied a standard report ( i.e. RM06INP0 ) into a Z report.
And done some changes according to the requirement in one of the routine by using enhancement.
But when i am executing it the value of a variable becomes blank if the control goes into other standard routine which is from other standard report.
Please help me on the same.
Regards,
Akash Jaiswal
2014 Jul 23 12:17 PM
Hello Akash
there are many std. forms being called which one you are asking here?
Regards
Sudesh
2014 Jul 23 12:23 PM
Hi Sudesh,
Thanks for your reply.
There are many forms in the report.
The value in all the variables gets blank once it goes into any form because 'USING' is not used.
My question is how to retain the values of variables when control goes into any standard report.
Regards,
Akash Jaiswal
2014 Jul 23 12:48 PM
2014 Jul 23 2:01 PM
Hi Akash,
I think while coping standard report you would have copied the includes also ? Please check that
Dont copy the includes , keep the same includes in cloned program which used in standard report also.
These includes contains global data which available across many standard programs.
Thanks & Regards,
Arun.
2014 Jul 24 4:08 AM
Hi Arun,
Thanks for the reply.
It worked.
Regards,
Akash Jaiswal