SAP /BOFU/CL_D_DRAW_NUMBER OO Class - Determination Class for drawing numbers
/BOFU/CL_D_DRAW_NUMBER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_D_DRAW_NUMBER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_DETERMINATIONInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_VALIDATIONMethod list of /BOFU/CL_D_DRAW_NUMBER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CHECK | Protected | |
| CALL METHOD /bofu/cl_d_draw_number=>CHECK...more details | ||
| DETERMINE_INTERVAL_DETAILS | Returns the details about the number range interval | Protected |
| CALL METHOD /bofu/cl_d_draw_number=>DETERMINE_INTERVAL_DETAILS...more details | ||
| GET_NODE_CONFIGURATION | Protected | |
| CALL METHOD /bofu/cl_d_draw_number=>GET_NODE_CONFIGURATION...more details | ||
| HANDLE_RETURN_CODE | Handle the return code for NUMBER_GET_NEXT | Protected |
| CALL METHOD /bofu/cl_d_draw_number=>HANDLE_RETURN_CODE...more details | ||
| MODIFY_DRAWN_NUMBER | Modify drawn number | Protected |
| CALL METHOD /bofu/cl_d_draw_number=>MODIFY_DRAWN_NUMBER...more details | ||
| VALIDATE_EXT_NUMBER | Validate External Numbers | Protected |
| CALL METHOD /bofu/cl_d_draw_number=>VALIDATE_EXT_NUMBER...more details | ||
|
| ||
/BOFU/CL_D_DRAW_NUMBER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MV_ATTRIBUTE_NAME | Instance Attribute | Name of the Attribute that carries the number to be drawn | LIKE FIELDNAME | Protected | |
| MV_DTEL_TEMP_NUM_ID | Instance Attribute | Name of Data element which is used for Temporary Number ID | LIKE ROLLNAME | Protected | |
| MV_IGNORE_BUFFER | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | ABAP_FALSE | LIKE BOOLE_D | Protected |
| MV_MSGID_SUCCESS | Instance Attribute | Message Class | LIKE SYMSGID | Protected | |
| MV_MSGNO_SUCCESS | Instance Attribute | Message Number | LIKE SYMSGNO | Protected | |
| MV_NOBJ | Instance Attribute | Name of number range object | LIKE INRI-OBJECT | Protected | |
| MV_NR_RANGE_EXT_SUPPORTED | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | ABAP_FALSE | LIKE BOOLE_D | Protected |
| MV_NR_RANGE_NR | Instance Attribute | Number range number | 1 | LIKE INRI-NRRANGENR | Protected |
| MV_QUANTITY | Instance Attribute | Number of numbers to be assigned | 1 | LIKE INRI-QUANTITY | Protected |
| MV_SUBOBJECT | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | ABAP_FALSE | LIKE BOOLE_D | Protected |
| MV_TOYEAR | Instance Attribute | To fiscal year | '9999' | LIKE INRI-TOYEAR | Protected |
| SO_CONFIGURATION | Static Attribute | Interface for Configuration | LIKE /BOBF/IF_FRW_CONFIGURATION | Protected | |
| ST_NRIV | Static Attribute | Buffer for Number Range Customizing | LIKE TT_NRIV | Protected |
/BOFU/CL_D_DRAW_NUMBER types
TT_NRIV -TT_NR_RANGE_INT_EXT -
TT_NR_RANGE_NR -
TY_CONTEXT -
TY_NR_RANGE_INT_EXT -
TY_NR_RANGE_NR -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects