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

Block Item BAPI_REQUISITION_CREATE function module

Former Member
0 Likes
683

Hi Friends,

Here i am using BAPI_REQUISITION_CREATE function module in my new interface development, for create the requisition , i want to block item in this function module i am passing value for table field as

BAPIEBANC-REQ_BLOCKED = X, but it is not blocking is there any other parameters i need to set ,

Please let us know you comments on this.

Thanks,

Srinivas.

5 REPLIES 5
Read only

Former Member
0 Likes
634

Try BAPIEBANC-REQ_BLOCKED = '1'.

(You can check the values of the field BLCKD in table EBAN)

Message was edited by: Sravanthi

Read only

0 Likes
634

Hi Thanks,

Read only

Former Member
0 Likes
634

Hello Srinivas,

U need to use 1 for Blocked by Requestor and blank for not blocked.

fill in REQUESITION_ITEMS-REQ_BLOCKED = '1'.

Read only

0 Likes
634

HI Thanks for your valueble answers.

Read only

Former Member
0 Likes
634

yes