Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from srikanth on May 17 at 9:09 AM sy-repid and ctop should be written in single quotes. or in case of sy-repid replace with sy-cprog.
| | | ---------------Original Message--------------- From: desperado20032003 Sent: Monday, May 14, 2012 2:38 AM Subject: REUSE_ALV_GRID_DISPLAY Giving Error Hi, I am using SAP 4.7 and am currently learning ABAP from an institution. I have SAP 4.7 installed in my PC. Last week, I had been taught ALV reports and I saw the output in the institution's system. But the same report is not running in my system back at home. The error is showing in the "REUSE_ALV_GRID_DISPLAY" function. The function was used in the following manner in the report: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = SY-REPID * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' I_CALLBACK_TOP_OF_PAGE = CTOP * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = I_BACKGROUND_ID = 'TRVPICTURE23' * I_GRID_TITLE = * I_GRID_SETTINGS = IS_LAYOUT = WA_LAYOUT IT_FIELDCAT = IT_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = IT_SORT * IT_FILTER = * IS_SEL_HIDE = I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = IT_EVENTS = IT_EVENT[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = IT_FINAL EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 . The error that is displayed is:- " I_CALLBACK_PROGRAM = SY-REPID" is not expected. Even if I comment this statement, the next error is shown:- "I_CALLBACK_TOP_OF_PAGE = CTOP" is not expected. Likewise, this message is displayed for all the uncommented statements in the function like it_fieldcat, it_events, it_sort etc. Is there a problem with the installation? Or are any of the files corrupt? Are there any settings that need to be checked/modified? The report is running in all the systems of my institution but not in mine! Please advise. Matt | | Reply to this email to post your response. __.____._ | _.____.__ |