Application Development and Automation 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: 
Read only

edit invoice layout

Former Member
0 Likes
7,449

Hi,

Im new to SAP. can someone help me on how to change layout for invoice in FI module. the problem is i dun know the form name which was originally created...

Thanks, appreciate your feedback.

Govindappa.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,014

Hi,

You can go to the transaction NACE and select the appropriate Type (I think V3 is for billing /Invoice) and click the button output types. It will open other screen where you can choose the output types and double click on the "Processing routines". This will open a page where you will see the associated sapscript or samrt form attached to the output type.

Hope this helps.

Reward points if found helpful....

Cheers,

Chandra Sekhar.

2 REPLIES 2
Read only

Former Member
0 Likes
3,014

script : RVINVOICE01

SMARTFORM: LB_BIL_INVOICE.

goto NACE tocde.

select V3.>click on output types->select RD00->click on processing routines. u can get the name of layout being used.

Reward if useful

Regards

ANUPAM

Read only

Former Member
0 Likes
3,015

Hi,

You can go to the transaction NACE and select the appropriate Type (I think V3 is for billing /Invoice) and click the button output types. It will open other screen where you can choose the output types and double click on the "Processing routines". This will open a page where you will see the associated sapscript or samrt form attached to the output type.

Hope this helps.

Reward points if found helpful....

Cheers,

Chandra Sekhar.