Application Development and Automation 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: 
Read only

Price in smartforms

Former Member
0 Likes
1,006

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
Read only

Former Member
0 Likes
835

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

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

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.

6 REPLIES 6
Read only

Former Member
0 Likes
836

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

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

Read only

0 Likes
835

And how can i obtein the field key knumv?

Thanks in advance

Read only

0 Likes
835

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

Read only

Former Member
0 Likes
835

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

Read only

0 Likes
835

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

Thanks in advance

Read only

0 Likes
835

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.