‎2007 Jan 24 2:14 PM
Hi,
I want to create a service notification document with the IDoc INOTIF01. The problem is that there is no function module for inbound processing of this IDoc type.
I can't believe that there are nearly 400 function modules for IDoc inbound processing (IDOC_INPUT_*) but not one for such a standard document like a notification! But it seems so...
Can anyone tell me how to create a notification from my INOTIF01-IDoc when there is no inbound function module for that? Is there any other way to do this?
Thanks for your help!
Christian
‎2007 Jan 24 2:24 PM
Hi,
You have to create a inbound function module to process the idoc INOTIF01.
‎2007 Jan 24 2:21 PM
Hi Christian,
NOt all Idoc are processed using Function modules.
Please check in WE64 transaction and search for INOTIF in inbound messages.
There may be some Process taks instead of Function modules.
REgards,
Ravi
‎2007 Jan 24 2:24 PM
Hi,
You have to create a inbound function module to process the idoc INOTIF01.
‎2007 Jan 24 2:39 PM
Hi christian ,
In case of no Function Module present for inbound IDOC processing,
you can create customised Function modules.
Use Steps for Inboung as follows
Inbound settings:
WE31, WE30, WE81, WE82, BD54, WE57, BD51, WE42, BD67, BD64, WE20
Refer to following customised IDOC creation links..which i used for reference
(1) /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process
(2) /people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide
(3)http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
reward points , if useful..
‎2007 Jan 29 2:45 PM
Hi,
thanks for your answers.
Today I wrote an inbound function module for the IDoc INOTIF01. I implemented the interface as described in the help files of the partner profiles.
In the partner profiles I added the message type INOTIF as inbound parameter and created a process code for this message type. In the process code I chose "Processing by function module" and added my new function.
The problem is that I have to select an application object type but I can't choose anyone.
When I try to select an application objekt type, the message is as follows:
"No application object type planned for the function module.
There is no application object type planned for the 'ZIDOC_INPUT_INOTIF01' function module.
The allowed application object type must be allocated to the function module. This allocation is made together with the allocation of the function module to the message types and intermediate document types that can be processed by this function module."
Can anybody tell me where I can allocate the application object type to my function module?
regards
Christian
‎2007 Jan 29 3:25 PM
Hi,
no answers needed anymore. I solved the problem.
I needed to connect my function module with the IDoc type, message type and object type using the transaction WE57.
regards,
Christian
‎2013 Oct 24 8:20 PM
I am in same boat. Could you please share code for the FM OR let me know, did you use any BAPI or BDC to post the notification in SAP?
‎2021 Mar 04 10:01 PM
Hi
We are facing the same problem and would like to know if Christian/anyone would be prepared to share details of the FM written to process inbound INOTIF IDOCs.
Thank you
Stephen