‎2006 Mar 20 5:55 AM
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.
‎2006 Mar 20 7:56 AM
Try BAPIEBANC-REQ_BLOCKED = '1'.
(You can check the values of the field BLCKD in table EBAN)
Message was edited by: Sravanthi
‎2006 Mar 20 8:37 AM
‎2006 Mar 20 8:14 AM
Hello Srinivas,
U need to use 1 for Blocked by Requestor and blank for not blocked.
fill in REQUESITION_ITEMS-REQ_BLOCKED = '1'.
‎2006 Mar 20 8:37 AM
‎2006 Dec 06 10:19 AM