cancel
Showing results for 
Search instead for 
Did you mean: 

Default use of system-specific transaction type?

Former Member
0 Kudos

Hello,

I have configured solman to use ZMIN as default transaction type in table DNOC_USERCFG, so all new incidents created are using it.

The new requirement is the following:

I want incidents that are coming from a specific SAP system to use another transaction type, for example YMIN, but all other systems and the solman itself should remain using ZMIN.

Is there any way to achieve this?

Thanks!

Regards

Tobias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tobias,

you can use the enhancement spot AI_DET_PROC_TYPE, BADI BADI_DET_PROC_TYPE_FROM_DNO, Method DETERMINE_PROC_TYPE_FROM_ORDER.

Best Regards,

Christoph

Former Member
0 Kudos

Thanks Christoph! That was exactly what I was looking for.

Regards

Tobias

Former Member
0 Kudos

I have one last question: What is the implementing class for the

enhancement implementation of BADI_DET_PROC_TYPE_FROM_DNO, Method DETERMINE_PROC_TYPE_FROM_ORDER?

Tobias

Former Member
0 Kudos

Hi Tobias,

the implementing class will be generated when you create a BADI implementation for enhancement spot AI_DET_PROC_TYPE using transaction SE19.

Best Regards,

Christoph

Answers (0)