cancel
Showing results for 
Search instead for 
Did you mean: 

Display Net amount of the material on the Smartform

former_member187457
Active Contributor
0 Kudos

Hi All,

I am working on smartform with driver program RLB_INVOICE.

There they are using structure LBBIL_INVOICE to get the pricing related data for billing...

Now i want the net price of the materials....

In this structutre their is structure HD_KOND in that there is afield KBETR which is showing the net amount ...

Now i want this KBETR(Amount) to be shown in the smartform...but i m not getting any key field to extract that data out into some variable...

Please suggest...

Thanks

RK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

try using the Sales and Distribution Document Number and Item number of the SD document as key fields and read the HD_KOND.

Regards,

Aditya

Answers (1)

Answers (1)

former_member187457
Active Contributor
0 Kudos

I have done it myself..

thnx