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

copying a standard program to zprogram

Former Member
0 Likes
537

Hi all,

i am copying a standard program of transaction VL03N into customized to program to display additional column in the tree output when document flow button is pressed .

when i am trying to copy there are some enhacement spots with some code in each include since this is copied from standard to customized the enhacement spots are not allowing to activate the includes.

please suggest any solutions for this or is there any other solutions which we can display the additional column in output of the tree in transaction 'VL03N' when 'DOCUMENT FLOW' button is pressed.

Thanks all.

3 REPLIES 3
Read only

Former Member
0 Likes
462

Hi sri vas,

Why not you are going for customer exit instead of copying standard program. Because every standard programs having many includes program and that includes are calling form different programs. It's better to write some customer-exit for your specific issue. it wont be affect other standard program also.

Regds,

Rakesh

Read only

Former Member
0 Likes
462

It is not advisable to copy standard to Z as it will have an upgrade impact as well

If you know all the customer includes then

Copy the code in the customer include and paste it in your code

Read only

Former Member
0 Likes
462

resolved.