cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice Text

Former Member
0 Kudos

Hi,

How to get the Invoice Description (Text) for a given Invoice Number. I want to print this Invoice Description on the smartform Layout.I Know the FM Name READ_TEXT.But ,How to get the Text Name,Text Id, and Text Object for a given invoice number?.

Thanks in Advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Go to the place where the invoice descr is.. probably header tab

click the Display Log button

You will find all the info there

Former Member
0 Kudos

Hi Nehal,

Can You Please Tell me the Flow How to Go to that Invoice Description from the Transaction code.

Former Member
0 Kudos

This is probably a header text.

So go to VF03

Menu GoTo Header

Choose Header text Tab

ur description will be one of them there.

Cick on the one which is yours.

At the bottom right column you will find a button which has a scroll incon.

Click that. All th texts ids will show

pick the one which is yours and expand it.

you will find all the information there

Former Member
0 Kudos

One more thing.

If you find it . Dont use READ_TEXT

Use the standard Include node provided by smartforms

First Add a text element and then change its type to Include Text

Also text name is the invoice number itself please fill in with leading zeroes if required

Edited by: Nehal Fonseca on Apr 21, 2008 3:50 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi friends,

i have a answer of vedor invoice ,as you know, using t-code fb03 to enter display document overview my invoice has long text which is not english but when printing from this screen, the text shows"#######". what causes the error? can someone help me to explain it ?