‎2009 May 13 5:19 AM
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
‎2009 May 13 5:44 AM
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
‎2009 May 13 5:30 AM
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.
‎2009 May 13 5:44 AM
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