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

How to get values from standard program and standard Include

Former Member
0 Likes
553

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

2 REPLIES 2
Read only

Former Member
0 Likes
469

Hi,

You have to copied all the includes also then only you will get the value......

Read only

Former Member
0 Likes
469

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