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

Transaction WE42

Former Member
0 Likes
621

Hi all,

when creating inbound process code, when associating Process Code to FM, the Z_ FM created doesn't appear on the list values.

Does anyone knows why?

Best Regards,

Pedro

.

2 REPLIES 2
Read only

Former Member
0 Likes
526

BD51

Read only

Former Member
0 Likes
526

Hey the FM should have the follwing things.. Then only it will come in F4 help there.

Name of function module for inbound IDoc

Function module for IDoc input.

Incoming IDocs can be transferred to an application using a direct function module call. The function module receives the IDoc, posts it and outputs a success message.

The function module must have the following interface:

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

*" EXCEPTIONS

*" WRONG_FUNCTION_CALLED