cancel
Showing results for 
Search instead for 
Did you mean: 

Tax invoice smartform driver program

Former Member
0 Kudos

Hello Everyone,

i want any sample example driver program for getting value from "vf03" in that i want fetch values for fields like BASIC BILL OF VALUE, ADD AMOUNT 5% VAT on_________ SerTax 2.06% on _________ Total Amt: D = A + B + C

if any one have any driver program regarding this than plz forward me on following id

"talele.rahul@gmail.com"

Rewards for useful answer

Thanx in advance,

Rahul Talele

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rahul,

Go to vf03 give the invoice no and select the output type.

Debug vf03 and check for the structure is_bil_invoice,i think you will find the values in this structure.

Hope its helpful.

Regards,

Nikhil Moghe

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

smartform name : LB_BIL_INVOICE

Smartform Driver Pgm: RLB_INVOICE

<b>Reward points</b>

Regards

Former Member
0 Kudos

Hi

See the INVOICE std Driver Program

RLB_INVOICE

see the Include RLB_INVOICE_FORM01

in the fun module LB_BIL_INV_OUTP_READ_PRTDATA

he is getting data into the structure CS_BIL_INVOICE

see the IT_KOND structure in it

Or in smartform create PROGRAM lines and write the code for the above data

take VBRK-KNUMV and pass to KONV table and based on the condition types take the KBETR and KWERT fields and use

<b>Reward points for useful Answers</b>

Regards

Anji