‎2009 Oct 09 11:05 AM
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.
‎2009 Oct 12 2:45 PM
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.
‎2009 Oct 09 6:14 PM
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
‎2009 Oct 12 2:45 PM
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.
‎2009 Oct 13 5:50 PM
Hi,
Try using 2 chain end chain statements. one for the fields and one for the table control
Thanks
Pavan
‎2009 Oct 14 7:32 PM
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
‎2009 Oct 15 7:26 AM
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