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

TXN BD67, Error: Application object type is not planned

Former Member
0 Likes
3,136

Hi Experts

I am trying to allocate a function module in transaction BD67 to Inbound IDOC process code. The function module is intended to read an inbound IDOC and write entries in a table. While saving I get the above error*

I guess the application object in this case is the table itself?

If not where do I create it and where do I assign it to the function module?

Thanks in advance

Anton

*

Message no. B1405

Diagnosis

The application object type '' is not permissible for the input function module : Module name:

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.

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
2,326

Hello Anton,

Did you maintain any entry for this FM in WE57?

Personally i prefer using the area menu WEDI for the purpose of ALE-EDI developements. The transactions are maintained in sequence & good thing is you don't need to remember any transaction

Cheers,

Suhas

Hi Experts

I am trying to allocate a function module in transaction BD67 to Inbound IDOC process code. The function module is intended to read an inbound IDOC and write entries in a table. While saving I get the above error*

I guess the application object in this case is the table itself?

If not where do I create it and where do I assign it to the function module?

Thanks in advance

Anton

*

Message no. B1405

Diagnosis

The application object type '' is not permissible for the input function module : Module name:

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.

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
2,327

Hello Anton,

Did you maintain any entry for this FM in WE57?

Personally i prefer using the area menu WEDI for the purpose of ALE-EDI developements. The transactions are maintained in sequence & good thing is you don't need to remember any transaction

Cheers,

Suhas

Read only

Former Member
0 Likes
2,326

Hi Suhas

I had WE57 already (FM X Basic Type X Message type)

Thanks for 'WEDI'

Rgds,

Anton