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

Inbound fm

Former Member
0 Likes
897

Hi guys,

Am creating a z inbound function module to process the inbound idoc.

have gone thru following steps.

WE57 -assigning fm to message type.

we42 - have created the new process code.

we81 message type

we 82 message type assignment.

Created the partner profile tooo,

bt while processign it says the Incorrect function module called up

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
821

Hi,

The inbound fm chosen might be wrong

the Inbound fm for the corresponding Idoc (Basic Type) hv to be called..

generally the naming convention of Inbound fm is IDOC_INPUT_<BASIC TYPE>

so specify the fm to the process code accordingly..

Regards,

Deeba

Hi guys,

Am creating a z inbound function module to process the inbound idoc.

have gone thru following steps.

WE57 -assigning fm to message type.

we42 - have created the new process code.

we81 message type

we 82 message type assignment.

Created the partner profile tooo,

bt while processign it says the Incorrect function module called up

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
822

Hi,

The inbound fm chosen might be wrong

the Inbound fm for the corresponding Idoc (Basic Type) hv to be called..

generally the naming convention of Inbound fm is IDOC_INPUT_<BASIC TYPE>

so specify the fm to the process code accordingly..

Regards,

Deeba

Read only

0 Likes
821

till now the standard inbound fm is working fine. and i have copied the same to Z fm...

Read only

0 Likes
821

Hi,

Alright declare the zfm in BD51 tcode with input as 1 and while attaching the fm to process code

the zfm appears in dropdown list from where u should select it.

Regards,

Deeba

Read only

0 Likes
821

Thanks for ur answer... I did that too....bt issue is still thr.

Read only

Former Member
0 Likes
821

Did you assign the Logical message to the Inbound process code in WE42?

Select your process code and double click on the Logical Message node on the navigation area and assign the message type there.

Br,

Advait