← Back to list

How to create multiple range in-SAP|ABAP

ABAP’ta VALUE #( ) sözdizimini kullanarak çoklu range tablosu oluşturabilirsiniz.

Bkaradag · 2026-03-03 06:19 · 0 claps · 0.2 min read
#sap #abap #sap-abap
Open on Medium ↗

How to create multiple range in-SAP|ABAP

ABAP’ta VALUE #( ) sözdizimini kullanarak çoklu range tablosu oluşturabilirsiniz.

lr_hkont = VALUE #( sign = ‘I’ option = ‘CP’ ( low = ‘191*’ high = ‘’)

( low = ‘192*’ high = ‘’)

( low = ‘360*’ high = ‘’ )

( low = ‘391*’ high = ‘’ ) ).


메타데이터
post_id
10b138272f09
slug
how-to-create-multiple-range-in-10b138272f09
url
https://medium.com/@bkaradag/how-to-create-multiple-range-in-10b138272f09
canonical_url
https://medium.com/@bkaradag/how-to-create-multiple-range-in-10b138272f09
author_url
https://medium.com/@bkaradag
status
ok
fetched_at
2026-06-17 12:55:42