SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

IS-Retail: Create Inforecord

Former Member
0 Kudos

Hi,

i have to create an Inforecrod for an existing article in an IS-Retail system. Is there any BAPI to do that? I saw none.

So the best option seams to read an existing inforecord (eina, eine) and wirte it again to the database with a function module. Is that right?

Could you suggest me a good FM to do this?

Thanks a lot,

Manuel

4 REPLIES 4

Former Member
0 Kudos

Hi Manuel,

Pl check the following link:

Regards,

S.V.ManiKumaar

bjoern_panter
Product and Topic Expert
Product and Topic Expert
0 Kudos

There exists an IDOC type INFREC for the inforecord.

Behind is the FM ME_MAINTAIN_INFORECORD.

Use the sequence for every article

'ME_INITIALIZE_INFORECORD'

'ME_MAINTAIN_INFORECORD'

'ME_POST_INFORECORD'

But I guess you will update or create retail master data.

For easier handling please look at function module

WRF_MATERIAL_MAINTAINDATA_RT

It works like the BAPi but can update also the purchasing view and much more data like additionals etc.

Regards

B

0 Kudos

Hello B,

I'm not able to create/delete a source list thru this FM 'WRF_MATERIAL_MAINTAINDATA_RT. It doesn't throw any error message but saying "Source list copied for article XXXXXXXXXXXXXXXXXX and site YYYY". Any ideas?

Former Member
0 Kudos

in IS_Retail, Inforecords can be created with IDoc_Input_Infrec. Unfortunately I was not yet able to finde out how.

Best regards,

Manuel