cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice Title

Former Member
0 Kudos

We see a invoice title while we give print out of an invoice in the left up corner of the invoice. Can any one help by saying where we can find that address?

david.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I clould be already set in the invoice form, check with your ABAP experts, he may be able to help you to understand the details.

Prase

Former Member
0 Kudos

Hi,

The flow to get an address is as follows:

1) Sit with an ABAPer and check the print program first for the population of address in the fields.I think it is based on Address Object (not sure as I had done it long back,the ABBAPer should be able to identify it) for which you need to code or use standard Function Modules.

2) Once that is done, we need to go to the SAP Script editor and populate those values in the address windows of the invoice by using variable between &<varaible-name>&.

Let me know in case you are not clear with the explanation.

Former Member
0 Kudos

Hello David,

this address might come from any field or it might be a constant in Smartform of Sapscript. It's better to do it with an abap programmer.

You can see every detail about forms under tcode NACE.

Sarhan.