cancel
Showing results for 
Search instead for 
Did you mean: 

FPM SADL/list IDA is missing "SELECTED LINES" function after action/refresh

MassimoX
Participant
0 Kudos
317

After open popup or make some action like refresh there isn't any parameter for " lines selection", on interface IF_FPM_GUIBB_LIST_IDA~PROCESS_BEFORE_OUTPUT is missing parameter CT_SELECTED_LINES( or similar) like into IF_FPM_GUIBB_LIST~GET_DATA.

Can be set lines selected on other method/class/interface after action?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

simon_hoeg
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Massimo,
I have discussed your question again with our experts.

Actually, because of ​performance reasons, we will not extend the API method IF_FPM_GUIBB_LIST_IDA~PROCESS_BEFORE_OUTPUT such that it is possible to set the selection.

However, as a workaround you use the transactional FPM SADL List, here the instances can be locked in the Edit Mode, and the selection can be set.

See the below sample application FPM_SADL_CRUD_TEST_EPM_SO, which can be accessed via FPM Workbench (transaction FPM_WB).

Best regards,

Simon

simon_hoeg_0-1706515807043.png

 

MassimoX
Participant
0 Kudos

This is a big problem :(, complexes app with Action and/or popup is not productive without selections management.

We can hope for a new function for FPM in future? also in old systems like hana 1909?

simon_hoeg
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Massimo,

for the List UIBB IDA, I assume it is possible only to get the selection via IF_FPM_LIST_IDA_SELECTION in method IF_FPM_GUIBB_LIST_IDA~PROCESS_EVENT. See the documentation

https://help.sap.com/docs/ABAP_PLATFORM_NEW/9c91640bf34c49d8bad6bc560bedd707/53fa143d19164385aae7adf...

Best regards,

Simon