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: 

BAPI_PO_CHANGE enter net price error is coming

Former Member
0 Kudos

hi,

i am using the BAPI_PO_CHANGE, even i enter the netprice for change the PO it is displaying enter net price error(06 E 215).

when i debug the BAPI the error is occuring in post_processing subroutine.

so please help me to solve this.

regards,

ramakrishna.

6 REPLIES 6

JL23
Active Contributor
0 Kudos

maybe SAP Note 580225 -Purchasing BAPIs: Conditions and pricing

can give some insight

Former Member
0 Kudos

hi,

Even i gave value to netprice it is changing to zero in function module MEPO_DOC_ITEM_GET.

how the values are getting into POT table in this function module.

can you please help me out on this.

ramakrishna.

0 Kudos

Is the net price being determined coming less than a penny? < 0.01. I've seen this issue coming up on PO loads. The workaround we found was that mark those items as 'free items' or load those POs manually.

Former Member
0 Kudos

Hi,

Did you passed currency key(WAERS) in the header level. Once check it.

and check wheteher net price is maintained for PO or not.if not mainatain.

If still any issue, place your code i can help u.

Regards,

RAvi

0 Kudos

Did you get any update on this issue.? I am also facing the same issue.

I am using the BAPI_PO_CHANGE, even I enter the net price for change the PO it is displaying enter net price error(06 E 215).

When I debug the BAPI the error - 'Please enter net price'.

Please suggest what I should do to correct this.

Former Member
0 Kudos

Hi,

I had same problem.

I managed to fix it by changing "Checking rule" by SPRO.

Go to SPRO.

Materials Management / Purchasing / Purchase Requisition / define screen layout at document level

now, you can play different "Required (mandatory) entry"

The question is, do you need to make a control on your net price when you create a PR.

I didn't.

Hope it helps. Regards,

Martin