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

hide

Former Member
0 Likes
357

hi experts,

how to hide one field from the transaction. explaine me with example.\

thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
334

Hi,

You can do like this

Loop at screen.

field-invisible = '1'.

modify screen.

endloop.

Regards,

Satish

Read only

Former Member
0 Likes
334

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

Read only

Former Member
0 Likes
334

HI,

Use transaction varaints, please refer to the link below :

http://www.mortenhjorthnielsen.dk/Security/transactionvariants.htm

Thanks,

Sriram POnna.