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 (Incound idoc)

Former Member
0 Likes
487

Hi please advise when

creating an Inbound FM from scratch

the are some exporting parameter such as


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

please advise if ts mandatory to fill those field and if we don't do so what's the impact

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

Hi,

Please use the FM IDOC_INBOUND_SINGLE and go through the documentation of this FM which you clearly understand how to use this FM

2 REPLIES 2
Read only

Former Member
0 Likes
452

Hello,

Exporting parameters are not mandatory. You can export parameters that are only needed.

There would not be any effect if only some parameters are exported.

Read only

Former Member
0 Likes
453

Hi,

Please use the FM IDOC_INBOUND_SINGLE and go through the documentation of this FM which you clearly understand how to use this FM