2008 Nov 03 10:41 AM
Hi Experts,
I want to copy the whole VA05 program to Z program because i want to add two columns into it,
But the problem is that while copying, the name of program is hardcoded in some standard tables T180V,T180Z ,
i can provide entries in developement server,
but how to do it in quality and production
if any body has done such kind of requirement before,
Please help.
Regards,
Talwinder.
2008 Nov 03 10:56 AM
Don't do that. there are exits available for this. Proceed with that.
From SPRO it is the path
Sales and Distribution-->
System modifications--->
User exits--->
user exits for lists ->or else you can directly enhance the structure VBMTV , add your own fields at the end. and fill the fields in the function
RV_SALES_DOCUMENT_VIEW_3
there is a exit provided at the end
in the below form you need to add the code. for adding the code you need access key.
perform end_modification.
Hi Experts,
I want to copy the whole VA05 program to Z program because i want to add two columns into it,
But the problem is that while copying, the name of program is hardcoded in some standard tables T180V,T180Z ,
i can provide entries in developement server,
but how to do it in quality and production
if any body has done such kind of requirement before,
Please help.
Regards,
Talwinder.
2008 Nov 03 10:46 AM
Hi,
It is not at all a good idea to copy the standard program and doing the modifications in the customized program.
It will lead to lot of issues in the future in transporting the object and even when the system up gradation takes place there also the problem might be raised. Why don't you search for some user-exit and add your columns .
Cheers!!
VEnk@
2008 Nov 03 10:49 AM
Hi Venkat,
Thanks for you comments,
I have already checked that there is no user exit available for VA05 report ,Only one BADi is there and that too doesnt serve my purpose,
Any other solution
Regards,
Talwinder
2008 Nov 03 10:56 AM
Don't do that. there are exits available for this. Proceed with that.
From SPRO it is the path
Sales and Distribution-->
System modifications--->
User exits--->
user exits for lists ->or else you can directly enhance the structure VBMTV , add your own fields at the end. and fill the fields in the function
RV_SALES_DOCUMENT_VIEW_3
there is a exit provided at the end
in the below form you need to add the code. for adding the code you need access key.
perform end_modification.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |