Application Development 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: 

'Accept IDOC' from external system

Former Member
0 Kudos

Hi Experts, I am new to IDOCS. I have to update one already written function module to accept IDOC in SAP from external system. In the function module I see some IMPORT parameters like 'input_method' and 'mass_processing' and EXPORT parameters like 'workflow_result' , 'application_variable' , 'in_update_task', 'call_transaction_done' . Can someone tell me what are these parameters for ???.

2 REPLIES 2

Former Member
0 Kudos

input _method for method of data records update

Mass_processing for handling the large number of Idocs in single take

Workflow_result for hitting the results at last

'in_update_task' update the records in update mode

call_transaction_done' by using call transaction method it would post the records

0 Kudos

Krishna, Thanks a lot.