Below is documentation, parameters and attributes of ABAP Method NUMBER_FORMAT_TO_ENDIAN within SAP class IF_CUX_CONV_PART_OF_EXT2INT. There is also a number of example ABAP code snipts to help you use the functionality of this method.
This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name IF_CUX_CONV_PART_OF_EXT2INT into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.
Method Type
Instance Method - This is an Instance Method so needs to be instantiated first before you can access any of the methods. I.e. you need to create a local variable of TYPE ref to the class.
The following technical details of method CONV_CUXI can also be found below:
DATA: lo_class TYPE REF TO IF_CUX_CONV_PART_OF_EXT2INT. DATA: lv_ES_STREF_CBASE TYPE CUIB_BUSINESS_OBJECT, lv_IO_APPL_LOG TYPE CL_CUX_APPL_LOG, lv_IS_EXPLOSION_DATA TYPE CUXT_STRUCTURE_EXPLOSION_DATA, lv_IS_PART_OF_DATA_EXT TYPE CUXT_DECMP_ITEM_KEY, lv_IV_LOGSYS TYPE LOGSYS, lv_IV_PARENT_OBJECT TYPE CUXT_CUINS_S-OBJ_KEY, lv_IV_QUANTITY TYPE CUXT_CUINS_S-QUANTITY, lv_IV_SALES_RELEVANT TYPE CUXT_SALES_RELEVANT, lv_other TYPE c.