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

alternative for Dynpro Layout-Painter

Former Member
0 Likes
701

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
598

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

4 REPLIES 4
Read only

Former Member
0 Likes
599

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

Read only

Former Member
0 Likes
598

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

Read only

Former Member
0 Likes
598

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

Read only

Former Member
0 Likes
598

.... thanks for all your replies.

How can I reproduce a tablecontrol ??

Reagards

Ilhan