cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding function module 'LB_BIL_INV_OUTP_READ_PRTDATA'

Former Member
0 Kudos

Helo All.

I am using FM 'LB_BIL_INV_OUTP_READ_PRTDATA' for invoice printing in SMARTFORMS.

I have declared a structure WA_OUTPUT TYPE LBBIL_INVOICE in my driver program. When i debug driver program it is returning all the values, but when i pass this to smartform in form interface , the data is not geting printed.

Kindly help me out.

Points will be rewarded!!!!

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Saket,

Its a very unusual thing to happen. Try to put some break points for ur id in the code

<b>BREAK-POINT id</b>

and check for the values in the table.

Thanks