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: 

Idoc issue

Former Member
0 Kudos

Hi,

We have a custom message type for material master. The partner profile is set up correctly with synch as one of the message types in the outbound parameters. The distribution model is set up fine and has been distributed. All the config is set up and I have debugged the program RBDSEMAT. The communication idoc is not created at all although the master idoc is created. Code works for other partner profiles which have been set up similarly, only diff is that in this message type the config is collect idocs. The program RSEOUT00 does not trigger the idoc either. Any suggestions.

regards

Aveek

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check the custom message type assigned to the concern IDOC type and the function module in WE57 & BD69.

Thanks

Eswar

Former Member
0 Kudos

Hi Aweek,

Check out question: "Problem in triggering MATMAS IDOC through BD10 transaction"

Martin Grimm remarks: "I had the same problem with an existing ModelView (BD64) for MATMAS. It turns out that the ModelView EndDate was expired.

You can check that by double-clicking on the ModelViews Name. A window appears where the shorttext and StartDate /EndDate can be modified. If the current date isn't in that timespan, the modelview isn't taken into account and no communication IDoc will be generated."

I solved the same problem by creating a new model view and adding the messagetype MATMAS. This made BD10 work with MATMAS.

Regards,

Emil