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: 

Price in smartforms

Former Member
0 Kudos

I have a smartform in vf03(bills), i need the price, and sometimes i have kg and boxes, i prefer to obtein it instead of calculate, but in the internal table of the conditions, i have the price but not the positions

of the item, is there any solution that i can use?

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you are looking at KONV table KMEIN field gives you the pricing unit.

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

6 REPLIES 6

Former Member
0 Kudos

If you are looking at KONV table KMEIN field gives you the pricing unit.

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

0 Kudos

And how can i obtein the field key knumv?

Thanks in advance

0 Kudos

If you are dealing from a invoice perspective, it is there in VBRK table and for sales order it is in VBAK table.

Regards,

Ravi

Former Member
0 Kudos

Hi Carl,

could you explain me more clearly so that i can tell me what you needed as i have worked on VF03(bills) so many times.

regards,

Ram

0 Kudos

Hi Ram, my problem is that in the item conditions price of the smartforms it doesn´t appear the price.

Thanks in advance

0 Kudos

Are you using copy of LB_BIL_INVOICE smartform ..?

You can get the price conditions at the item level as well if you have a look at structure LBBIL_IT_PRICE in the LB_BIL_INVOICE.

You dont need to calculate price manually using database tables. Everything is there in that smartform.