‎2009 Mar 16 9:01 AM
Hi,
I am first in module pool programming,
I want to create technical data for our products, for that I want to create a custom table with char fields
and save string valus to that fields.
For that I want to create a module pool program for saving string from text fields to table
Regards,
Nausal.
‎2009 Mar 16 9:16 AM
Hi,
Generate the Table Maintainence Generator of the custom table instead of the creating the Z* Module pool program for updating the Custom Table.
‎2009 Mar 16 9:07 AM
‎2009 Mar 16 9:15 AM
Hi Nausal,
if you want to create a program for saving string from text fileds to table, its not mandatory to go for module pool, u can do the same with report programming. Basic logic for this is,
first you should move all ur text field values to an internal table
then move that internal table values to ur custome table. it will resolves ur requirement.
Regards
Arani Bhaskar
‎2009 Mar 16 9:16 AM
Hi,
Generate the Table Maintainence Generator of the custom table instead of the creating the Z* Module pool program for updating the Custom Table.
‎2009 Mar 16 9:33 AM
Hi,
This is simple....
1.Name the the textfields same as the table fields names.
2.Capture the sy-ucomm of the command button.
3.If that sy-ucomm then simply modify the table .
Pooja
‎2009 Mar 16 9:43 AM
better creating table maintenence generator and assign a tcode for that using se93.
‎2009 Mar 16 11:31 AM
Hi,
please give guidence to create table maintenence generator ,
Regards
Nausal
‎2009 Mar 16 11:50 AM
check this..
www.saptechies.com/how-to-create-table-maintenance-generator/
searchsap.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid21_gci1210191,00.html
‎2009 Mar 16 12:03 PM
Hi Nausal,
Go to SE11, give the table name and click on change.
Then Go to utilities--> Table maintenance generator.
In the table maintenance generator screen, we should give Authorization Group,
Function Group name (Function Group name can be same as table name),
Maintenance type can be one step or two step, usually we will create with one
step. we should give maintenance screen number. After clicking on create button,
a table maintenance generator will be created.
To check it go to SM30 . In SM30, we find display, Maintain options.
We can view the table contents by choosing Display and we can create table
entries by choosing Maintain.
Regards,
Anki Reddy
‎2009 Mar 18 11:04 AM