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
What is bdc programming? : abap bdc
What is asynchronous update?
why particularly lock object name starts with EZ OR EY?
Differentiate between the uline and write: sy-uline statements if any?
What is the function of the transport system and workbench organiser? : abap data dictionary
How we format the data before writing a statement in the report?
Does sap handle multiple currencies?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are the basic functions of database utility?
what is sap scriptview ?
What are the types of bdc s?
How to determine the attributes of an internal table?
Define abap/4 layer? : abap data dictionary
stock transfer from one plant to another plant ? i want the total description.
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.