2007 Mar 09 9:56 AM
Hello!
Suppose I can't use the Dynpro Layout-Painter.
How could I programm or implement such input fields
and buttons to put the entered values into
dictonary table. To sum up I need a alternative solution
for Dynpro Layout-Painter.
Regards
Ilhan
2007 Mar 09 10:02 AM
If all teh fields that are to be maintained are from the same z table, then you can use the table maintenance generator(Although the system will use the screen painter to build the same, you would not bother abput designing the screen atleast).
Refer this link for step by step approach to create atable maintenance.
Regards,
Ravi
Hello!
Suppose I can't use the Dynpro Layout-Painter.
How could I programm or implement such input fields
and buttons to put the entered values into
dictonary table. To sum up I need a alternative solution
for Dynpro Layout-Painter.
Regards
Ilhan
2007 Mar 09 10:02 AM
If all teh fields that are to be maintained are from the same z table, then you can use the table maintenance generator(Although the system will use the screen painter to build the same, you would not bother abput designing the screen atleast).
Refer this link for step by step approach to create atable maintenance.
Regards,
Ravi
2007 Mar 09 10:09 AM
Hi,
You can use the Table maintenance feature.
Table maintenance generator is used to create screen to maintain values in a table.
To create it Go to SE11,
enter the table name and then click on change, then in the menu Utilities->Table maintenance Generator.
Or use SE54.
Once you create maintenance generator, you can goto transaction SM30 and add data to table .
check this
http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
Hope this helps.
Reward if useful
Regards,
Saumya
2007 Mar 09 10:24 AM
you can do it in selection-screen field also.
parameters : p1 like mara-matnr.
start-of-selection.
insert into ztab values p1.
<here your ztab must have only one field matnr>.
or you can use some fn module like POPUP_GET_VALUESto take the value from user and process that.
regards
shiba dutta
2007 Mar 09 10:33 AM
.... thanks for all your replies.
How can I reproduce a tablecontrol ??
Reagards
Ilhan
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |