difference b/w classical report and intractive report
Answer Posted / manas
Classical report is used to display a single list where the
endusers wil not option to see details of rows available in
basic list whereas interactive the user can get details of
the rows available in basic list. In interactivereport we
using few more events like at line-selection top-of-page,
at line-selection , at pf
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are the different types of data dictionary objects? : abap data dictionary
How do you process errors in session method ? : abap bdc
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
In the `select' statement what is group by ?
What is asynchronous update?
Can we define our own match code id's for sap matchcodes ?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What are the organizational related Infotypes
Why grouping of fields is required? What is the max no of modification groups for each field?
What is the difference between a structure and a table? : abap data dictionary
what is the difference between hashed & sorted internal tables?
Advantages and disadvantages of different types of bdc's?