cancel
Showing results for 
Search instead for 
Did you mean: 

update purchase info records

Former Member
0 Kudos

Hi!

I have to upload purchase inforecords from a flat file into SAP.

Is there a BAPI or function module or class existing?

Or do I have to use the ancient batch input method

have fun

Flo

Accepted Solutions (0)

Answers (3)

Answers (3)

JL23
Active Contributor
0 Kudos

I used Idoc method in LSMW for the info records, and an extra LSMW with IDOC method for the conditions.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Batch input - RM06IBI0 - LSMW 60/0

BAPI - BAPI_INFORECORD_GETLIST

Former Member
0 Kudos

Hi folks!

for sure I know BAPI_INFORECORD_GETLIST.

But I do not want to generate a list of inforecords.

I want to create new inforecords from a flat file, and I want, if possible, NOT use BTCI programs (like RM06IBI*).

have fun

Flo

tejyadav
Active Contributor
0 Kudos

Hi, Check the following FM if it helps you,

FM: ME_UPDATE_INFORECORD

FM: DB_UPDATE_INFORECORDS

FM: ME_DIRECT_INPUT_INFORECORD

Former Member
0 Kudos

did you try creating recording through SHDB and assign it to a TCODE? So you just upload the file and execute..

Former Member
0 Kudos

check this link..

[BAPI |http://wiki.sdn.sap.com/wiki/display/ABAP/ECCstandardBatchInputprograms]