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 or FM to create PIR(Purchasing Info Record)

Former Member
0 Kudos

Hi all,

Is anyone aware of any BAPI or Function module which i can use to create Purchasing Infor Records.

Or else using BDC is the only

6 REPLIES 6

former_member203501
Active Contributor
0 Kudos

hi can you look at this

FMFG_MM_PURCHASE_INFO_W

GET_PURCHASEINFO

i am not sure for this ....

Former Member
0 Kudos

HI,

Check this link..

[FM/BAPI for ME11 |]

Former Member
0 Kudos

BDC or Batch input, you can use LSMW using Batch input program RM06IBI0.

Edited by: Phanindra Annaparthi on Apr 2, 2009 10:41 AM

Edited by: Phanindra Annaparthi on Apr 2, 2009 10:41 AM

GauthamV
Active Contributor
0 Kudos

It is better to write a BDC to create purchase info records.

Former Member
0 Kudos

Hi Syed,

didnt find any BAPI for creating Info Records, so it seems BDC is the option.

but dere is a BAPI * BAPI_INFORECORD_GETLIST * for displaying the Info Records

Tk cr..

Regards

Karan

0 Kudos

You can use FM , ME_INFORECORD_MAINTAIN for info record creation and change. ME11/12.

Also make sure to call bapi_transaction_commit .