‎2006 Jun 08 11:29 AM
Hello...
While setting Partner Profile when I am assigning the process code & FM Name it giving me the following error
Application object type is not planned
Message no. B1405
Diagnosis
The application object type '' is not permissible for the input function module 'Z_IDOC_INPUT_ZORDER01'.
Something wrong with the FM I guess.... Some setting I am missing...
Let me tell What all I have done....
(1) WE30
(2) WE81 - Message Type
(3) BD59 - Object Type
(4) WE57 - Linking Message type to FM
(5) BD51 - FM settings
(6) WE20 - Partner Profile....
On step six its giving the above error....
Please Guide how to resolve this issue....
Thanks & Warm Regards
Ankur Jain
‎2006 Jun 08 11:54 AM
Have you maintain link IDOC type and object type..?
process code and function module linke WE41, we42
‎2006 Jun 08 11:56 AM
‎2006 Jun 08 12:01 PM
‎2006 Jun 08 12:01 PM
Did you copy the function moudle 'Z_IDOC_INPUT_ZORDER01' from IDOC_INPUT_ORDER01? or just created a new one..
Because, if you copy from existing function module to new one, internally it will copy related dependant tables as well. So system will automatically recognise it..
‎2006 Jun 08 12:17 PM
first tell me :
1) u r using master or transactional idoc?
2) u r assigning process code in outbound or in inbound?
3) u hv created ur own process code at tran SCDO or using standard one?
after knowing that <b>i can help u ....</b>
‎2006 Jun 08 12:45 PM
It is a transactional IDoc for Order posting. Inbound process... & No I haven't create the process code using the T-Code SCDO... I have used WE42 to create the Process code....
‎2006 Jun 08 1:06 PM
Have you used WE57 and BD51 Tcode to activate your FM.
Regds
Manohar
‎2006 Jun 08 1:09 PM
ok...so u r getting error at inbound ..right?
for transactional idoc u <b>hv to assign the process code in outbound partner profile also</b> from WE41...see whether there is any error at outbound...
for inbound process code if u hav done all things correctly then <b>assign FM (that u hv chose/create at we42)to logical message & idoc type at WE57.</b>
‎2006 Jun 08 1:24 PM
While doing the WE42 Setup I am getting the following error :
Application object type is not planned
Message no. B1405
Diagnosis
The application object type '' is not permissible for the input function module 'Z_IDOC_INPUT_ZORDER01'.
Procedure
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 in this function module.
Yes I done the WE57 & BD51 Setups tooo...
‎2006 Jun 08 1:28 PM
I have solved the problem I was not providing the Object type ... that is the error
‎2006 Jun 08 1:30 PM
u r copying from the standard FM : IDOC_INPUT_ORDERS.right? first try with that standard one
hope that will help u...plz rewards the points.