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 CONTROL in screen painter

Former Member
0 Likes
1,105

dear abapers,

I have created screen with the table ' zmara'. with the fields matnr, ersda,meins as textfields and I have added the records using dialog programming. It works. But when I want to keep the table control in the same screen , the fields from mara- matnr, meins,and ersda have become locked. how can i unlock that fields and keep them in table control in the same screen.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
907

Mohan,

you cannot use same fields once again in the same screen. If you still

want the same fields in the same screen, then you have to create a

subscreen and use the same fields in that screen. This will work.

Best Regards,

Chandu.

5 REPLIES 5
Read only

Former Member
0 Likes
907

How are you displaying the fields on the screen from Get form Dcitionary Structure or your are getting it form the structure declared in your program.

Just click on the get from dictinary structure tab on the screen and select the fields which you want ....

This will work

Regards

Kumar

Read only

Former Member
0 Likes
908

Mohan,

you cannot use same fields once again in the same screen. If you still

want the same fields in the same screen, then you have to create a

subscreen and use the same fields in that screen. This will work.

Best Regards,

Chandu.

Read only

Former Member
0 Likes
907

Hi,

Try using 2 chain end chain statements. one for the fields and one for the table control

Thanks

Pavan

Read only

Former Member
0 Likes
907

Sap does not allow you to place same fields more than once in a single screen...

Use the concept of sub screen area and call a sub screens dynamically in that subscreen area and place the required fields as you like in subscreens.

Kumar

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
907

Hello,

The table control gets into display mode right...?

The solution for this is which ever field you want to keep in input mode use the following statement.

Chain

Field field_name.

Module validate _data.

Endchain.

Hope it helps.

Please let me know in case you face the same issue.

Reagrds,

Nabheet Madan