Ansicht
Dokumentation

NUMBER_RANGE_OBJECT_MAINTAIN - Number range: Maintain objects (with dialog)

NUMBER_RANGE_OBJECT_MAINTAIN - Number range: Maintain objects (with dialog)

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
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 is used for maintaining number range objects online. Several screens are sent, in which the user can enter, change, or delete the number range object, display the change document as well as branch to interval maintenance.

The action of the user as well as the current status of the object are returned.

Example:

TABLES: TNRO, TNROT.
DATA: IND(01) TYPE C:

CALL FUNCTION 'NUMBER_RANGE_OBJECT_MAINTAIN'
EXPORTING OBJECT = 'HUGO'
IMPORTING OBJECT_ATTRIBUTES = TNRO
OBJECT_TEXT = TNROT
INDICATOR = IND
EXCEPTIONS OBJECT_NOT_FOUND = 1.

IF SY-SUBRC = 1.
* object does not exist
ELSE.
CASE IND.
WHEN SPACE.
* object was not entered, changed, or deleted
WHEN 'U'.
* object was changed
WHEN 'I'.
object was entered
ENDCASE.
ENDIF.





Parameters

CHANGED_MODE
DISPLAY_ONLY
INDICATOR
INSERT
MODE
OBJECT
OBJECT_ATTRIBUTES
OBJECT_TEXT

Exceptions

OBJECT_EXISTS
OBJECT_MISSING
OBJECT_NOT_FOUND

Function Group

SNR2

BAL Application Log Documentation   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 2393 Date: 20240605 Time: 182159     sap01-206 ( 30 ms )