abapOpenChecks icon indicating copy to clipboard operation
abapOpenChecks copied to clipboard

ordering of structure fields

Open larshp opened this issue 7 years ago • 0 comments

something like this really hurts my soul,

  it_foo = VALUE #( ( sign = 'I' option = 'EQ' low = iv_foo ) )
  it_bar = VALUE #( ( option = 'EQ' sign = 'I' low = iv_bar ) ) ).

larshp avatar Oct 02 '18 06:10 larshp