메뉴 건너뛰기

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.


 


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

번호 제목 글쓴이 날짜 조회 수
6387 클래스에서 인터페이스 사용시 메소드 파라미터 변경방법이 아예 없나요? [2] 로우랜즈 2022.09.01 264
6386 GUI_DOWNLOAD (mass_download), Transferring Package Not Completed 두우모 2020.01.15 265
6385 이동 유형 확인 부탁 드립니다. [2] file 미자나즈 2023.07.07 265
6384 안녕하세요 abap 꿈나무입니다. 질문이있어요. abaper1002 2019.11.19 276
6383 SAP 로그온 사번과 사용 사번을 다르게 하는 방법 [1] it쟁이 2022.11.14 276
6382 유니코드 시스템 한글 처리 문제 file repairbalm 2023.09.13 276
6381 바코드 barcode 를 화면에 DISPLAY 할 수 있을까요? ㅠ 르아브르 2021.12.29 277
6380 배치 parrell 수행 종료 건 관련 도움 부탁드립니다. [1] file 내꿈은여행가 2022.01.11 278
6379 ALV 그리드 display시 글씨 위치 관련 문의 file 해피소울 2019.08.21 279
6378 SAP 개발코드 업로드하는 방법 [1] JJONG 2024.01.18 279
6377 [webdynpro abap]dropdown by key에서 text+key. 순서변경 file 제니킴킴. 2019.10.11 280
6376 프로그램에 공통 부분 로직 구성? 초보 질문입니다. [2] 십년만에 2020.07.16 281
6375 스마트폼 질문 / 스마트폼에서 인쇄창 없이 미리보기만 가능한가요? 한혜원 2019.10.08 282
6374 공장 달력 관련 문의 드립니다. [2] 마늘맛쿨피스 2022.12.17 283
6373 ABAP 테이블 데이터에 각각의 파일 업로드 하는 방법 [2] GPARK 2023.04.03 284
6372 OCR Font(지로용지에서 사용하는 폰트) 관련 문의 드립니다 file 도움이 2022.10.21 285
6371 se11의 Width of Output List 에 대해 [2] file amelia 2022.05.17 287
6370 ABAP Function Module 관련해서 질문드립니다. [1] 비타민드래곤 2022.10.21 288
6369 join 문 안에 on 에서 concat사용가능할까요 일찡 2020.10.19 289
6368 ALV 기능추가에 대한 질문입니다!!! [2] file 아밥어린이 2023.02.04 289