Use the READ
method to read the attributes of a number range object.
Import Parameters
Parameter Name |
Field Name |
Value Help |
---|---|---|
LANGUAGE |
|
Language for the object texts |
OBJECT |
|
Number Range Object |
Export Parameters
Parameter Name |
Field Name |
Value Help |
---|---|---|
ATTRIBUTES |
|
Number Range Object Definition. |
|
OBJECT |
Number Range Object. |
|
DTELSOBJ |
Data element for sub-object. |
|
YEARIND |
Flag, whether number range object is to-year relevant. |
|
DOMLEN |
Domain, which determines the length of the numbers. |
|
PERCENTAGE |
Percentage of numbers remaining in an interval after having identified in which number assignment a warning is given. |
|
CODE |
Transaction code to call interval maintenance (obsolete for ABAP CP). |
|
BUFFER |
Buffering type for number assignment. |
|
NOIVBUFFER |
Number of numbers in the buffer. |
|
NRSWAP |
Selecting the flag prevents intervals from automatically starting from the beginning at the upper limit. |
|
NRCHECKASCII |
|
INTERVAL_EXISTS |
|
|
OBJ_TEXT |
|
Texts for objects for change document object creation. |
|
LANGU |
Language. |
|
TXT |
Description of object, long text. |
|
TXTSHORT |
Description of object, short text. |
… lv_object = 'Z_TEST_03' … cl_numberrange_objects=>read( EXPORTING language = sy-langu object = lv_object IMPORTING attributes = DATA(ls_attributes) interval_exists = DATA(lv_interval_exists) obj_text = DATA(obj_text) ). …