cancel
Showing results for 
Search instead for 
Did you mean: 

Billing Header Text

Former Member
0 Kudos

Dear all,

The user has maintained some text in the header of the billing document which he wants to be printed on the Invoice.

I am unable to trace the table and the field.

Please could anyone guide me on this?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

In general the text will be printed on the Invoice using the FUNCTION MODULE READ_TEXT

The Function module will fetch the data from the STXH where it will be stored in the Billing header.

Goto the Transction code SE37 and enter the FM READ_TEXT and execute

Check with you abaper how this text is save in the STXH (by which text id)

Hope it will help fule.

regards,

santosh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For getting the text on the output,ABAP code is required.

If you are using smartforms for this output then the change has to be done there.Ask your ABAPer for this change.

Coming to fetching the text of a billing document header,we have to use a function module known as "READ_TEXT".

First Goto VF03 T.Code.

Enter your billing document number.Goto Header-->Head. text

Click on the text.

Select that one.And click on the log which is at the bottom of the screen.This icon is similar to rolled paper.

Click on the plus symbol.

Make a note of the object and ID.

Goto SE37 T.Code.

Enter the function module as "READ_TEXT".

Press F8 or Click on Execute.

Enter your Client,ID as the one you have noted down previously.

Language as "EN".

Name as your billing document number preceede by two zeroes.Suppose your billing document number is 90003146 then enter here as "0090003146".

Object as the object you have noted down.

Press F8 or click on Execute.

Check the result in "Result" row.

Regards,

Krishna.

Former Member
0 Kudos

Hello,

Thanks so much for the valuable information.

Regards

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

This question is related with forms and smartforms. You must use an INCLUDE command in the form to print it in the invoice.

For smartforms you can see in the [printfile|http://help.sap.com/printdocu/core/Print46c/de/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf] page 46 in Including SAPscript Texts.

I hope this helps you

Regards,

Eduardo

Edited by: Eduardo Hinojosa on Oct 7, 2009 9:18 AM