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

Idoc Error-IDOC_INPUT_ORDERS

Former Member
0 Likes
452

Hi All,

We are using FM- IDOC_INPUT_ORDERS for creating the EDI orders,

In Very few cases we are getting an Error-

"Functional module is not active or contains no C"

Message class SY 022,

And if we reprocess it is succesfully posting.

can anyone suggest me on this,

Regards,

Jyothi

1 REPLY 1
Read only

Former Member
0 Likes
344

HI,

For using the standard functional module, check whether your customized process code is assigned to the functional module , if your are using the your customized process code check with transaction.

WE57---FM TO LOGICAL MSGTYPE

BD51-- CHARACTERISTIC ,( WHETHER CALL TRANSACTION OR DIRECT INPUT )

WE42-- TO CREATE PROCESS CODE FOR INBOUND FUNCTIONAL MODULE.

since you are using the inbound scenario ,check with your subsystem with destination , if not then go in WE19 test tool for inbound process.

if you are using the standard for the above the check with the consistency , that meant perform sanity test.

Thanks.