2007 Aug 18 6:24 AM
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
2007 Aug 18 6:29 AM
2007 Aug 18 6:36 AM
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
2007 Aug 18 8:07 AM
2007 Aug 18 8:19 AM
Hi ravi,
A sample coding
case ' '.
When 'pushbutton'.
MODIFY ztable FROM workarea
COMMIT WORK.
endcase.