메뉴 건너뛰기

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.


 


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

번호 제목 글쓴이 날짜 조회 수
149 se80에서 오브젝트 우클릭하면 나오는 메뉴의 언어 (독일어로 나와요 ㅠㅜ) [2] file 흐르링 2023.02.02 296
148 GUI_DOWNLOAD - 환율필드 값(DEC9,5) 다운시 소수점 문제 [2] Zekokim 2022.03.24 295
147 ABAP 테이블 데이터에 각각의 파일 업로드 하는 방법 [2] GPARK 2023.04.03 294
146 공장 달력 관련 문의 드립니다. [2] 마늘맛쿨피스 2022.12.17 294
145 SMQ2 질문드립니다. 아밥말고고래밥 2020.11.20 294
144 SQL Query에서 특정 MATNR 제거 후 가져올 때 [3] MANG111 2023.08.02 293
143 sap gui에서는 보이는 아이콘이 fiori에서는 안보이는 문제 [4] file sapsap 2023.04.20 293
142 유니코드 시스템 한글 처리 문제 file repairbalm 2023.09.13 292
141 서버 연결이 안 되네요.. [1] file CHUSY 2022.07.27 292
140 ALV 기능추가에 대한 질문입니다!!! [2] file 아밥어린이 2023.02.04 291
139 se11의 Width of Output List 에 대해 [2] file amelia 2022.05.17 291
138 OCR Font(지로용지에서 사용하는 폰트) 관련 문의 드립니다 file 도움이 2022.10.21 290
137 SAP 개발코드 업로드하는 방법 [1] JJONG 2024.01.18 290
136 아카이브링크로 파일 저장할때 확장자 문제 쨥쨥쓰 2020.07.27 290
135 ABAP Function Module 관련해서 질문드립니다. [1] 비타민드래곤 2022.10.21 289
134 join 문 안에 on 에서 concat사용가능할까요 일찡 2020.10.19 289
133 프로그램에 공통 부분 로직 구성? 초보 질문입니다. [2] 십년만에 2020.07.16 284
132 스마트폼 질문 / 스마트폼에서 인쇄창 없이 미리보기만 가능한가요? 한혜원 2019.10.08 284
131 배치 parrell 수행 종료 건 관련 도움 부탁드립니다. [1] file 내꿈은여행가 2022.01.11 282
130 [webdynpro abap]dropdown by key에서 text+key. 순서변경 file 제니킴킴. 2019.10.11 282