| Специалист | 
				 
							
					  | 
				 
							 
				
					 Зарегистрирован: Сб, апр 24 2010, 11:41 Сообщения: 158				
			 | 
			
				
				
					| 
					
						 Добрый день! Есть признак "Код ценной бумаги". Добавил в него новый атрибут и доработал правила переноса. Но теперь при просмотре данных этого признака валится в дамп. Хотя загрузка прошла нормально данных. ДинамОшибка            UC_OBJECTS_NOT_CHARLIKE Дата и время           13.11.2014 11:36:01
  Краткий текст     The current statement is only defined for character-type data objects.
  Что произошло?     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.
  Анализ ошибки     For the statement        "CONVERSION_EXIT_ALPHA_OUTPUT"     only character-type data objects are supported at the argument position     "INPUT".
      In this case. the operand "INPUT" has the non-character-type "?". The     current program is a Unicode program. In the Unicode context, the type     'X' or structures containing not only character-type components are     regarded as non-character-type.
   3259         if not <ls_fcat>-indx_field is initial.  3260           assign component <ls_fcat>-indx_field  3261                            of structure <ls_data> to <l_f  3262         else.  3263           assign component <ls_fcat>-fieldname  3264                            of structure <ls_data> to <l_f  3265         endif.  3266 >>>>>         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 
					
  
						
						
							
							 							 | 
						 
						 
					 | 
				 
				 
			 |