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

Table maintainace generator

Former Member
0 Likes
829

I am functional guy very new to ABAP . I have created Table maintainace generator for a customer table but when I go to SM30,I can't see headings for fields f the table? How to get headings?

Please give step by step solution as I am not abap expert.

Thank for your response.

Vennela

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
799

Hi,

If the custom table is created without dataelement i.e predefined type then in Table maintainace generator can't see headings for fields f the table.

solution : you need to maintain the custom table with dataelements then you will get the description of the fields in Table maintainace generator

Regards

Kiran Sure

9 REPLIES 9
Read only

Former Member
0 Likes
799

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.

I hope it helps.

Thanks,

Vibha

Please mark all the useful answers

Read only

0 Likes
799

Hi Vibha,

Thank you for your reply. I have done that but my problem I am not able see heading for the table fields in SM30.

Please help.

Read only

Former Member
0 Likes
799

Hi Vennela are you creating the custom table witt the standard fileds or custom fields, if they maintain the filed name in data element it should come.

Rajesh

Read only

0 Likes
799

They are custom fields.

Read only

0 Likes
799

Check the Field label for the data element, if it is not there , maintain the filed label and recreate the table maintenance.

Rajesh.

Read only

0 Likes
799

If they are custom fields, then go to dataelement of those fields and checek whether lables are maintained in Field Lable Tab of their data elements.

I hope it helps.

Read only

0 Likes
799

Thanks for the respose. iw ill try and come back to you

Read only

0 Likes
799

Thanks for all your help

Read only

Former Member
0 Likes
800

Hi,

If the custom table is created without dataelement i.e predefined type then in Table maintainace generator can't see headings for fields f the table.

solution : you need to maintain the custom table with dataelements then you will get the description of the fields in Table maintainace generator

Regards

Kiran Sure