Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgudkov/position_sm30
Fix positioning in sm30
https://github.com/sgudkov/position_sm30
Last synced: about 2 months ago
JSON representation
Fix positioning in sm30
- Host: GitHub
- URL: https://github.com/sgudkov/position_sm30
- Owner: Sgudkov
- License: mit
- Created: 2021-04-02T06:27:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T06:29:11.000Z (almost 4 years ago)
- Last Synced: 2023-08-02T11:15:28.183Z (over 1 year ago)
- Language: ABAP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# POSITION_SM30
Fix positioning in sm30.
This is how to fix positioning in standard transaction SM30 when searching row by typing key values.
Standard perform "popup_positionieren" using full key search in table EXTRACT with binary type row key.
And if some keys don't inputed, positioning doesn't work correctly.
For fix it you need to add [perform](https://github.com/Sgudkov/POSITION_SM30/blob/main/Fix_positioning.abap) to event with name AE of maintenance view.