‎2008 Aug 28 2:35 AM
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.
‎2008 Aug 28 2:46 AM
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
‎2008 Aug 28 2:21 PM
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
‎2008 Aug 28 2:23 PM
That LTEXT comes from T500T(which is nothing but the Text table of T500L)
In general the text will come from the text table.
‎2008 Aug 28 2:25 PM
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
‎2008 Aug 28 2:22 PM
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.