Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Hi All ,

Please help me out on particular issue as there is custom table which is getting updated by custom program and in table fields SERNR serial No which content is preceding with Zeros like serial field content is ' 00000000034276453 ' so in this these zeros are preceding my analysis say that I should extend the range od field in below code to avoid preceding Zeros.

WHEN gc_sernr.
            wa_sernr-sign    = gc_i.
            IF <fs_key_value>-value CA gc_asterisk.
              wa_sernr-option  = gc_cp.
            ELSE.
              wa_sernr-option  = gc_eq.
            ENDIF.
            wa_sernr-low     = <fs_key_value>-value.
            APPEND wa_sernr TO ir_sernr.

Labels in this area