on 2023 Nov 30 12:49 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
Best regards,
Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
18 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.