cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Org Text

Former Member
0 Kudos

Hi,

what is the table name in which we will find the text of the sales organisation.

For sales organisation the table name is TVKO. I want the text of that sales organisation(0001- SalesOrg Germany) to be dsiplayed in my Report. From which table i have to retrieve the text of sales organisation.

For Text when i press f1 and when i check it is giving V_TVKO which is a maintainence view.

Please let me know the table where the Text is stored.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For Company Code;

Table name: V_T001

Field name: BUTXT

For Sales Org:

Table Name: V_TVKO

Field: VTEXT

Cheers.

Edited by: Sowmya Mohan on Sep 5, 2008 8:37 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Text is stored in table TVKOT. Pass VKORG (sls org) and SPRAS (language) to fetch VTEXT (sls org name).

Regards,

GSL.