cancel
Showing results for 
Search instead for 
Did you mean: 

Table to check Customer Master Text

Former Member
0 Kudos

Dear Guru's,

Can you please let me know any table name where I can see Customer Master Text's. To check each text in the customer master is difficult therefore I want to check in a table for about 400 customers..

My advance thanks..

Reg,

NZ

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Go to SE37, run READ_TEXT.

Fill in the data with the data that you have gathered, then execute.

You can then read the text in the results area in SAPSCRIPT format.

Best regards,

Anupa

Former Member
0 Kudos

Hi,

Try with table VBBK for header Text.

Regards

Pradyumna

Former Member
0 Kudos

Hi Nayaz,

Customer text is not resident in any table. but It is possible to add it by using ABAP skill. Create an Extra field and insert the READ_TEXT function module. Multiple lines of text are difficult to dealwith, but when you loop through the LINES table (populated by the function module) you can concatenate the lines.

Regards,

former_member183879
Active Contributor
0 Kudos

Hi,

For your case, you have to use the function module READ_TEXT.

In the function module

ID = Your text ID

LANGUAGE is your language

NAME = Customer numberSales orgD.C+Division customer number has to be 10char field.

OBJECT = KNVV

For this combination you have to find out the texts.

You have to create a program calling this FM. There you have to provide all these values for the parameters and then this FM will give you the texts maintained at the text ids at sales area data level for each customer for a specific sales area.

Hope this helps

jignesh_mehta3
Active Contributor
0 Kudos

Try Tables STXH & STXL.

But I guess to get actual text data you might have to use a Functional Module to pull the data...

Hope this helps...

Thanks,

Jignesh mehta