Ansicht
Dokumentation

EXIT_FCNGR000_001 - PS Info System: Fill Nodes in Network/Hierarchy and Structure with Info

EXIT_FCNGR000_001 - PS Info System: Fill Nodes in Network/Hierarchy and Structure with Info

RFUMSV00 - Advance Return for Tax on Sales/Purchases   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module can only be used as an enhancement module. The customer can use it to enhance the node information in the network graphic, the hierarchy graphic, and the structure graphic in the information system. This means that new information can be displayed in new fields or in the existing fields of the corresponding nodes.

The text index forms the link between the node type in Customizing and the actual node in the graphic. It is contained in every field of a format. The node text is transferred in the node attributes to the graphic.

In the standard system the following text indices are already used, depending on the graphic type. They can be overwritten.

Call from the network graphic

  • NET_CONST-TEXT_INDEX_0 (= 0) -> Activity number
  • NET_CONST-TEXT_INDEX_1 (= 1) -> Control key
  • NET_CONST-TEXT_INDEX_3 (= 3) -> Activity short text
  • NET_CONST-TEXT_INDEX_10 (= 10) -> Object number


    Depending on the set of dates the following text indices are used:
  • NET_CONST-TEXT_INDEX_2 (= 2) -> Duration
  • NET_CONST-TEXT_INDEX_4 (= 4) -> Earliest scheduled start
  • NET_CONST-TEXT_INDEX_5 (= 5) -> Latest scheduled start
  • NET_CONST-TEXT_INDEX_6 (= 6) -> Free float
  • NET_CONST-TEXT_INDEX_7 (= 7) -> Total float
  • NET_CONST-TEXT_INDEX_8 (= 8) -> Earliest scheduled finish
  • NET_CONST-TEXT_INDEX_9 (= 9) -> Latest scheduled finish
    If the graphic is called up for plant maintenance the following fields are also used:
  • NET_CONST-TEXT_INDEX_26 (= 26) -> Earliest start time
  • NET_CONST-TEXT_INDEX_27 (= 27) -> Latest start time
  • NET_CONST-TEXT_INDEX_28 (= 28) -> Earliest finish time
  • NET_CONST-TEXT_INDEX_29 (= 29) -> Latest finish time

Call from the hierarchy graphic

  • NET_CONST-TEXT_INDEX_0 (= 0) -> WBS element number
  • NET_CONST-TEXT_INDEX_1 (= 1) -> WBS element short text
  • NET_CONST-TEXT_INDEX_2 (= 2) -> WBS element basic start date
  • NET_CONST-TEXT_INDEX_3 (= 3) -> WBS element basic finish date
  • NET_CONST-TEXT_INDEX_4 (= 4) -> WBS element forecast start date
  • NET_CONST-TEXT_INDEX_5 (= 5) -> WBS element forecast finish date
  • NET_CONST-TEXT_INDEX_6 (= 6) -> WBS element actual start date
  • NET_CONST-TEXT_INDEX_7 (= 7) -> WBS element actual finish date

Call from the structure graphic

  • NET_CONST-TEXT_INDEX_0 (= 0) -> Object type
  • NET_CONST-TEXT_INDEX_1 (= 1) -> Object ID
  • NET_CONST-TEXT_INDEX_2 (= 2) -> Short text

Example

If you want the 1st user field to appear insted of the activity short text, insert the following coding into the include of this function module:
LT_NVALS_IMP-ID = NODE_ID_IMP.
LT_NVALS_IMP-FL = NET_CONST-TEXT_INDEX_1.
LT_NVALS_IMP-VAL = GA_ACT-USR00.
APPEND LT_NVALS_IMP.

Notes

Depending on the graphic type being called up, the following subprograms have to be called up:

From the network graphicn (GRAPHIC_TYPE_IMP = '1')

  • Call FILL_GA_ACT so that the structure GA_ACTis filled.

from the hierarchy graphic (GRAPHIC_TYPE_IMP = '2')

  • Call FILL_GA_PRPS so that the structure GA_PRPS is filled.

From the structure graphic (GRAPHIC_TYPE_IMP = '3')

  • Call FILL_GA_STRUC so that the structure GA_STRUC is filled.

Further information





Parameters

GRAPHIC_TYPE_IMP
NODE_ID_IMP
NVALS_IMP
TMBAS_IMP

Exceptions

Function Group

XCN1

rdisp/max_wprun_time - Maximum work process run time   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 4470 Date: 20240523 Time: 054739     sap01-206 ( 42 ms )