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

Copy VA05

Former Member
0 Likes
1,479

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,126

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,126

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@

Read only

0 Likes
1,126

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

Read only

Former Member
0 Likes
1,127

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.