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: 

in smartforms

Former Member
0 Kudos

hi

how to create a smartform for the invoice

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

u first find out the format of invoice..

u develop a smartform for that

1.create a table which has got all screen fields.

2.creating internal table and work area..

3.in main window create a table ,page etc.

then write a program in se38 to fetch datas and pass it to form..

reward if useful..

4 REPLIES 4

Former Member
0 Kudos

Hi,

Search for any default forms avaialbe. Else Migrate Invoice SAP Script to Smartform through Smartforms transaction.

And code it.

Reward if useful!

Former Member
0 Kudos

hi

u first find out the format of invoice..

u develop a smartform for that

1.create a table which has got all screen fields.

2.creating internal table and work area..

3.in main window create a table ,page etc.

then write a program in se38 to fetch datas and pass it to form..

reward if useful..

amit_khare
Active Contributor
0 Kudos

Refer -

LB_BIL_INVOICE smartform and RLB_INVOICE driver program

Regards,

Amit

Reward all helpful replies.

0 Kudos

Hi use functional module 'RV_PRICE_PRINT_HEAD', u will get Invoice header Condition data.

reward if helpful.

Rahul