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

Function Module - Inbound IDOC

Former Member
0 Likes
497

Generated Outbound Idoc at Sender Client

Received Inbound Idoc at Receiver client

created Function Module to read the Data from In-Bound IDOC with INCLUDE mbdconwf

but not able to retrieve the data.

tried using WE19 documents are posted.

kindly say where the problem is?

Regards

Kv

2 REPLIES 2
Read only

Former Member
0 Likes
434

Hi

Did you maintain the values correctly in WE42 attach to message type & We20 partner profile

Make sure the FM you have created has the values

*"----


""Global interface:

*" IMPORTING

*" VALUE(INPUT_METHOD) LIKE BDWFAP_PAR-INPUTMETHD

*" VALUE(MASS_PROCESSING) LIKE BDWFAP_PAR-MASS_PROC

*" EXPORTING

*" VALUE(WORKFLOW_RESULT) LIKE BDWFAP_PAR-RESULT

*" VALUE(APPLICATION_VARIABLE) LIKE BDWFAP_PAR-APPL_VAR

*" VALUE(IN_UPDATE_TASK) LIKE BDWFAP_PAR-UPDATETASK

*" VALUE(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

*" EXCEPTIONS

*" WRONG_FUNCTION_CALLED

*"----


Read only

Former Member
0 Likes
434

Hi Kv,

Did you assigned the function module to the message type and further steps such as

Assign FM to Logical Message WE57

Define I/P method for Inbound FM BD51

Create Process Code WE42

Regards,

Mike