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

Process Code Problem - Partner Profile

Former Member
0 Likes
1,643

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

11 REPLIES 11
Read only

Former Member
0 Likes
1,218

Have you maintain link IDOC type and object type..?

process code and function module linke WE41, we42

Read only

0 Likes
1,218

Yes I have done that part also

Read only

0 Likes
1,218

Looks like your object type is still empty.

Regards,

Ravi

Read only

0 Likes
1,218

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..

Read only

Former Member
0 Likes
1,218

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>

Read only

0 Likes
1,218

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....

Read only

0 Likes
1,218

Have you used WE57 and BD51 Tcode to activate your FM.

Regds

Manohar

Read only

0 Likes
1,218

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>

Read only

0 Likes
1,218

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...

Read only

0 Likes
1,218

I have solved the problem I was not providing the Object type ... that is the error

Read only

0 Likes
1,218

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.