what are ALV reports? how they are different from normal
reports? what are the main events that are used in an ALV
report? what is the use of SLIS type pool in alv reports?
Answer Posted / bhanu
ALV means ABAP List View .It is used in t-code
SE38,Excautable program . more than 255 lines of
characters in length we use ALV reports .
with function modules
Reuse _ALV_LIST_DISPLAY
Reuse_ALV_GRID_DISPLAY
but SLIS is created in se11-type pools to work in ALV
reports
SLIS_ALV_FIELDDATACAT.
SLIS_ALV_LAYOUT
SLIS_ALV_EVENTS.
| Is This Answer Correct ? | 71 Yes | 8 No |
Post New Answer View All Answers
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What are the functional areas? User groups?
How are BAPI different from Normal function modules ?
What are the Various Types of internal tables?
What is static attribute
What is erp? : sap abap hr
If yes then why do we require logical database
What is the difference between rfc and bapi function modules? : abap bdc
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Different types of luws. What are they?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
How we format the data before before write statement in report ?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
How the at-user command serves mainly in lists?
State the differences between database view & projection view? : abap data dictionary