‎2006 Jul 12 3:46 PM
Hi
I'm trying to post inbound idocs to ztables. For this I have created a custom FM z_idoc_input_delvry and assigned it a custom process code. I would like to know what are the values for the ALE table fields in WE42 like Application-object type, start event,etc.
Thanks,
A.P.
‎2006 Jul 12 4:35 PM
Hi A.P,
The IDoc tab section is used to setup methods and events for error processing of IDocs of a specific message type.
For example, message type INVCON will use object type IDOCINVCON.
Please check this link for more information on inbound processing with object methods including error handling.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
Hope this will help.
Regards,
Ferry Lianto
‎2006 Jul 12 4:35 PM
Hi A.P,
The IDoc tab section is used to setup methods and events for error processing of IDocs of a specific message type.
For example, message type INVCON will use object type IDOCINVCON.
Please check this link for more information on inbound processing with object methods including error handling.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
Hope this will help.
Regards,
Ferry Lianto
‎2006 Jul 12 5:19 PM
Hello Ferry
I had an idoc with status 51 and like you said, I used FM idoc_status_write_to_database to change the status to 64. Now when I use BD87 to repost the idoc, it gives me the message "IDoc is currently being processed". IF I use the report RBDAPPO1, I get a short dump with the following error message: CALL_FUNCTION_PARM_MISSING
error analysis:' When calling the function module "Z_idoc_input_delvry", one of the parameters needed according to the interface description was not specified. This parameter was "idoc_input_delvry" '
I'm not using idoc_input_delvry, and I don't know why this error occurs. Any idea what this might be?
Regards,
A.P.
‎2006 Jul 12 5:35 PM
Ferry,
Disregard my last reply. I got it to work. It was a bug in my FM import parameters.
Regards,
A.P.
‎2006 Jul 12 4:42 PM
You only can provide funtion module, nothing else is mandatory.
Also hope prior to this you did these settings
WE57, BD51
Regds
Manohar
‎2006 Jul 12 5:36 PM
‎2009 Apr 13 11:22 AM
Hi,
I am searching for a FM to populate data into the INVCON Idoc. Can u help me with a FM or your sample code?
Thanks in Advance,
Deepesh Datt.