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 error message

Former Member
0 Likes
1,681

hi

I am getting the following error message :

The IDoc interface is not complete for message type -

what do i need to do to resolvce this

thanks in advance

andy

6 REPLIES 6
Read only

Former Member
0 Likes
966

Hi Andy,

If you are using Z message type check if it is fully implemented.

Regards,

Atish

Read only

Former Member
0 Likes
966

Just go to we02 transaction and see the message and message number and ID..

Come to se91 ,give message id and see the message number .

keep the cursor on message # and do where used list.

it shows programs and keep the break point and debug it.

Reward Points if it is useful

Thanks

Seshu

Read only

Former Member
966

Hi,

If u r using the Z Message type & Z funtion Function Module , these are the following steps to be checked...

Process Code : WE42.

Function Module : SE37

Message : WE81

Assign message : WE82

Assgin FM : we57

Characterstics OF FM : BD51

please check if ure function module interface is as per the template below:

IMPORTING

INPUT_METHOD LIKE BDWFAP_PAR-INPUTMETHD

MASS_PROCESSING LIKE BDWFAP_PAR-MASS_PROC

EXPORTING

WORKFLOW_RESULT LIKE BDWFAP_PAR-RESULT

APPLICATION_VARIABLE LIKE BDWFAP_PAR-APPL_VAR

IN_UPDATE_TASK LIKE BDWFAP_PAR-UPDATETASK

CALL_TRANSACTION_DONE LIKE BDWFAP_PAR-CALLTRANS

TABLES

IDOC_CONTRL STRUCTURE EDIDC

IDOC_DATA STRUCTURE EDIDD

IDOC_STATUS STRUCTURE BDIDOCSTAT

RETURN_VARIABLES STRUCTURE BDWFRETVAR

SERIALIZATION_INFO STRUCTURE BDI_SER

This is the general required format for IDoc inblund processing using FM.

Reward Points if it is Useful.

Thanks,

Manjunath MS

Read only

Former Member
0 Likes
966

Hi

I am using the function module BAPI_IDOC_INPUT1.

Basically im trying to load Funds Management Budget Data using BUS0050. ALe interface has been created and I have checked partner profile etc (this shows as green when i check it in we19). I have checked setup and everything seems to be fine but i still get the error. Should i use a different function module?

thanks

Read only

0 Likes
966

Hi,

First check , whether the interface you are using contains excalt , which the message type you are using?

If yes, you told that you are maintaing ALE? If it is EDI or ALE?

If ALE check model view or else, check the message type in WE19. Standard inbound tab.

If everything is fine. in your code , there is na mistake, which is triggering another message type.

Thanks

Manju.

Read only

Former Member
0 Likes
966

Hi

I am using the process code BAPI and the calling the function standared BAPI_IDOC_INPUT1.

The scenario is that im using LSMW and loading Funds Management Budget Data. There is a standard BAPI (BAPI_BUS0050_CREATE). I extended the bus0050 and generated an ALE interface. I have used LSMW and created the IDOCs using BUS0050 object. The idoc looks fine.

I have not coded a new FM so am using the BAPI_IDOC_INPUT1 FM and am trying to process the idocs with this function module and the message type generated by the ALE interface.

thanks for your help?