Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Text from Sales Order to be printed in INVOICE

Former Member
0 Kudos
146

Hello experts. This is the scenario i am trying to configure:

There are text that are entered in sales document at header level. This text at the header level is copied to the billing document at header level as well. I took care of this.

Now, I've to figure out a way to make sure that this header level text gets printed in the invoice. Can someone give help me out here?

3 REPLIES 3

Former Member
0 Kudos
115

I think you can use 'READ_TEXT' function module to read the text.

regards

Shantharam

0 Kudos
115

how do i use the 'READ_TEXT' function? I am a functional consultant. I am not an ABAP developer?

Basically, I need to figure out if text(that needs to be printed) are entered in a sales order, how do I tell the invoice to print it out?

Any idea?

Former Member
0 Kudos
115

Hi,

I am not sure if this can be done in configuration..

But you can the print program of the invoice to get the text and print them...

Thanks,

Naren