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

how to create inbound idoc function module suggest me

Former Member
0 Likes
2,501

Hi SAP Techinical Guru,

i am developing custom inbound idoc using function module,

now how to build function module like input,output,tables,exception how to maintain these parameters.

regrds,

Hi SAP Techinical Guru,

i am developing custom inbound idoc using function module,

now how to build function module like input,output,tables,exception how to maintain these parameters.

regrds,

3 REPLIES 3
Read only

Former Member
0 Likes
767

Hi

Refer to this link...

Read only

Former Member
0 Likes
767

copy any f.m such as IDOC_INPUT_BLAORD

keep all import export table as same delete the source code alone and write ur own code in to it

Read only

Former Member
0 Likes
767

Create a FM thru se37 or refer to IDOC_INPUT_ORDERS .

Function Module in Inbound

Import Parameters

INPUT_METHOD LIKE BDWFAP_PAR-INPU Inbound method for the IDoc inb

MASS_PROCESSING LIKE BDWFAP_PAR-MASS Flag: Mass processing

Export Parameters

WORKFLOW_RESULT LIKE BDWF_PARAM-RESULT Final value of method

APPLICATION_VARIABLELIKE BDWF_PARAM-APPL_VAR Variable to be used by

IN_UPDATE_TASK LIKE BDWFAP_PAR-UPDATETASK Flag: Application has

CALL_TRANSACTION_DONLIKE BDWFAP_PAR-CALLTRANS Flag: Application

tables

IDOC_CONTRL LIKE EDIDC Control record (IDoc)

IDOC_DATA LIKE EDIDD Data record (IDoc)

IDOC_STATUS LIKE BDIDOCSTAT ALE IDoc status (subset of al

RETURN_VARIABLES LIKE BDWFRETVAR Assignment of IDoc or documen

SERIALIZATION_INFO LIKE BDI_SER Serialization objects for one