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: 

Change netpr in purchase requisition per BAPI or userexit

Former Member
0 Kudos

Hi all,

does anybody know how to change the value of the item field 'netpr' in the purchase requisition? The value shall be taken not from material master but from Info record.

Regards

Joachim

1 ACCEPTED SOLUTION

JL23
Active Contributor
0 Kudos

Please see KBA 1976282 - Valuation Price in Purchase Requisitions

It explains how the field is filled and that you shall use BAdI "ME_PROCESS_REQ_CUST

to built your own logic.


However, I am not sure when this BAdI is actually executed. Looking into the info records means that you need a successful source determination, which is not the easiest part either  having all the SCN questions about the source determination issues in mind.

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

There is no such field in EBAN or in displayed structure MEREQ3211GRID...

Do you mean PREIS field, then look for PREQ_PRICE in BAPI_PR_CHANGE.

Regards,

Raymond

JL23
Active Contributor
0 Kudos

Please see KBA 1976282 - Valuation Price in Purchase Requisitions

It explains how the field is filled and that you shall use BAdI "ME_PROCESS_REQ_CUST

to built your own logic.


However, I am not sure when this BAdI is actually executed. Looking into the info records means that you need a successful source determination, which is not the easiest part either  having all the SCN questions about the source determination issues in mind.

Former Member
0 Kudos

Hi Jürgen,

your tip seems to be the right. Thanks

Rgeards Joachim