cancel
Showing results for 
Search instead for 
Did you mean: 

Layout of customer invoice in sd

Former Member
0 Kudos

Dear Gurus,

I have few questions regarding the output control and invoice layout.

1- I have configured the output control but when i go to print the invoice, system shows that there is no data.

2- How to change the layout of invoice?

3- where to assign the that layout to get invoice in that format?

Please suggest me

regards

Ashutosh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Create a new smartform by using the T.Code SMARTFORMS and assign this one to your output type in NACE.

If required write a new program and assign this one to your output type in NACE.

ABAP team is going to help you out in these.

Regards,

Krishna.

Former Member
0 Kudos

Hi,

1- I have configured the output control but when i go to print the invoice, system shows that there is no data.

Check NACE if there is a driver program and a SAPScript or Smartform assigned. Also check if condition records are maintained in VV31 for you billing output type.

2- How to change the layout of invoice?

With the help of an ABAPer you will have to create a Smartform according to the client requirement.

3- where to assign the that layout to get invoice in that format?

Assign the same in NACE under processing routines->PDF/Smartforms

Regards,

Amit

Former Member
0 Kudos

Hi,

Ans 1. Check setting in T Code NACZ with the assignment of Output Procedure & maintain condition record for Billing output types in VV31.

Ans 2. IF client has different layout of Invoice than SAP Standard Invoice layout, you need to Create Z layout for the same for which ABAPer will help you out. For this ABAPer will create Z T code to Prinout of this layout.

Ans 3. In Z T code client can take Print out of Invoice. While writing program, ABAPer will cal Invoice no in program, there user will select Invoice No and can take print out for the same. No need to assign anywhere else.

Regards,

Dhananjay

former_member303858
Contributor
0 Kudos

Hi,

You can do all the settings related to output in t code - NACE.

If system is throwing error then check the configuration and also the conditon records maintained for the output types.

Check this and let us know if you still have any problem.

Regards,

SB.