Application Development and Automation 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: 
Read only

IDoc interface is not complete for message type ...

azouz_djelassi2
Participant
0 Likes
2,759

Hi Expert;


I try to put in place the creation of a reservation via an inbound IDoc type MRESCR. I did the Setup and I'm being testing.

I created an Idoc via WE19. The Idoc is visible in the BD87, however, I have an error message which I can't resolve. The message is this. 


The IDoc interface is not complete for message type ZMRESCR

Message no. B1500

I again checked my customizing and I can't locate the source of error. 


Can you guide me, with your advice, so that I can correct this anomaly.

Thanks in advance to all.

1 ACCEPTED SOLUTION
Read only

former_member226225
Contributor
0 Likes
1,575

Hi ,

The application function module cannot be determined for message type "ZMRESCR" in IDoc inbound processing.


Please check that the process code in the inbound partner profile is correct.


If it is, check that the IDoc inbound processing setting for message type ZMRESCR is correct and complete.


If the process code is not correct, check that the function module used for inbound processing is available.


If necessary, regenerate the interface.



I hope this will be helpful.



Thanks & Regards,

Raghunadh Kodali.

Hi Expert;


I try to put in place the creation of a reservation via an inbound IDoc type MRESCR. I did the Setup and I'm being testing.

I created an Idoc via WE19. The Idoc is visible in the BD87, however, I have an error message which I can't resolve. The message is this. 


The IDoc interface is not complete for message type ZMRESCR

Message no. B1500

I again checked my customizing and I can't locate the source of error. 


Can you guide me, with your advice, so that I can correct this anomaly.

Thanks in advance to all.

2 REPLIES 2
Read only

former_member226225
Contributor
0 Likes
1,576

Hi ,

The application function module cannot be determined for message type "ZMRESCR" in IDoc inbound processing.


Please check that the process code in the inbound partner profile is correct.


If it is, check that the IDoc inbound processing setting for message type ZMRESCR is correct and complete.


If the process code is not correct, check that the function module used for inbound processing is available.


If necessary, regenerate the interface.



I hope this will be helpful.



Thanks & Regards,

Raghunadh Kodali.

Read only

0 Likes
1,575

Hi R.K.;

Thanks for your reply;

Yes, this is what the help of the message suggests, however, I could not find. Not wanting to spend a lot of time in research, I changed completely the setting by using the standard MRESCR/MRESCR01 messages (instead of the Z *) and a processing code I linked to the module function IDOC_INPUT_MRESCR. It seems to work.

I continue my tests

Thanks and best regard.