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

custom message type problem

Former Member
0 Likes
1,245

Hi Experts,

I was created one Message type ZODNAM_RPM_ITEM in WE81.

And attached basic type MATMAS05 and extension MATMASNA1 to

ZODNAM_RPM_ITEM in WE82.

while iam trying to create IDOC with this message type, it is creating with MATMAS05,

not with ZODNAM_RPM_ITEM.

What might be the reason? Where iam doing wrong??

I need IDOC with ZODNAM_RPM_ITEM message type. What i need to do?

Thanks

Kaki

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
1,209

Please check in We20 what will be your message type in the Outbound options tab.

10 REPLIES 10
Read only

Former Member
0 Likes
1,209

while creating partner profiles in we20 you have to specify the extension.

other wise it will trigger standard one.

Read only

former_member194669
Active Contributor
0 Likes
1,210

Please check in We20 what will be your message type in the Outbound options tab.

Read only

0 Likes
1,209

Hi Vijay,

I got the same doubt.

I mentioned baisc type & extension in the WE20.

Eventhough iam getting standard one. What i need to do still??

Read only

0 Likes
1,209

are you filling the extension in IDOC control record, i think SIMTYPE is the field, just check it,

eddidc-simtype = 'ExTEnSION'.

Read only

0 Likes
1,209

Hi Vijay,

You are right. I was not filled EDIDC-CIMTYP.

Could you pls let me know how to fill this field?

Everything i mentioned correctly in WE81,WE82 etc etc...

Now IDOC is generationg with error 37(Entry in outbound table not found)...

thanks

Read only

0 Likes
1,209

how are you triggering the IDOC, it depends on that. which method you are using. are you using the message control or change pointers or any program.

you need to set the EDIDC-CIMTYP = 'ZEXTENSION'.

Read only

0 Likes
1,209

Currently iam doing manually using WE19,

by clicking the button "Standard outbound Processing".

Iam getting information message that

"IDoc 0000000005361030 was saved but cannot or should not be sent"

and getting 37 status....

thanks

Read only

0 Likes
1,209

Currently iam doing manually using WE19,

by clicking the button "Standard outbound Processing".

Iam getting information message that

"IDoc 0000000005361030 was saved but cannot or should not be sent"

and getting 37 status....

thanks

Read only

0 Likes
1,209

Did you maintain the distribution model using BD64. if not maintain it for the message type , providing the sender and receiver details.

Read only

0 Likes
1,209

Hi Vijay,

I got it. Full points alloted.