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

Regarding VT11 Selection Screen

Former Member
0 Likes
883

Hi Guys,

I copied VT11 Selection Screen into my Z Program and added 2 new selection fields to VT11.

My requirement is if the user enters any details I should get the shipment details.

Should i copy the entire program of VT11 for this issue or is there any procedure.

Plz let me know.

Thanks,

Prasad.

Hi Guys,

I copied VT11 Selection Screen into my Z Program and added 2 new selection fields to VT11.

My requirement is if the user enters any details I should get the shipment details.

Should i copy the entire program of VT11 for this issue or is there any procedure.

Plz let me know.

Thanks,

Prasad.

4 REPLIES 4
Read only

Former Member
0 Likes
688

You have to copy entire program or at some places search with standard program name and replace it with your Custom program name.

Read only

Former Member
0 Likes
688

You have to copy entire program or at some places search with standard program name and replace it with your Custom program name.

Read only

Former Member
0 Likes
688

Hi,

it seems to be using logical data base : D$S.

so you need to copy every thing and create a new one.

Read only

Former Member
0 Likes
688

Guys...It was resolved..

I used subroutines for that.....