Menu

SAP Function Module GANTT_DIAGRAMM

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module GANTT_DIAGRAMM () is a standard Function Module in SAP ERP and is part of the function group GANT within the package SGRP.

Technical Information

Function Module GANTT_DIAGRAMM
Short Text
Function Group GANT
Package SGRP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COLOR LIKE SPACE Background color of the planning t
MODIF LIKE SPACE Display edit mode
PWDID LIKE SPACE Standard dialog parameter
STAT LIKE SPACE Standard dialog parameter
SUPER LIKE SPACE Status type dialog parameter
TLENGTH LIKE SPACE Text length
TTEXT LIKE SPACE Heading for the item list
TTITLE LIKE SPACE Heading of the planning table
TUNIT LIKE SPACE Display mode (time axis) of the pl
WHEADER LIKE SPACE Window title
WIDTH LIKE SPACE Width
WINID LIKE SPACE Standard dialog parameter

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
M_TYP LIKE Standard dialog parameter
RBUFF LIKE Standard dialog parameter
RWNID LIKE Standard dialog parameter

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ELEM LIKE Table for the individual planned i
ITEM LIKE Table for the individual lines of

Exceptions

This function module does not define any Exceptions.