‎2008 Jan 09 12:40 PM
hi experts,
how to hide one field from the transaction. explaine me with example.\
thanks in advance
‎2008 Jan 09 12:43 PM
Hi,
You can do like this
Loop at screen.
field-invisible = '1'.
modify screen.
endloop.
Regards,
Satish
‎2008 Jan 09 12:44 PM
Hi ,
transaction variant are used to customized transaction according to used . using this you can make transaction field in dispaly mode or invisible etc...
Transaction variants simplify transaction flow by:
Inserting default values in fields
Hiding and changing the ready for input status of fields
Hiding and changing the attributes of table control columns
Hiding individual menu functions
Hiding entire screens
check the link.
http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639f8015111d396480000e82de14a/content.htm
regards
‎2008 Jan 09 12:46 PM
HI,
Use transaction varaints, please refer to the link below :
http://www.mortenhjorthnielsen.dk/Security/transactionvariants.htm
Thanks,
Sriram POnna.