How to write message without using message class in report?
How to go to edit mode in classical display report, means
that how to edit one of the column after displaying
classical report, not in ALV.
Answer Posted / buddula15
We can display the fields on the report in edit mode using
INPUT keyword...
write:/ 'Buddula' INPUT.
In the report this field will be displayed in the edit
mode...
Buddula15
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the significance of hide?
What is sap script? Describe its components.
What does hide statement do?
Can we make use of flow logic control key words in abap/4 and vice-versa?
What is a data class? : abap data dictionary
How can we decide weather we can enhance the standard infotype or not ? : abap hr
Explain the difference between call screen and leave screen?
Can you create a table with fields not referring to data elements? : abap data dictionary
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What are the 2 other types of views, which are not allowed in release 3.0?
Which infotype records can not be deleted ? : abap hr
What is a size category? : abap data dictionary
Write special commands of list?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What is the difference between skip and new-line?