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

Making a field enable using transaction code SHD0

Former Member
0 Likes
1,569

HI,

How to make a field posting date enable from disable in the application ME22 using the transaction code SHD0.

Regards,

Arjun

3 REPLIES 3
Read only

Former Member
0 Likes
840

hi,

for transaction variant (shd0) refer the following link:

http://help.sap.com/saphelp_nw70/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm

reward if useful,

thanks and regards

Read only

Former Member
0 Likes
840

if sy-tocode = ' '.

loop at screen.

fieldname.input = '0'

endloop

Read only

Former Member
0 Likes
840

Hi friend,

by transcation variants we can

Insert default values into fields

Change the ready for input status for fields

Hide various screen elements, menu functions or entire screens

Adjust table control settings

Note: Transaction variants can only be used with dialog transactions.

How to create a transaction variant

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 hide

fields which ur u want by checking the check box of repective field which u want to hide (dont save after each screen only

press save when u get the field which u want to hide

still then press enter) 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 save and exit

to save the Transaction variant.

To run the transaction varian, you must create a new Transaction code in SE93 ...

Reward points if helpfull.