cancel
Showing results for 
Search instead for 
Did you mean: 

How to get record details by selecting check box in MDM Webdynpro Component

pradeep_kumar5
Active Participant
0 Kudos

Hi,

I have a scenario where i want to get the record details by selecting check box in MDM Webdynpro resultset Component table using webdynpro java.

Thanks in advance,

Regards,

Pradeep

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

we are in mdm7.1 sp5, it is not possible.

don't know if new sp can help.

Answers (1)

Answers (1)

pradeep_kumar5
Active Participant
0 Kudos

Thanks John, i came to know that by using user exits we can extend the functionality of SAP's standard business applications without having to modify the existing functionality.

In MDM WD Resultset component we have one event recordSelectionEvent(Integer i) which triggers when a record in the Result Set component table is selected like this i want to create custom event which has to be triggered when we select a record by the check box option in the Result Set component table.

How can i achieve this functionality? need help

Regards,

Pradeep

junwu
Active Contributor
0 Kudos

i don't think it is supported to create a custom event

Former Member
0 Kudos

Hi Jun/Pradeep

Is it possible now to select record details by selecting the checkbox in 7.2??

I still see only one event in resultset "recordSelectionEvent", using this i can select only 1 record.

Is there any way to select multiple records?

Regards

Osman

pradeep_kumar5
Active Participant
0 Kudos

Hi Osman,

Its not possible to get multiple records from result set component. We have to manually get those records using JAVA-MDM API.

Regards,

Pradeep

Former Member
0 Kudos

Hello Pradeep,

I have similar requirement where I want to copy internal Ids of all the records present in resultset.

if recordSelectionEvent is giving only one record at a time, what is theJAVA-MDM API u mentioned which can return multiple values?? can u pls provide some help links?


Thanks,

Indira