2009 Apr 22 3:01 PM
Hi,
For transaction ME51n, we can see on the tabscript "Quantities/date" for items the field "Fixed in."
(This field is symbolized by a check box).
I would like to know if we can feed this field with the Bapi BAPI_REQUISITION_CREATE. I've seek this field in the bapi bit i didn't find it.
with regards
Jluc Ledoux
Hi,
For transaction ME51n, we can see on the tabscript "Quantities/date" for items the field "Fixed in."
(This field is symbolized by a check box).
I would like to know if we can feed this field with the Bapi BAPI_REQUISITION_CREATE. I've seek this field in the bapi bit i didn't find it.
with regards
Jluc Ledoux
2009 Apr 27 12:06 PM
checked "where used" on (BAFIX) & found one FM which is using this field (FIXKZ)
/ISDFPS/POST_EBAN. Not sure if it will update it.
2009 Apr 27 12:38 PM
BAPI_REQUISITION_CREATE (and BAPI_REQUISITION_CHANGE) are related to the old transactions ME51 (ME52) the BAPI related to enjoy transactions ME51N (and ME52N) are [BAPI_PR_CREATE|https://www.sdn.sap.com/irj/scn/advancedsearch?query=bapi_pr_create&cat=sdn_all] (and BAPI_PR_CHANGE)
Field is bapimereqitem-fixed
For more information look at [Note 499627 - FAQ: BAPIs for purchase requisitions|https://service.sap.com/sap/support/notes/499627]
Regards