
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Write on Selection Screen After 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
Advertisements