Skip to Content
0
Former Member
Jun 08, 2009 at 09:17 AM

Problem while using BAPI_REQUISITION CHANGE

48 Views

Dear All,

I am using BAPI_REQUISITION_CHANGE for change some requisition value say quantity or delivery date.

I am passing requisition number as well as all required data in BAPI.But I am not getting desired output.

CALL FUNCTION 'BAPI_REQUISITION_CHANGE'

EXPORTING

NUMBER = it_data-pr_no

TABLES

REQUISITION_ITEMS_OLD = it_data

  • REQUISITION_ITEMS_NEW =

  • REQUISITION_ACCOUNT_OLD =

  • REQUISITION_ACCOUNT_NEW =

  • REQUISITION_TEXT_OLD =

  • REQUISITION_TEXT_NEW =

RETURN = BAPI_RETURN

Above is the code that I have written in my program.

Could you tell me is it right or what should I do for desired output.

Regards,

Amar