Answer Posted / subodh s. gholkar
If you want to display alv in POP UP window then use
parameters I_SCREEN_START_COLUMN , I_SCREEN_START_LINE ,
I_SCREEN_END_COLUMN , I_SCREEN_END_LINE .
eg :-
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = V_REPID
IS_LAYOUT = WA_LAYOUT
IT_FIELDCAT = T_FCAT
* IT_EVENTS = T_EVENT
I_SCREEN_START_COLUMN = 10
I_SCREEN_START_LINE = 2
I_SCREEN_END_COLUMN = 100
I_SCREEN_END_LINE = 20
TABLES
T_OUTTAB = ITAB
EXCEPTIONS
PROGRAM_ERROR = 1
OTHERS = 2. .
IF SY-SUBRC <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to read files and process BDC's automatically ?
Can we define our own match code id's for sap matchcodes ?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What is the differrences between structure and table in data dictionary in abap? : abap hr
In sap script how to print bar code in vertical manner
Can we create field without data element? If yes, how?
Explain the advantages and disadvantages of different types of bdc's?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What are the types of subroutines? : abap modularization
How does the interection between the dynpro and the abap/4 modules takes place?
From Excel to ABAP - Is batch mode possible ?
Name the abap/4 modularization techniques?
Explain open dataset in sap abap?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What are interactive reports?