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

no function module for IDoc INOTIF01 inbound processing

Former Member
0 Likes
3,487

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,945

Hi,

You have to create a inbound function module to process the idoc INOTIF01.

7 REPLIES 7
Read only

Former Member
0 Likes
1,945

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

Read only

Former Member
0 Likes
1,946

Hi,

You have to create a inbound function module to process the idoc INOTIF01.

Read only

Former Member
0 Likes
1,945

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

(4)

reward points , if useful..

Read only

Former Member
0 Likes
1,945

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

Read only

Former Member
0 Likes
1,945

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

Read only

0 Likes
1,945

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?

Read only

0 Likes
1,945

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