cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Requisition

Former Member
0 Kudos

I'm using the BapiCreateFromData from the business object Purchase Requisition in order to create a Purchase Requisition. So, I fill the following record sets: REQUISITIONACCOUNTAS and REQUISITIONITEMS, and then I call the Bapi. That works fine... or seems to... 'cos when I use the BapiGetDetail from the same business object I can retrieve the data in RequisitionItems table, but the RequisitionAccountAs table returns empty. Why does this table return empty? What should I do?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi, I am a beginner in using BAPI controls. I have tried to call the PurchaseRequisition.GetDetail. It throws me message 8818, "Persistent key for business object instance of type PurchaseRequisition not set. Unable to call BAPI GetDetail". How can I resolve the problem? TQ.

Former Member
0 Kudos

There is an import parameter ACCOUNT_ASSIGNMENT in the BAPI_REQUISITION_GETDETAIL.This needs to be set to a value 'X' for you to get the account assignment details.

Srinivas

Former Member
0 Kudos

Try to use standard transaction ME53.

Are correct accounts data into Purchase Requisition document?

Former Member
0 Kudos

It seems OK to me.