‎2008 Mar 06 1:19 PM
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????
‎2008 Mar 06 1:31 PM
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
‎2008 Mar 06 1:33 PM
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
‎2008 Mar 06 1:33 PM
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
‎2008 Mar 06 2:30 PM
‎2008 Mar 06 2:48 PM
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
‎2008 Mar 06 3:07 PM
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.
‎2008 Mar 07 11:53 AM
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