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

Table Setting

Former Member
0 Likes
952

Hi,

I would like to set one of the table field to invisible in table setting.

(take for example : tcode : migo), I create a new variant called ztest1, and I set valuation type field to invisible, then activate and save. However, my basis setting has also turned the valuation type field to invisible. Can someone help? What can I do?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
429

HI,

SHD0 - Transaction varient.....do this transaction varient may solve ur issue....

Transaction and Screen Variantare created with transaction: SHD0

http://www.saptechnical.com/Tutorials/ABAP/TransactionVariant/Create.htm

By using transaction and screen 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.

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.

http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm

Regards,

Sreenivasa sarma k.

Edited by: sharmashree kashi on Mar 27, 2008 9:14 AM

2 REPLIES 2
Read only

Former Member
0 Likes
430

HI,

SHD0 - Transaction varient.....do this transaction varient may solve ur issue....

Transaction and Screen Variantare created with transaction: SHD0

http://www.saptechnical.com/Tutorials/ABAP/TransactionVariant/Create.htm

By using transaction and screen 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.

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.

http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm

Regards,

Sreenivasa sarma k.

Edited by: sharmashree kashi on Mar 27, 2008 9:14 AM

Read only

0 Likes
429

Hi Sreenivasa sarma k,

I try but it doesnt work for table setting. Besides, I dun get any table fields selection to set to invisible.

Thanks.

Hui Leng