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

FB60

Former Member
0 Likes
736

Hi experts,

How do I get certain field to display on this screen? For example, when running this transaction (in ECC 6.0), the screen displayed in two parts, header and item section. In the detail section, data comes from table ACGL_ITEM. Currently, this line item doesn't display certain fields from table ACGL_ITEM. How do I go about displaying them on the screen?

Thanks,

HN

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
698

Hi,

Make the use of concept of screen variant. May be a screen variant is being used in this transaction. If you go in it, you will get an option of hiding or making visible many of the fields.

May be this solves your problem.

5 REPLIES 5
Read only

Former Member
0 Likes
698

there should be some logic ,it may be they use SCREEN Internal table to hide some of the field.

Look at Screen Structure documentation.

Reward Points if it is helpful

Thanks

Seshu

Read only

Former Member
0 Likes
699

Hi,

Make the use of concept of screen variant. May be a screen variant is being used in this transaction. If you go in it, you will get an option of hiding or making visible many of the fields.

May be this solves your problem.

Read only

0 Likes
698

I don't understand what you mean by screen variant and your suggestion. What you are saying make sense, but I don't know how to do as you suggested. Please clarify. Thanks.

Read only

0 Likes
698

Please disregard my last question. I got it. thanks.

Read only

Former Member
0 Likes
698

Screen variant is the solution for this issue. Thanks.