‎2010 Dec 17 4:11 AM
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
‎2010 Dec 17 5:35 AM
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
*"----
‎2010 Dec 17 5:53 AM
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