Application Development 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: 

Process code for WMMBID02 - Inbound

Former Member
0 Kudos

Hi SAP GURUs,

I have created a function module for processing WMMBID02 inbound idocs. While creating process code, it is throwing an error 'Application Object is not planned'.

Could you pls help me in clearing the error.

I have created custom object type with super type 'IDOC', and generated the custom obj type.

I have added the FM in BD51, and also added in transaction WE57( added custom object type here).

Should I need to do any other configs before proceeding to Process code ?

1 ACCEPTED SOLUTION

narendar_naidu
Active Participant
0 Kudos

Hi Abhishek,

check whether you have followed the below settings in inbound side.

After developing the FM,

1. WE57- Idoc assignment to FM-

2.  BD51-assign FM and Input type is 0 and check the dialog allowed check box .

3.  In WE42 , option ALE = proceesing with ALE

                    processing typ[e = processing by FM

   in the Process code screen select your FM name.

4. then do BD 64-generate partner profiles

5. in WE20 assign process code to message type

regards,

5 REPLIES 5

narendar_naidu
Active Participant
0 Kudos

Hi Abhishek,

check whether you have followed the below settings in inbound side.

After developing the FM,

1. WE57- Idoc assignment to FM-

2.  BD51-assign FM and Input type is 0 and check the dialog allowed check box .

3.  In WE42 , option ALE = proceesing with ALE

                    processing typ[e = processing by FM

   in the Process code screen select your FM name.

4. then do BD 64-generate partner profiles

5. in WE20 assign process code to message type

regards,

0 Kudos

Hi Naren,

Thanks for the response.

Could you please explain the importance of Input type in BD51 transaction.

0 Kudos

Hi,

The input type defines how you want to process your Idoc's ..

either in packages (mass processing) or as each single idoc individually.

And did you solve your issue.

regards,

0 Kudos

Hi,

Yes.. It is solved... I have followed same steps before, but now it is working fine..

0 Kudos

Hi abishek,

Please close the thread if issue resolved.

Regards,