‎2010 Mar 03 11:27 AM
Hi everybody,
I had a requirement where I need to print the long text for Vendor ( Transactions related to vendor ). I searched for the field. But I didn't find any field which stores the long text for vendor.
Can anybody suggest me to find the field?
For Reference : SKAT-TXT50 is the GL Account Long Text.
My approach : LFA1-Name1 can be used for long text, But this is the field which holds the Vendor Name.
Please guide me.
Thanks and Regards,
Murali Krishna T
‎2010 Mar 03 11:54 AM
There are many "long texts" for vendor, perform some search on table STXH with object'LFA1'
(you should find texts like id '0001' for "accounting note", '0002' for "purchasing memo", etc.)
The lines of texts are stored in non-transparent table ([Storing Text Components|http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db668494511d182b70000e829fbfe/frameset.htm]), The FM [READ_TEXT|http://help.sap.com/saphelp_40b/helpdata/pt/d6/0db8c8494511d182b70000e829fbfe/content.htm] is called to get those texts in an internal table.
Regards,
Raymond
‎2010 Mar 03 11:54 AM
There are many "long texts" for vendor, perform some search on table STXH with object'LFA1'
(you should find texts like id '0001' for "accounting note", '0002' for "purchasing memo", etc.)
The lines of texts are stored in non-transparent table ([Storing Text Components|http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db668494511d182b70000e829fbfe/frameset.htm]), The FM [READ_TEXT|http://help.sap.com/saphelp_40b/helpdata/pt/d6/0db8c8494511d182b70000e829fbfe/content.htm] is called to get those texts in an internal table.
Regards,
Raymond