how to find the report is classical or intractive report in
debugging mode
Answer Posted / vivek
In the debugging mode if you cursor goes into At line - selection event or you can use sy-ucomm variable to check the what user action has been made for eg double click on the list generates a function code called Pick. If these objects are present then it is an interactive report with the events else a simple classical report.
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the logo in sap script?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What are the 3 types of function modules in sap?
What are matchcodes?
How to find the return code of a statement in abap programs?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
How to display or know if the value entered contains records or not?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
Difference between sy-tabix and sy-index? Where it is used?
Explain the advantages of abap query tool?
What are the domains and data element?
How can you distinguish between different kinds of parameters?
wat is the default file name of BAPI trace?