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: 

Function Module for comptuing gross price in PO

Former Member
0 Kudos

Hi Friends,

Is there standard FM exits for computing gross price for items of Purchase Order ?

Also I am seraching for FM for computatation of PO

Cost Insurance Fright.

Regards,

Amit R

4 REPLIES 4

Former Member
0 Kudos

check fm..(not sure)

ME_PO_PRICE_SIMULATION

and

CALCULATE_TAX_ITEM

former_member181962
Active Contributor
0 Kudos

Check the field EKPO-BRTWR.

Or check the bapi: BAPI_PO_GETDETAIL

See the table parameter Field po_items-GROS_VALUE.

Regards,

ravi

Former Member
0 Kudos

Hi Amit,

u dont need a FM to get the gross price for PO item..

just get the KNUMV value for the PO from EKKO table n use it in KONV to get the gross price(KBETR) for all the items..

Regards..

reward useful answers pl..

0 Kudos

Hi Bikash,

I have idea about picking data from KONV-KBETR.

But discount and packing charges also involved while computation of Gross Price. So requires some computation.

I want to avoid that computation.

Same in case of Cost Insurance Fright.

Please suggest, if any FM exits.

Regards,

Amit