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
718

Hi All,

I have a requirement to create a table maintenance generator for a table.

There is a field LTEXT which has to be included in the TMG but it must not

be present in the table.If anybody know,please share with me.

Thanks,

Pavan.

5 REPLIES 5
Read only

Former Member
0 Likes
696

Hello,

It is not possible to have a Field from a different Table into the Standard Table Maintainance Generator of a Particular Table. Because it is a Standard SAP Generated Code, we cannot modify it unless we have an Access Key.

Alternatively, we can have a Custom Screen (Dialog Program) in which we can have all the fields from TABLE A and the Field LTEXT.

Thanks and Regards,

Venkat Phani Prasad Konduri

Read only

0 Likes
696

Hi Phani,

Thanks for your reply.

There is a table T500L,which contains a field Molga (Country Grouping ).

If you see the table maintenance generator for this T500L,you will see the LTEXT,but

this field is not there in the table.

So I have the same requirement,I created a Z table and the LTEXT must be only part

of TMG. I used the search help which is used by the MOLGA Field in the T500L table

but it doesnt work for me.

Thanks,

Pavan Kattamuri

Read only

0 Likes
696

That LTEXT comes from T500T(which is nothing but the Text table of T500L)

In general the text will come from the text table.

Read only

0 Likes
696

So if you can create the Text table and Maintain the Realtion between your table and Ztable then you will see that field in the TMG.

For Creating and Attaching the Text table...just check here.

http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ea9e446011d189700000e8322d00/content.htm

Read only

Former Member
0 Likes
696
There is a field LTEXT which has to be included in the TMG but it must not

be present in the table.If anybody know,please share with me.

May be not possible.