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

ME51n with BAPI (Code Fixed in unfoudable in the bapi BAPI_REQUISITION_CREA

Former Member
0 Likes
937

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

2 REPLIES 2
Read only

Former Member
0 Likes
611

checked "where used" on (BAFIX) & found one FM which is using this field (FIXKZ)

/ISDFPS/POST_EBAN. Not sure if it will update it.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
611

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