2008 Dec 05 4:59 AM
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
2008 Dec 05 5:21 AM
see the following link
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
2008 Dec 05 5:00 AM
HI
Use the tcode SHDO and do forget to press enter
regards
Ramchander Rao.k
2008 Dec 05 5:26 AM
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
2009 Feb 04 10:21 AM
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.
2008 Dec 05 5:21 AM
see the following link