- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to write on selection screen after giving any user input in SAP ABAP
You can use the WRITE to write on the selection screen. But still you have other options available to accomplish your task.
You can choose to show your text in a message which is shown at the bottom of the screen. Also, you can try with a popup to show your required text.
Sample snippet: Message 'Your text' TYPE S
- Related Articles
- Error while using enter "!" on selection screen in SAP.
- Call screen on clicking the button in SAP ABAP
- Multiple ALV grids on a single screen in SAP ABAP
- Creating a Function module in ABAP to take any table and write it to the screen
- Determining values of parameters of given type on a given selection screen in SAP
- MySQL new user access denied even after giving privileges?
- Changing Parameters on the screen in SAP
- Writing at the end of report without clearing current screen in SAP ABAP
- How to pass dynamic values on the fly to CDS in SAP ABAP
- Does Process before output and process after input initiate commits in ABAP?
- Giving Input to a Node.js Application
- Checking technical information associated with screen field in SAP without any documentation
- How to setup user access limitation on a timely basis in SAP HANA
- How to get Input from the User in Golang?
- How to close a Android notification after the user is clicking on it?

Advertisements