Menu

SAP Function Module CHECK_NUMBER_GRAPHIC_ENTRIES

Checks the number of graphics entries, includes necessary scroll keys

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module CHECK_NUMBER_GRAPHIC_ENTRIES (Checks the number of graphics entries, includes necessary scroll keys) is a standard Function Module in SAP ERP and is part of the function group KYGR within the package KC_NU.

Technical Information

Function Module CHECK_NUMBER_GRAPHIC_ENTRIES
Short Text Checks the number of graphics entries, includes necessary scroll keys
Function Group KYGR
Package KC_NU
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ACTIV LIKE CCVALID-XFELD X' - Current graphic is active
I_ACTIVATE LIKE CCVALID-XFELD SPACE Pushbutton for switching on/off
I_BEGIN_INDEX LIKE SY-TABIX 1 Start index in the dimension table
I_BEGIN_INDEX_2 LIKE SY-TABIX 1 Start index in the 2nd dimension
I_GRAPHIC_TYPE TYPE RKD1_GRAPHIC_TYPE Graphic type (2D, 3D)
I_MENU LIKE CCVALID-XFELD 'X' X' - Offer function keys
I_MODE TYPE RKD1_GRAPHIC_NAVIGATE SPACE Scroll through objects -->

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_SCROLL TYPE RKD1_SCROLL Scroll -->

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_2D TYPE RKD1_T_2D Data table 2D graphic
C_3D TYPE RKD1_SC_3D Data table 3D graphic

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.