2007 Aug 22 12:59 PM
hi
I need a BAPI which will be able to create a Inforecord using ME11...
My other requirement is to change an existing Inforecord's condition type... please assist me in finding one
Points for all helpful answers
2007 Aug 22 1:17 PM
Hi,
Have a look at the following BAPI's.
Function Module : MEWI BAPIs for Info Record
BAPI_INFORECORD_GETLIST Display Purchasing Info Records
Function Module : IBAPI_C
IBAPI_C_GET_INFO_RECORD
Thanks,
Samantak.
<b>Rewards points for useful answers.</b>
2007 Aug 22 1:17 PM
Hi,
Have a look at the following BAPI's.
Function Module : MEWI BAPIs for Info Record
BAPI_INFORECORD_GETLIST Display Purchasing Info Records
Function Module : IBAPI_C
IBAPI_C_GET_INFO_RECORD
Thanks,
Samantak.
<b>Rewards points for useful answers.</b>
2007 Aug 22 1:20 PM
You can use FM - ME_DIRECT_INPUT_INFORECORD for creation of Info record
and ME_MAINTAIN_INFORECORD for changing them.
2007 Aug 22 1:28 PM
Hi
Thanks for the answers, I came to know from some other thread that there isnt any BAPI directly availiable for ME11 or ME12
So I need to build a FM for updating through BDC
2007 Aug 22 1:21 PM
Hi,
Use BAPI_INFORECORD_GETLIST.
You can find more details of this in transaction BAPI.
List of all BAPIs
http://www.planetsap.com/LIST_ALL_BAPIs.htm
<b>Reward if helpful.</b>