cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Invoice Text

Former Member
0 Likes
434

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.

View Entire Topic
Former Member
0 Likes

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 Likes

Hi Nehal,

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

Former Member
0 Likes

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 Likes

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