Application Development 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: 

BAPI needed

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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>

4 REPLIES 4

Former Member
0 Kudos

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>

Former Member
0 Kudos

You can use FM - ME_DIRECT_INPUT_INFORECORD for creation of Info record

and ME_MAINTAIN_INFORECORD for changing them.

0 Kudos

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

Former Member
0 Kudos

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>