cancel
Showing results for 
Search instead for 
Did you mean: 

account text (customer) for statement printout

Former Member
0 Kudos

I'm working on customer statement, the client want print out the long text (account texts) from the customer master. but I don't know which table or how should I get these long text for current customer master for Scriptform print out?!

Thanks in advanvce

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the function module READ_TEXT to get account texts from the customer master..

IN the customer master you can get the text object, name & id..

By double clicking on the text..It will take you to the sap script text editor.

In the menu..Goto -> header..There you can find the details of text object, name & id..

Pass the same values to the FM READ_TEXT..in the internal table you will get the texts entered..

Thanks,

Naren