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 maintenance generator

Former Member
0 Likes
890

I have a custom table with two fields:

AUART - length 3

KATR3 - length 2

I have created a table maintenance generator , but I'm Unable to display the full headings like 'Order Type' , 'Customer Type'.

How can we achieve this????

7 REPLIES 7
Read only

Former Member
0 Likes
835

Hi

Double click on screen number and there in screen change text there as if you are doing in module pool

Enter the text which you need which will solve your problem

Regards

Shiva

Read only

Former Member
0 Likes
835

Hi

Double click on screen number and there in screen change text there as if you are doing in module pool

Enter the text which you need which will solve your problem

change text i/o templates

Regards

Shiva

Read only

Former Member
0 Likes
835

On the table maintenance generator screen double click on the screen number and open it in change mode. Change the visible length of the 2 fields to what is required. Change the description of the field to what is needed.

Activate the screen and all the related objects.

Hope this helps.

Thanks,

Balaji

Read only

0 Likes
835

BUt the visible length field is disabled.

Read only

0 Likes
835

Change the Default Length under the "General Attributes" tab of the screen so as to accomodate the text that is to be displayed.

Also the change the Text to whatever is required in the "Text / .." tab.

Hope this helps.

Thanks,

Balaji

Read only

0 Likes
835

Hi,

Try to change the Field label(Medium) to the text u want in the dataelements of these fields. Because by default it will take the medium value and displays the same.

Make sure that these dataelements are not used else where.

If it is used in some other plaves then do like this.

Take the function group name of ur table maintenance generator se11->utilities-.table maintenance generator.

next go to se80->select function group->Give this FG name->go to Screens->double click on screen number->press lay out button on application tool bar

Here u will find your Sm 30 display screen. U can change the descriptions by going in change mode and double clicking on the column heading.

Hope this will solve ur problem.

Thanks,

Vinod.

Read only

Former Member
0 Likes
835

go to utilities->table maintainance generator ->double click the screen no (given under maintenance screen)-> press the layout button->double click on the name of the column which u want to change (it can be '+ ' or the partial name whichever is appearing)->

a window is opened for the describing the field name properties

-> change the field name on the top_> if the name still does not fit increse the column width by simply dragging it.

Thanks