메뉴 건너뛰기

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 테이블 데이터 중 근사치 값 선택하기 [5] 시원한바람 2022.06.10 451
186 join 문 안에 on 에서 concat사용가능할까요 일찡 2020.10.19 450
185 GUI_DOWNLOAD - 환율필드 값(DEC9,5) 다운시 소수점 문제 [2] Zekokim 2022.03.24 449
184 조건문 문의드립니다. [6] 강씨삼남매 2020.01.15 448
183 백그라운드로 텍스트 파일 다운로드를 할 수 있을까요? [4] 수박세모 2022.12.29 447
182 RFC를 통한 파일 다운로드, 업로드 [2] 누보야 2023.02.13 447
181 프로그램 복사하면 [2] 건양대학생 2022.10.02 446
180 Report Program안에서 Sql 실행 [2] Panthera 2023.12.18 444
179 BP(Business Partner) 유효성 체크 문의드려요. NeVaDa 2023.08.09 442
178 ABAP Editor 코멘트 처리 [1] 제니킴킴. 2021.08.30 442
177 STATUS Application Toolbar 권한 주기 jaden_ 2020.09.11 442
176 TEST서버에서만 BDC 결과가 표시되지 않습니다.. [1] sapecc6 2025.03.30 441
175 루프 안 필드심볼 사용 시 몇 건 이상부터 속도가 차이날까요 ? [2] 파파야 2023.09.01 440
174 bdc 모드 실행시 실행 이상없는 경우 [1] 십년만에 2021.07.01 439
173 F4IF_INT_TABLE_VALUE_REQUEST 함수 관련 질문 [2] susan123 2023.12.21 438
172 GV_TITLE = SY-TITLE 어떨때 쓰는건가요? 안써도 상관없나요? [7] file 아밥어린이 2023.02.13 437
171 개발화면인데 문의 좀 드립니다. [2] file 후덜덜 2022.01.13 437
170 excel 업로드 관련 질문 [2] susan123 2023.11.30 435
169 No more storage space available for extending an internal table. [3] repairbalm 2023.05.16 435
168 se11의 Width of Output List 에 대해 [2] file amelia 2022.05.18 434