‎2008 May 28 10:01 AM
HI,
How to make a field posting date enable from disable in the application ME22 using the transaction code SHD0.
Regards,
Arjun
‎2008 May 28 11:17 AM
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
‎2008 May 28 11:35 AM
if sy-tocode = ' '.
loop at screen.
fieldname.input = '0'
endloop
‎2008 May 28 12:04 PM
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.