‎2009 Oct 27 12:32 PM
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.
‎2009 Oct 28 5:27 PM
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
‎2009 Oct 29 11:08 AM
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
‎2010 Jan 18 12:38 PM