Application Development 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: 

dialogue program to create/modify entries of ztable

Former Member
0 Kudos

hi experts,

i want to create a ztable. After creating the ztable i want to create an dialogue program using that dialogue program i have to create/modify entries of that ztable using text box and push button options.

can anybody having sample coding pls send me.....

thanks in advance,

ravi

4 REPLIES 4

Former Member
0 Kudos

chek out TUTPROG in se38

Former Member
0 Kudos

Hi Ravi ,

Instead creating the Dailog Program u can creat the Table Maintanance Generator (TMG). Here u will have all the option of creation, deleting , modifying the record.

In se11 main screen go to utilities:-> Table Maintanance Generator .

here u have to enteg the Function group name and screen NO. system wil generate the dialog program for u to maintan the data in that table. Then go to T-CODE SM30 give the same table name and click on maintanance push button and maintain ur entries the table.

IF helpfull reward points

Anees

9886358645

0 Kudos

hi

i wan only dialog program to create entries...

Former Member
0 Kudos

Hi ravi,

A sample coding

case ' '.

When 'pushbutton'.

MODIFY ztable FROM workarea

COMMIT WORK.

endcase.