I'm working with dynpros and ALV-tables in my ABAP-Report. When I'm selecting an specific row, and clicking on an button for an specific event, an dynpro is beeing called. After closing the dynpro I want to select the same row as in the beginning. How can I set the property to select that specific row in abap?
Keep selection on initial row after closing popup Dynpro
696 Views Asked by Markus At
1
There are 1 best solutions below
Related Questions in SELECTION
- How to re-select the same text after modifying it in TinyMCE React
- How to deselect columns in PySide/Qt QColumnView
- contentEditable - how to force to write after tag, not inside
- Delete item in List
- How to get the current text selection with Javascript on ANY part of the website?
- Syncfusion Blazor. How to get the once current grid row (record)
- How to get Word VBA Convert Selection Range from one Shade to another Confined to End of Selected Range?
- How to resolve the issue of start time transformation to 00:00 and the buggy behavior when selecting dates in the provided video link?
- How do I give a unique aria label to the checkboxes for React MUI Datagrid row selection?
- How can I programmatically apply a selection to a range of mixed nodes (list nodes, paragraph nodes, etc.)?
- How to shift the igx-grid to show the selected row?
- How is ContiguousSelection mode set in QListWiget using Python?
- getSelection().collapseToEnd() does not work
- How to keep selection in a R Shiny app after changing input
- Why isn't pdf.js rendering not working and opening the model?
Related Questions in ABAP
- ABAP convert Database char to lowercase
- sorting some column of an internal table that meet a condition
- how to make certain editable field as non editable in alv report for custom field
- Absolute path of a child element within nested structure
- Update info record in purchase orders
- Is there a way to search the application log (SLG1) for a particular message?
- Read dynamic table by index
- Dynamically Create Nested Structure
- Is it possible to access and extract data from a field in a structure?
- How to get a value from a deeply-nested structure
- Difference between the classes CL_GUI_DOCKING_CONTAINER and CL_GUI_SPLITTER_CONTAINER
- Update/refresh Custom Control to reflect new data
- API to read extensions in a CDS view
- How to establish a connection with SAP ABAP workbench with SSIS
- BAPI_ADDRESSORG_CHANGE does not work correctly
Related Questions in ALV
- how to make certain editable field as non editable in alv report for custom field
- Is it possible to access and extract data from a field in a structure?
- Webdynpro - SALV Table, empty area below records keeps growing while scrolling horizontally - BUG?
- reuse_alv_list events get the whole list as Excel
- ALV validation in edit mode not working when uploading data from Excel file
- ALV GRID does not check input against value table and does not show matchcode
- Making a SIMPLE ALV, but Currency and Price is tricky
- GETWA_NOT_ASSIGNED in ALV
- Using confirmation prompt with cl_salv_table
- How to make ALV subtotal lines editable or any workaround?
- How to signal that some fields from a DDIC structure are intended to be hidden or "technical" in an ALV?
- How can I use the buttons on the ALV on the FIORI screen?
- How to read the ALV list saved layout metadata?
- Total and subtotals are not exported to Excel from SALV_TREE
- Create Fieldcatalog for INCLUDE STRUCTURE types?
Related Questions in DYNPRO
- How to disable a button inside a screen
- Difference between the classes CL_GUI_DOCKING_CONTAINER and CL_GUI_SPLITTER_CONTAINER
- Update/refresh Custom Control to reflect new data
- How to display data in Table Control?
- Dynamically assign "TABLES table_wa." to a structure
- Change properties of WebView2 runtime embedded in SAP GUI
- How to make ALV subtotal lines editable or any workaround?
- Number '0' is treated as "initial", but I want it to be treated as "not initial" special value
- How to disable/Enable a row in Steploop based on checkbox- SAP ABAP
- Highlight (mark) / set a cursor to a specific line in an event in Table Maintenance Generator (SM30)
- CALL SUBSCREEN : <program> <dynpro> NO DYNPRO NAME
- Create search hlp with a parameter for a standard field in screen exit?
- How to grey out / disable a specific field on a selection screen in an enhancement
- Show a block of selection screen only to certain users
- How to display keys in dropdown menus programmatically?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
After the Dynpro is closed, the ALV Grid is displayed again.
You need to set the layout with the selected row in your layout and call the same function module you used previously.
Sample Algorithm: