What is the Difference Between basic list and interactive
list?
Answer Posted / abhi
Basic list:
An original list resulting from the execution of a report.
You can modify the basic list in many ways by navigating in
the dataset and by using a range of interactive processing
functions to produce other list formats such as ranked
lists.
Interactive list:
List with a list level greater than 0. List outputs in
event blocks of the interactive list processing write to
details lists.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the Synchronous and asynchronous methods in bdc ?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is meant by a schema? : sap abap hr
Why do we use FOR ALL ENTRIES and what is the pre-requisite
Define database layer?
What are th control break events in abap?
How will you transfer data into a file in application server?
What is the difference between sum and collect?
Explain the systems fields used for interactive lists and lists?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What is database utility? : abap data dictionary
Explain the properties of selection screen?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'