cancel
Showing results for 
Search instead for 
Did you mean: 

Problem during modification

former_member1270519
Participant
0 Kudos

Hello,

We have created a custom data model and configured a search screen for the entity. Now, when we search for a particular record and click on the link to modify it, nothing is happening. We expect another window to open for modification. The action on the link is set to link to action and all customisation for modification such as CR, Business Activity, Action are in place.

Can someone suggest what needs to be done to get the link working as expected?

Thanks,

Sagar Dixit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sagar,

This could be due to missing OBN (Object Based Navigation) parameters in Role. Please check the role and maintain the missing OBN parameters in Navigation Targets node for Individual Processing service in PFCG as below:

1.

    

2.

    

3.

    

former_member1270519
Participant
0 Kudos

Hi,

Thanks for the reply.

I added the following config to the role for custom objects but it did not have any effect.

Please let me know if you have any other suggestions.

Thanks,

Sagar Dixit

Former Member
0 Kudos

Hi Sagar,

Please check Business activity settings as mentioned below:

  • You might have created 2 Business Activities one for Create and one for Change logical actions in below node. (For CRE and CHG)

    

  • After that, please maintain the linking of logical actions with UI application in below two nodes:

    

         For first 4 entries give Change Business activity (Ex: CHG ) and for next 3 entries give Create Business activity (Ex: CRE) as below:

    

    

          For first entry give Change Business activity (Ex: CHG ) and for next one give Create Business activity (Ex: CRE) as below:

    

former_member1270519
Participant
0 Kudos

Hi MDG User,

Thanks for the detailed reply.

Maintained all mentioned entries but it has no effect on the problem.

Do we have to make any more customisations?

Thanks,

Sagar Dixit

former_member209780
Active Participant
0 Kudos

Hi Sagar,

If you want to mark a column as hyperlink to open in new window, you can do that in search result UIBB Feeder class. But there is an easier approach if you want to try. You can implement the search BADI.

MDGIMG->General Settings->Data quality & search->BADI->search of entities.

With this BADI you can navigate to the required change request type from the search screen. You can look at the sample code in CL_MDG_BS_SEARCH_MAT class and use it for your purpose.

Thanks

Goutham

former_member1270519
Participant
0 Kudos

Hi,

Thanks, the BADI Search for entities finally solved our problem, we weren't sure how to use the BADI initially but once we figured it out, it was simple.

Regards,

Sagar Dixit

Answers (1)

Answers (1)

former_member209780
Active Participant
0 Kudos

Hi Sagar,

If you have implemented Access class for your data model you have to implement Query and Read methods with all the logic for navigation into new window and to read the entity data into the new window.

Thanks

Goutham

former_member1270519
Participant
0 Kudos

Hi Gowtham,

Can you please elaborate a little bit more? Or is there an example implementation that we can follow?

Thanks,

Sagar Dixit