Ansicht
Dokumentation

NUMBER_RANGE_SUBOBJECT_LIST - Number range: Provide sub-objects for a number range object

NUMBER_RANGE_SUBOBJECT_LIST - Number range: Provide sub-objects for a number range object

ABAP Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book
Preliminary comment

This function module has been released.

The documentation is being revised so that it conforms to the requirements for released function modules.

This function module can only be used for types 4 to 8.

This function module determines the possible subobjects for a number range object.

All exceptions are created with MESSAGE ... RAISING ... .

Example:

Object HUGO

DATA: BEGIN OF BUKRS,
        BUKRS LIKE T001-BUKRS,
      END OF BUKRS.

   CALL FUNCTION 'NUMBER_RANGE_SUBOBJECT_LIST'
        EXPORTING

          OBJECT                   = 'HUGO'
        TABLES    

          SUBOBJECTS               = BUKRS
        EXCEPTIONS

          OBJECT_HAS_NO_SUBOBJECTS = 1.

   IF SY-SUBRC <> 0.
*     No subobjects found
   ENDIF.





Parameters

OBJECT
SUBOBJECTS

Exceptions

NO_SUBOBJECT_DEFINED
OBJECT_HAS_NO_SUBOBJECTS
OBJECT_NOT_FOUND

Function Group

SNR1

Vendor Master (General Section)   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 2233 Date: 20240605 Time: 174415     sap01-206 ( 23 ms )