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

What is input method in inboud function module !

Former Member
0 Likes
972

What is bdwfap_par - inputmethod ?

1 REPLY 1
Read only

Former Member
0 Likes
557

Hi,

Import Parameters

BDWFAP_PAR-INPUTMETHD Describes how the function module is to be processed (example: in the background)

BDWFAP_PAR-MASS_PROC indicates Mass inbound processing? (indicator)

Export parameters

BDWFAP_PAR-RESULT - you should Set it to 99999 if an event is to be triggered for error handling.

BDWFAP_PAR-APPL_VAR is a Variable freely available from application for workflow

BDWFAP_PAR-UPDATETASK - to know whether it is Asynchronous update or not?

BDWFAP_PAR-CALLTRANS - to know whether Transaction is called or not?

Mark all helpful answers.