SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

ALV - длина строк таблицы



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP
View previous topic :: View next topic  
Author Message
cerber_
Участник
Участник



Joined: 25 Apr 2008
Posts: 9
Location: Moscow

PostPosted: Wed Jun 11, 2008 9:45 am    Post subject: ALV - длина строк таблицы Reply with quote

Доброго времени суток.
Задача следующая: имеется внутренняя таблица текстовых элементов, которая выводится с использованием
Code:
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
  EXPORTING
    is_layout = ls_layout
    it_fieldcat = lt_fieldcat
    it_sort = lt_sort
    it_events = lt_events
    TABLES
      t_outtab = itf_outtab
    EXCEPTIONS
      program_error = 1
    OTHERS = 2.

Параметры такие:
Code:

  ls_layout-colwidth_optimize = 'X'.
**  ls_layout-no_min_linesize   = 'X'.
**  ls_layout-Min_linesize = 250.
**  ls_layout-Max_linesize = 1020.
  ls_layout-zebra             = 'X'.

Элементы данных таблицы имеют большую длину - более 100 символов, однако в грид выводится лишь 70 символов, остальное обрезается.
Те параметры которые закомментированы в коде выше, никакой реакции не изменяют, и выводится также урезанная версия.
Кто-нибудь сталкивался с такой проблемой?
Back to top
View user's profile Send private message
organmusic
Участник
Участник



Joined: 04 Oct 2007
Posts: 2

PostPosted: Wed Jun 25, 2008 5:15 pm    Post subject: Reply with quote

Добрый день.
Сталкивались.
это из за юникодной системы, в юникоде русские буквы преобразуются в 2 (а иногда в 3) байта. А максимум для поля в Alv-grid, кажется, 128 байт
Также урезаются из за юникода названия колонок (до 40 байт ~ 20 русск букв).
В неюникодной системе ничего такого не наблюдается
Back to top
View user's profile Send private message
alek
Участник
Участник



Joined: 06 Jan 2008
Posts: 1
Location: Москва

PostPosted: Wed Jun 25, 2008 5:20 pm    Post subject: Reply with quote

что касается полей, то действительно обрезает в районе 70-80 символо, видимо зависит от количества пробелов, хотя если смотреть в том же se16 длинный текст в ALV, то там таких обрезаний не проявляется ...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> ABAP All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.