Application Development 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: 

RBDSEMAT to send material

Former Member
0 Kudos

I have created an extension to MATMAS05 and now trying to use this program RBDSEMAT. I go to CDHDR and CDPOS and check whethere there is any change and then call this program. But I am getting an error message saying that the message type does not exist. However I have done all the settings, am I missing any step. Because when I press F4 for message type in the selection screen I dont see my message type. The length of the name of the mesg type is 22 char , is that a problem?

Thanks in advance

5 REPLIES 5

Former Member
0 Kudos

I can see the entry in EDIMSG table but this report is not accepting!!!

Former Member
0 Kudos

Hi...

try this program " RBDMIDOC" for sending Material idoc.

Regards,

Lokeswari.

0 Kudos

Lokeshwari,

Thanks for the reply. Mine is extension to MATMAS05. Why I dont see my message type when I press f4? If I enter it , it says message type is not existing. What I am missing?

0 Kudos

It seems you are confused with message type and object type.

MATMAS is your message type and MATMAS05 is basic idoc type.

so how can you see that in message type for BD10 transaction.

0 Kudos

Hi Gautam

I am fairly new to ALE IDOC. This is what I did step by step

message type Zmessage_type we81

segment Zsegment we31

Idoc type

extension Zextension we30

MATMAS05 and then attached my segment to E1MARAM

assignment we82

I can see that in WE82

zmessage_type MATMAS05 zextension 640

BD52 added the fields

BD50 activated the change pointer

should not I see zmessage_type when I go to BD10.? Where I am going wrong? I see other zmessages by other developers but mine is missing.

Thanks in advance