메뉴 건너뛰기

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.


 


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

번호 제목 글쓴이 날짜 조회 수
187 <img src=3.gif>data 선언 시 type, like 의 차이점을 알고 싶습니다 [12] 십년만에 2009.10.06 5076
186 <b>[완료]</b>gui status 어플리케이션 툴바 질문이요~ㅎㅎ [6] 랑랑이 2008.05.28 5083
185 <img src=3.gif border=0>CONVERSION_EXIT_ALPHA_INPUT 함수쫌요 [3] 아밥고지를 찾아서 2009.07.30 5084
184 <img src=2.gif>신호등(상태표시등)아이콘 관련 질문드려요~ ^-^* [1] ymjeong 2010.10.26 5087
183 [요청]Runtime Errors : ASSERTION_FAILED [2] 아밥초보입니다 2009.02.03 5088
182 [요청]자동 텍스트완성 어떻게 하나요? 답변 부탁드립니다. [3] 쪼꼬팜 2008.07.31 5098
181 <b>[완료]</b>자동채번에 관해 문의드립니다. [7] 풍뎅이 2008.06.03 5107
180 이렇게 하시면 됩니다. [1] sapjoy 2006.12.03 5121
179 [요청]SELECT~ENDSELECT 문에서 문의드립니다. [2] 풍뎅이 2007.12.12 5123
178 TRY 구문해석좀 해주세요. 이렇게 쓰는 것과 그냥 SELECT 하는 차이가 뭔지요? [7] 김창훈 2007.08.22 5130
177 [질문] 주민번호 뒷자리를 *******로 표현하고 싶다.. [3] 나도아밥퍼 2007.05.25 5145
176 <b>[완료]</b>엑셀업로드시 데이터건수제한에 대해서 질문드립니다. [3] kan145 2009.03.25 5153
175 <b>[완료]</b>팝업창에서 메시지를 두줄로 쓰는게 가능한가요. [5] 대략나 2008.02.18 5170
174 <img src=2.gif>자재 마스터 [분류 뷰] 에 대해서 질문합니다. [2] file 다르게 2011.03.23 5179
173 <img src=3.gif>loop at screen을 이용한 스크린 Block 제어 [3] Fjohnny 2010.02.25 5184
172 [re] BAPI에 대해 [5] sapjoy 2007.03.28 5197
171 <b>[완료]</b>LOCK OBJECT 에서 잠긴(ENQUEUE) 데이터를 프로그램에서 알 수 있는지 궁금합니다. [8] 하이원 2008.02.21 5216
170 <b>[완료]</b>smartforms 한글이 깨져요...ㅜ.ㅜ [4] file 초보찍고 고수 2008.12.25 5218
169 <b>[완료]</b>개인pc에 SAP NetWeaver 2004s 설치방법에 질문입니다. [5] file 로미오 2006.12.25 5221
168 subscreen 에서 사용 하는 sy-repid 변수에 관한질문입니다. [2] bd 2007.04.10 5224