cancel
Showing results for 
Search instead for 
Did you mean: 

plant mandatory

Former Member
0 Kudos

hi,

How to make the plant mandatory in qa07 Tcode.

Regards

sree

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

GO to Qa07 transaction , In header GOTO --->variant -


> Ser varaint -


> Active pant as required field

But every time you have to assign that.

or Use Screen Variant

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Transaction variants are created with transaction: SHD0

In the field Transaction on SHD0 enter the transactioncode for the screen you want tpo modify (E.g. VA03)

In the field Variant on SHD0 enter the name you want to give the transaction variant (E.g. ZVA03)

Press Create

Now the screen for the transaction is shown and you can enter default values in the fields of the screen

Press Enter. Now a screen that enbles you to make further customizing (Hide, Output only, Invisible, Mandatory) if the screen fields is shown.

After you have finished customizing the screen press Enter to go to the next screen or ave and exit to save the Transaction variant

To run the transaction varian, you must create a new Transaction code in SE93 that referes to the Transaction variant. Choose Transaction with variant as Start object.

Note: The transaction variant can also be called from a program that imcludes a call to function module RS_HDSYS_CALL_TC_VARIANT

Screen variants

To create a screen variant, use transaction SHD0. Use menu Goto -> Screen variants

The process to create a screen variant is similar to creating a Transaction variant. The difference between the two types is that a Transaction variant covers the whole transaction and therefore can have more than 1 screen, while a screen variant only can have 1 screen.

Former Member
0 Kudos

Hi Sree,

You need to create variant accordingly.

- Run QA07.

- Press SAVE

- Tick the check box for "Required Field" against Plant.

- Save the Variant with appropriate logical Name.

- Always select this the Variant before executing QA07

Regards,

Shyamal

Former Member
0 Kudos

Hi,

Thanks for the reply, but i want in such a way that as soon as i go toqa07 for any user the plant should be mandatory, if the user dont use the variant and the material is available in 2-3 plants lots will be created in all the plants.

How the same can be done in SCREEN variant.

Regards,

Sree