cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_REQUISITION_CHANGE

Former Member
0 Kudos

Hi,

I am trying to change the Created Purchase Requisition.

I have created a purchase Requisition using BAPI_REQUISITION_CREATE.It is created succsessfully and i got the Number.

Now I am trying to chnage the Item Short Text using BAPI_REQUISITION_CHANGE.I ahve given the Old ShortText and New Short Text.And I have executed the Commit also.But If Execute the BAPI_REQUISITION_GETDETAIL by providing the same Number it is still showing the Old ShortText for the Item.

Please help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Seena,

I got certain information from SAP documentation about the function module . Hope it would be of some help. I am new to this forum. I regret for any mistake committed in advance.

SAP Documentation for FM BAPI_REQUISITION_CHANGE

FUNCTIONALITY

This method can be used to change purchase requisitions.

HINTS

The following authorization objects are checked with activity 02 (change):

M_BANF_BSA,,Document type in requisition

M_BANF_EKG,,Purchasing group in requisition

M_BANF_EKO,,Purch. organization in requisition

M_BANF_WRK,,Plant in requisition

You must pass on the purchase requisition number and the necessary tables for the items that are to be changed. To fill the table parameters correctly with the old status, use the method GetDetail of the business object PurchaseRequisitionbefore invoking this method.

Return messages : INCLUDE BAPI_RET

Edited by: subhashree.puhan on Feb 2, 2011 7:52 AM