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


Please Help Members By Posting Answers For Below Questions

What is the significance of hide?

761


What is sap script? Describe its components.

806


What does hide statement do?

760


Can we make use of flow logic control key words in abap/4 and vice-versa?

791


What is a data class? : abap data dictionary

833


How can we decide weather we can enhance the standard infotype or not ? : abap hr

807


Explain the difference between call screen and leave screen?

823


Can you create a table with fields not referring to data elements? : abap data dictionary

1023


What is the use of table control in bdc is it same in module pool table control? : abap bdc

881


What are the 2 other types of views, which are not allowed in release 3.0?

811


Which infotype records can not be deleted ? : abap hr

821


What is a size category? : abap data dictionary

838


Write special commands of list?

755


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

2400


What is the difference between skip and new-line?

1010