‎2007 Apr 07 9:42 PM
I've got a doubt with text tables.
This is it
If i have a table with its text-table and i need to insert one record on it, do i have to write two insert sentences, one for the main table and another for the text-table???
Is there another way to do this?
Thanks
‎2007 Apr 07 11:16 PM
Hi,
Yes, you have to create an entry in both the table if you are creating an entry programatically.
The other option you have is to create a "Maintainance View" for Table and Text table using SE11. Then you can miantain both table field and the field descirption. The underlying table and text table will be automatically updated.
Check out this link for more information on View.
http://help.sap.com/saphelp_46c/helpdata/EN/cf/21ec5d446011d189700000e8322d00/frameset.htm
Check this link to find out how to create maintainance view.
http://help.sap.com/saphelp_46c/helpdata/EN/cf/21ecdf446011d189700000e8322d00/frameset.htm
If you want to see how SAP maintains table and text table using "maintainance view", Check out transaction <b>WE81</b>. This is to maintain "IDOC Message typ". The underlying 'maintainance view" for this is <b>VEDI_EDMSG</b>. This is maintainance view of tables EDMSG ( table for - Logical message types ) and EDIMSGT ( table for -Short description of SAP message types )
Let me know if you need any other information.
Regards,
RS
‎2007 Apr 07 11:16 PM
Hi,
Yes, you have to create an entry in both the table if you are creating an entry programatically.
The other option you have is to create a "Maintainance View" for Table and Text table using SE11. Then you can miantain both table field and the field descirption. The underlying table and text table will be automatically updated.
Check out this link for more information on View.
http://help.sap.com/saphelp_46c/helpdata/EN/cf/21ec5d446011d189700000e8322d00/frameset.htm
Check this link to find out how to create maintainance view.
http://help.sap.com/saphelp_46c/helpdata/EN/cf/21ecdf446011d189700000e8322d00/frameset.htm
If you want to see how SAP maintains table and text table using "maintainance view", Check out transaction <b>WE81</b>. This is to maintain "IDOC Message typ". The underlying 'maintainance view" for this is <b>VEDI_EDMSG</b>. This is maintainance view of tables EDMSG ( table for - Logical message types ) and EDIMSGT ( table for -Short description of SAP message types )
Let me know if you need any other information.
Regards,
RS