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_DETERMINATION

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_VALIDATION

Method 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 NameDescriptionVisability
CHECKProtected
CALL METHOD /bofu/cl_d_draw_number=>CHECK...more details

DETERMINE_INTERVAL_DETAILSReturns the details about the number range intervalProtected
CALL METHOD /bofu/cl_d_draw_number=>DETERMINE_INTERVAL_DETAILS...more details

GET_NODE_CONFIGURATIONProtected
CALL METHOD /bofu/cl_d_draw_number=>GET_NODE_CONFIGURATION...more details

HANDLE_RETURN_CODEHandle the return code for NUMBER_GET_NEXTProtected
CALL METHOD /bofu/cl_d_draw_number=>HANDLE_RETURN_CODE...more details

MODIFY_DRAWN_NUMBERModify drawn numberProtected
CALL METHOD /bofu/cl_d_draw_number=>MODIFY_DRAWN_NUMBER...more details

VALIDATE_EXT_NUMBERValidate External NumbersProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
MV_ATTRIBUTE_NAMEInstance AttributeName of the Attribute that carries the number to be drawnLIKE
FIELDNAME
Protected
MV_DTEL_TEMP_NUM_IDInstance AttributeName of Data element which is used for Temporary Number IDLIKE
ROLLNAME
Protected
MV_IGNORE_BUFFERInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')ABAP_FALSELIKE
BOOLE_D
Protected
MV_MSGID_SUCCESSInstance AttributeMessage ClassLIKE
SYMSGID
Protected
MV_MSGNO_SUCCESSInstance AttributeMessage NumberLIKE
SYMSGNO
Protected
MV_NOBJInstance AttributeName of number range objectLIKE
INRI-OBJECT
Protected
MV_NR_RANGE_EXT_SUPPORTEDInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')ABAP_FALSELIKE
BOOLE_D
Protected
MV_NR_RANGE_NRInstance AttributeNumber range number1LIKE
INRI-NRRANGENR
Protected
MV_QUANTITYInstance AttributeNumber of numbers to be assigned1LIKE
INRI-QUANTITY
Protected
MV_SUBOBJECTInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')ABAP_FALSELIKE
BOOLE_D
Protected
MV_TOYEARInstance AttributeTo fiscal year'9999'LIKE
INRI-TOYEAR
Protected
SO_CONFIGURATIONStatic AttributeInterface for ConfigurationLIKE
/BOBF/IF_FRW_CONFIGURATION
Protected
ST_NRIVStatic AttributeBuffer for Number Range CustomizingLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!