‎2014 Jun 17 1:07 PM
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 ?
‎2014 Jun 17 1:56 PM
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,
‎2014 Jun 17 1:56 PM
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,
‎2014 Jun 17 2:31 PM
Hi Naren,
Thanks for the response.
Could you please explain the importance of Input type in BD51 transaction.
‎2014 Jun 17 2:35 PM
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,
‎2014 Jun 17 6:45 PM
Hi,
Yes.. It is solved... I have followed same steps before, but now it is working fine..
‎2014 Jun 17 6:51 PM
Hi abishek,
Please close the thread if issue resolved.
Regards,