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

Creating a Transaction Variant in DEVELOPMENT Client(400)

Former Member
0 Likes
850

Dear All,

I want to create a Transaction Variant for TCode VL01N. The changes are required in the screen 4001 of Program SAPMV50A. There are some mandatory fields in the first screen 1000 of the program. I am doing this in Client 400, our DEV system.In absence of data, i am not able to go to the desired screen. Kindly help me with a way out..

Thanks in advance, as i am very optimistic that my problem will get a solution.

Regards

Kaushik M

1 ACCEPTED SOLUTION
Read only

Former Member

Dear All,

I want to create a Transaction Variant for TCode VL01N. The changes are required in the screen 4001 of Program SAPMV50A. There are some mandatory fields in the first screen 1000 of the program. I am doing this in Client 400, our DEV system.In absence of data, i am not able to go to the desired screen. Kindly help me with a way out..

Thanks in advance, as i am very optimistic that my problem will get a solution.

Regards

Kaushik M

4 REPLIES 4
Read only

Former Member
0 Likes
732

HI

Use the tcode SHDO and do forget to press enter

regards

Ramchander Rao.k

Read only

0 Likes
732

Hi Ram,

I know to create it by using SHDO. I have created the same in IDES Server. But i am unable to create it in the Development server as there is no data available for me to process the transaction.

Regards

Read only

0 Likes
732

hi,

To be able to test our changes on real data, we sometimes create a copy of a program, modify it and send to a production system. If this is a widely used report, itu2019s very likely that you have a complex selection screen with input data saved in variants.

For the copy program those variants, of course, will not exist (unless the same variants exist in the development system, so that SE38 will copy them too). To help you, the function RS_COPY_SELECTION_SETS will copy the variant content. You run it directly in the production system (carefully!) in SE37.

Read only

Former Member