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: 

Workflow for MM11

Former Member
0 Kudos

Hi all.

Hopefully I'm in the right forum to look for some alternative/ answer for my problem.

I have a workflow requirement for scheduling maintenance of material master. When user executing transaction MM11, I want to copy the material type that filled by user into certain variable then I need to do come checking. I could not find any appropriate business object type to handle this. The existing business object type BUS1001 and BUS1001006 always check the material number to MARA table. Since this is a scheduling not direct creation the data is not stored in the MARA yet.

Any body has suggestion how to handle this?

Thanks,

Maorriyan

3 REPLIES 3

Former Member
0 Kudos

If you really can't find one as your reqirements, you have to create a new one.

But I still doubt it. SAP should already have existing business object which includes that field.

0 Kudos

I believe SAP won't allow us to create a new business object. As a customer we only allow to create a subtype.

Is there any better way to find what's the business object type that fit with certain SAP transaction code?

Former Member
0 Kudos

I am not sure about your requirement but I hope it can be of some help to you.

You can extend the standard business object and by doing so you can reimplement the method. In then end you should delegate the extension of standard Business object usinf Setting--> Delegate in SWO1.