Application Development and Automation 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: 
Read only

REQUISITION_ACCOUNT_ASSIGNMENT usage in BAPI_REQUISITION_CREATE

Former Member
0 Likes
499

Hi everybody,

I am using BAPI_REQUISITION_CREATE to create purchase requisition.

It is created normally with parameter REQUISITION_ITEMS. But it is not created when i use parameter REQUISITION_ACCOUNT_ASSIGNMENT by using obligatory data WBS Element, with account assignment type Q and the general obligatory fields from my table in REQUISITION_ITEMS.

the code is:

CALL FUNCTION 'BAPI_REQUISITION_CREATE'

  • EXPORTING

  • SKIP_ITEMS_WITH_ERROR =

  • AUTOMATIC_SOURCE = 'X'

  • IMPORTING

  • NUMBER =

TABLES

REQUISITION_ITEMS = gt_mainb

REQUISITION_ACCOUNT_ASSIGNMENT = gt_account.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
411

How can i do ?? Please Help me ..