2010 Feb 24 4:16 AM
Hi,
I copied CO19 transaction to ZCO19.
But It did not copied all the includes in Z so while I am debugging program of ZCO19, it calling standard CO19 programe and includes so while it return back to ZCO19 programes values of particular structure or internal table are becoming NULL.
how to get those values ?
Please suggest on this or other way to get this done ?
Thanks.
KP
Hi,
I copied CO19 transaction to ZCO19.
But It did not copied all the includes in Z so while I am debugging program of ZCO19, it calling standard CO19 programe and includes so while it return back to ZCO19 programes values of particular structure or internal table are becoming NULL.
how to get those values ?
Please suggest on this or other way to get this done ?
Thanks.
KP
2010 Feb 24 10:49 AM
Hi,
You have to copied all the includes also then only you will get the value......
2010 Feb 24 10:56 AM
I would recomend to copy all includes you need into your program.
But if it is not possible for some reason,
PERFORM <formname> IN PROGRAM <progname>can help you.
I hope it helps
Vlado