Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Have you try to comment some of you fields to detect which one is give you the dump like all the fellows here comment in general when the AVL give you this dump is because some of the fields are missing or the is in lower case ---------------Original Message--------------- From: Phelan, Robert Sent: Friday, June 18, 2004 12:30 PM Subject: ALV runtime error > I'm calling my REUSE_ALV_GRID_DISPLAY to display my data. I've copied > the STANDARD status into my Z program from SAPLKKBL to obtain all the > toolbars & buttons - I've removed most of the buttons that we don't > need. > > > call function 'REUSE_ALV_GRID_DISPLAY' > > EXPORTING > > i_callback_program =3D 'ZVRCUST5_REPORT' > > i_callback_pf_status_set =3D 'STATUS' > > i_callback_user_command =3D 'USER_COMMAND' > > i_structure_name =3D 'XOUTPUT' > > i_grid_title =3D 'Companies by Terminal' > > is_layout =3D gs_layout > > it_fieldcat =3D gt_fieldcat[] > > i_save =3D 'A' > > is_variant =3D z_variant > > TABLES > > t_outtab =3D xoutput > > EXCEPTIONS > > program_error =3D 1 > > others =3D 2. > > > > I am getting a short dump when I go to Print (ok-code &RNT) and also > when I try to export to local file (ok-code %PC). But, my Export to > Excel Spreadsheet works fine and so do my sort buttons etc.. > > Short Dump: > > > Field symbol has not yet been assigned. > > > GETWA_NOT_ASSIGNED" > SAPLKKBL " or "LKKBLF01 " > CHECKBOX_OUT" > > Error analysis > > > > You attempted to access an unassigned field symbol > > (data segment 1536). > > > 010890 *& * > > 010900 *& Form CHECKBOX_OUT > > 010910 *& * > > 010920 * text * > > 010930 * * > > 010940 form checkbox_out using rs_layout type kkblo_layout > > 010950 r_tabname type stack-i_tabname > > 010960 r_sum type c. > > 010970 data: l_mark(1) type c. > > 010980 > > 010990 if not rs_layout-box_tabname is initial and > > 011000 rs_layout-box_tabname ne r_tabname. > > 011010 format color off. > > 011020 write at (2) space no-gap. > > 011030 exit. > > 011040 endif. > > 011050 > > ------> if not r_sum is initial or <box> =3D '-'. > > 011070 format color off. > > 011080 write at (2) space no-gap. > > 011090 else. > > 011100 format color off. > > 011110 if <box> =3D ' ' or <box> =3D 'X'. > > 011120 g_mark =3D <box>. > > 011130 if rs_layout-no_input =3D 'X'. > > 011140 write g_mark as checkbox no-gap input off. > > 011150 else. > > 011160 write g_mark as checkbox no-gap. > > 011170 endif. > > > > > Any ideas? > > Thanks, > > robert. | __.____._ Copyright © 2010 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Related Content White Papers In the Spotlight _.____.__ |