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

Module Pool

Former Member
0 Likes
1,016

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
988

Hi,

Generate the Table Maintainence Generator of the custom table instead of the creating the Z* Module pool program for updating the Custom Table.

9 REPLIES 9
Read only

Former Member
0 Likes
988

Hi,

It's very easy requirement.

R u using table contol in that?

Read only

Former Member
0 Likes
988

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

Read only

Former Member
0 Likes
989

Hi,

Generate the Table Maintainence Generator of the custom table instead of the creating the Z* Module pool program for updating the Custom Table.

Read only

Former Member
0 Likes
988

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

Read only

Former Member
0 Likes
988

better creating table maintenence generator and assign a tcode for that using se93.

Read only

0 Likes
988

Hi,

please give guidence to create table maintenence generator ,

Regards

Nausal

Read only

0 Likes
988

check this..

www.saptechies.com/how-to-create-table-maintenance-generator/

searchsap.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid21_gci1210191,00.html

Read only

0 Likes
988

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

Read only

Former Member
0 Likes
988

Thanks for All