Ansicht
Dokumentation

NUMBER_RANGE_OBJECT_LIST - Number range: Provide objects and object texts

NUMBER_RANGE_OBJECT_LIST - Number range: Provide objects and object texts

TXBHW - Original Tax Base Amount in Local Currency   BAL Application Log Documentation  
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.

The function module determines all number range objects and provides their attributes and their texts in internal tables. The local memory is not taken into account here.

Example:

DATA: BEGIN OF ITNRO OCCURS 200.
INCLUDE STRUCTURE TNRO.
DATA: END OF ITNRO.

DATA: BEGIN OF ITNROT OCCURS 200.
INCLUDE STRUCTURE TNROT.
DATA: END OF ITNROT.

CALL FUNCTION 'NUMBER_RANGE_OBJECT_LIST'
TABLES OBJECTS_ATTIBUTES = TNRO
OBJECTS_TEXTS = TNROT
EXCEPTIONS NO_OBJECTS_FOUND = 1.
IF SY-SUBRC = 1.
* no objects are available
ENDIF.





Parameters

LANGUAGE
OBJECTS_ATTRIBUTES
OBJECTS_TEXTS

Exceptions

NO_OBJECTS_FOUND

Function Group

SNR2

TXBHW - Original Tax Base Amount in Local Currency   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1449 Date: 20240523 Time: 145346     sap01-206 ( 20 ms )