2008 Dec 09 6:30 AM
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,
2008 Dec 09 6:35 AM
2008 Dec 09 6:37 AM
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
2008 Dec 09 6:40 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |