cancel
Showing results for 
Search instead for 
Did you mean: 

ME_INFORECORD_MAINTAIN_MULTI to create inforecord with conditions

konstantinos_vassiliadis
Active Participant
351

Hello experts,

I am trying to create inforecord via Excel upload. Apart from general data and purchasing organization data I want to create condition and its validity period. So I am using the FM 'ME_INFORECORD_MAINTAIN_MULTI' passing to it the following table parameters:

konstantinos_vassiliadis_0-1730380712736.png

konstantinos_vassiliadis_1-1730380731558.png

 The inforecord is created as far as General and Purchasing organization data but clicking on Conditions button shows nothing. 

To pass condition validity and data I use the following code:

konstantinos_vassiliadis_2-1730380825169.png

Does anyone know what is wrong?

Best regards,

Konstantinos

 

 

Accepted Solutions (0)

Answers (4)

Answers (4)

raymond_giuseppi
Active Contributor

Does transaction ME13 display correctly those records?

konstantinos_vassiliadis
Active Participant
Yes but clicking on Conditions has no result. Nothing pops up.
raymond_giuseppi
Active Contributor
Did you get any message in return table (can be a S or W type)
konstantinos_vassiliadis
Active Participant
I will look into it today and update the conversation accordingly.
raymond_giuseppi
Active Contributor
konstantinos_vassiliadis
Active Participant

Hello,

I am sorry, I don't understand what do I have to do as far as the post is concerned.

JuanjoGersol
Explorer
0 Kudos

Hi,

In case it helps I got my problem solved, I was doing the right coding as the sample provided by SAP in 3070467 - ME_INFORECORD_MAINTAIN_MULTI: Template for creating info record.

My fault was I was checking the inforecord on ME11 and depending if you enter the plant or not, you display a different inforecord, so my test coding was processing the inforecord without plant and I was checking the inforecord with plant. I realized while debugging and checking the reference table could be A017 (Plant specific) or A018.

konstantinos_vassiliadis
Active Participant
0 Kudos

I get the following:

konstantinos_vassiliadis_0-1730711543514.png

Inforecord is created but Conditions button click pops-up nothing.

raymond_giuseppi
Active Contributor
0 Kudos
Try to correct cond_validity-base_uom (or debug form map2i_conditions of function group MEWI)