cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi - BAPI_PR_CHANGE

Former Member
0 Kudos

Hello

I need to create a program for changes in a PR using a Bapi.

Can anybody please provide some information on BAPI_PR_CHANGE .

Many Thanks for a early help

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193326
Active Contributor
0 Kudos

Hi,

I can give you an examepl that I have in my system where you change the price:

NUMBER 10000298

PRITEM

PREQ_ITEM 00010

...

MATERIAL LG_MAT

....

PREQ_PRICE 99,000000000

PRITEMX

PREQ_ITEM 00010

PREQ_ITEMX X

CTRL_IND

DELETE_IND

PUR_GROUP

PREQ_NAME

SHORT_TEXT

MATERIAL X

MATERIAL_EXTERNAL

.....

REQ_PRICE X

PRICE_UNIT

If you want to test the BAPI and you want to see the results, you should test the BAPI_PR_CHANGE and afterwards the BAPI_TRANSACTION_COMMIT. To do so, please use the Test/test sequences menu under in the first screen from the transaction SE37 under Funciton module menu.

I hope this helps!.

Best Regards,

Arminda Jack

Best Regards,

Arminda Jack

Former Member
0 Kudos

Many Thanks.

Can you please advice that is it possible to add line items to a PR via a standard Bapi