cancel
Showing results for 
Search instead for 
Did you mean: 

when clicking on material number in material search application, going to standard configuration

Former Member
0 Kudos

Dear experts,

When we searching a material through material application, MDG_BS_MAT_SEARCH and after materials are displayed in list and if we click on one material number under material column, It should got to custom application configuration which we are using for other change request types.

But instead it is going to standard material application MDG_BS_MAT_SEARCH and config BS_MAT_OVP_03H, But we need to configure our custom material application configuration here when material is clicked in material; search application.

we have configured our custom configuration regarding change requests like material creation and change and it is working fine,

we are not able to find where to configure custom material application configuration, when clicked on material number in material search application instead of standard material application.

Thanks

Sukumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sukumar

You have to add entries in MDGIMG->General Settings->Process Modeling->Business Activities->Link Log. Actions with UI Application and Bus. Activity: Custom Definition for your Z configuration like below just replace Target UI Configuration name with your Z configuration. You should copy this entry for all logical actions with respective business activity.

I think this should work. In case you still facing issue you can put break point at method CL_USMD_WD_PARAMETER_ACCESS->DETERMINE_LOGICAL_ACTION and check what is going wrong in your configuration.

Regards,

Jitendra

praveenkumar_kadi
Active Contributor
0 Kudos

It looks like you have not added business activity override for DISPLAY Action in MDGIMG.

Go to the path

In the next screen configure like below.

For ex:

MDG_BS_MAT_OVP   ZBS_MAT_OVP_03_1 CHANGE Change MAT2 Process Material

MDG_BS_MAT_OVP   ZBS_MAT_OVP_03_1 CREATE Create MAT1 Create Material

MDG_BS_MAT_OVP   ZBS_MAT_OVP_03_1 DISPLAY Display MAT3 Display Material

Thanks

Praveen

Former Member
0 Kudos

Hi Praveen,

This is already configured, Still standard only opening, May be we are missing some other things.

Regards

Sukumar

praveenkumar_kadi
Active Contributor
0 Kudos

Ok. Next step to check  - Have you configured chang request UI to your workflow steps?

That would be under change request in above screen.

Thanks

Praveen

Former Member
0 Kudos

While working with change requests it is working fine, Even in search application in searched materials list toolbar if we press new, It is going to material creation custom Application configuration as we maintained in configuration related to change requests.

Only problem is when we click on material number under material searched list, It is displaying standard material application with details in display mode, Where we are expecting our csutom configuration to be displayed.