mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
Issue #225 - Correction BIND_ALV_OLE2
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@349 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
83269343a6
commit
5d1bfcc2d8
|
@ -1570,7 +1570,7 @@ endmethod.</source>
|
|||
wa_sema-col_typ = 'DAT'.
|
||||
wa_sema-col_ops = 'NOP'.
|
||||
|
||||
when 'CHAR'.
|
||||
when 'CHAR' OR 'UNIT' OR 'CUKY'. " Added fieldformats UNIT and CUKY - dd. 26-10-2012 Wouter Heuvelmans
|
||||
wa_sema-col_typ = 'STR'.
|
||||
wa_sema-col_ops = 'DFT'. " dependent field
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user