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

Vendor Long Text

Former Member
0 Likes
13,118

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

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
8,436

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

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
8,437

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