메뉴 건너뛰기

SAP 한국 커뮤니티

Short text
    Field symbol has not yet been assigned.


 


What happened?
    Error in the ABAP Application Program


    The current ABAP program "SAPLSLVC" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.


 


Error analysis
    You attempted to access an unassigned field symbol
    (data segment 32821).


    This error may occur if
    - You address a typed field symbol before it has been set with
      ASSIGN
    - You address a field symbol that pointed to the line of an
      internal table that was deleted
    - You address a field symbol that was previously reset using
      UNASSIGN or that pointed to a local field that no
      longer exists
    - You address a global function interface, although the
      respective function module is not active - that is, is
      not in the list of active calls. The list of active calls
      can be taken from this short dump.


Trigger Location of Runtime Error
    Program                                 SAPLSLVC
    Include                                 LSLVCF36
    Row                                     3,267
    Module type                             (FORM)
    Module Name                             FILL_DATA_TABLE
Source Code Extract


Line  SourceCde


 3237                               alv_style_align_center_top.
 3238         endif.
 3239
 3240         append ls_lvc_data to ct_lvc_data.
 3241       endif.
 3242
 3243 ************************************
 3244 * Column per Fieldcat Entry
 3245 ************************************
 3246       loop at it_fcat_local assigning <ls_fcat>.
 3247         clear: ls_lvc_data-href_hndl,
 3248                ls_lvc_data-drdn_hndl,
 3249                ls_lvc_data-style,
 3250                ls_lvc_data-style2,
 3251                ls_lvc_data-style3,
 3252                ls_lvc_data-style4,
 3253                ls_lvc_data-maxlen.
 3254
 3255         clear: lt_color_lvc, lt_color_slis.
 3256
 3257         add 1 to ls_lvc_data-col_pos.
 3258
 3259         if not <ls_fcat>-indx_field is initial.
 3260           assign component <ls_fcat>-indx_field
 3261                            of structure <ls_data> to <l_field_value>.
 3262         else.
 3263           assign component <ls_fcat>-fieldname
 3264                            of structure <ls_data> to <l_field_value>.
 3265         endif.
>>>>>         macro_cell_data_get
 3268           <ls_fcat>
 3269           <ls_data>
 3270           <l_field_value>
 3271           ls_lvc_data-value.
 3272
 3273 *>>> new API
 3274         if ir_salv_adapter is bound.
 3275           clear ls_lvc_data-style.
 3276
 3277 * color
 3278           if g_gui_type ne 1.
 3279             if <ls_fcat>-key eq abap_true.
 3280               ls_lvc_data-style = alv_style_color_int_key.
 3281             elseif l_style_color is initial
 3282                   and ( <ls_fcat>-emphasize is initial or
 3283                         <ls_fcat>-emphasize = '$' ).
 3284               if <ls_stin>-counter is initial.
 3285                 ls_lvc_data-style = alv_style_color_normal.
 3286               else.


 


이것이 무슨 문제때문에 생기는건지.. 알수있을까요

번호 제목 글쓴이 날짜 조회 수
5274 <img src=3.gif>MM02에서 MRP 탭만 수정할 수 있게 만들 수 있을까요? [6] 모포 2010.09.15 1264
5273 <img src=2.gif>T-CODE VOFM 사용벙법에 대하여 알려주세요.. [1] lee2010 2010.09.15 1378
» <img src=3.gif>runtime error문제입니다. 무슨 말인지 잘 모르겠어요. 좀 알려주실수있을까요 [2] 쭈니 2010.09.15 5215
5271 <img src=2.gif>BDC 처리중 체크박스 처리 문의 드립니다. [2] 이노펠리스 2010.09.15 1302
5270 <img src=2.gif>SAP(4.6C->6.0) 업그레이드 후 발생되는 문제에 관한 질문입니다. [4] file 리브레 2010.09.14 2181
5269 <img src=3.gif>se09에서 궁금한게 있습니다~~~~~~ [1] 아밥초보 2010.09.14 1157
5268 <img src=3.gif>정말 초보적인 질문 같지만... 프로그램 생성시에 discription문제입니다. [2] 쭈니 2010.09.14 1300
5267 <img src=3.gif>순번을 로마문자(Ⅰ, Ⅱ, Ⅲ, Ⅳ, Ⅴ...)거나 한글(가,나,다,라,마...) 거나 영어자모(A,B,C,D,E...)로 하고 싶은데 펑션같은거 없나요 ? 아님 좋은 방법이라도... [4] 엉큼고냥이 2010.09.14 2019
5266 <img src=2.gif>Gui Title이 변경이 되지 않을때... [2] file 초보자라네 2010.09.14 1874
5265 <img src=3.gif>1000번 screen function key 관련 질문입니다. [6] file 초밥 2010.09.14 3190
5264 [re] <img src=2.gif>개발클래스 생성하는 방법과 이유는 무엇인지요?? file Kate 2010.09.14 1183
5263 <img src=1.gif>BDC 실행 중 처리 지연 발생 시 확인하는 방법. 아밥은밥이다 2010.09.14 1797
5262 <img src=2.gif>RFC로 데이터 전송하고 바로 결과값 받아올수 있나요? [5] dusrude 2010.09.13 2825
5261 [re] <img src=2.gif>RFC로 데이터 전송하고 바로 결과값 받아올수 있나요? [3] file 버미! 2010.09.14 1781
5260 <img src=2.gif>Note 3502 - ORACLE Version 6 : ORA1556, Version 7 : ORA1631 [1] 맹꽁이 2010.09.13 1043
5259 <img src=1.gif>스크린페인터에서요 아이콘 그림을 넣고 나서 활성화하면 INPUT필드가 사라져요. 해결방법이 없을까요? 마늘맛쿨피스 2010.09.13 2345
5258 <img src=2.gif>Internal Table 값을 Popup 으로 호출할 수 있는 function 이 있나요? [4] 쿨쿨 2010.09.13 1866
5257 <img src=2.gif>[문의] 스마트 폼으로 서류 만들 기 (Background Img적용 건) [3] JG 2010.09.13 1363
5256 <img src=3.gif>t-code가 존재 하다고 나오는데 지울방법이 없나요 [2] 쭈니 2010.09.13 2009
5255 <img src=3.gif>셀렉션 스크린에서 라디오버튼 질문입니다~ [5] 아밥초보 2010.09.13 2273