Ansicht
Dokumentation

EXIT_SAPLCNGR_001 - Network Maintenance: Fill Nodes with Other Information

EXIT_SAPLCNGR_001 - Network Maintenance: Fill Nodes with Other Information

Fill RESBD Structure from EBP Component Structure   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 in standard network maintenance. The customer can use it to enhance the information in the nodes of the network graphic, to display information in new fields or in existing fields in the network 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.

  • NET_CONST-TEXT_INDEX_0 (= 0) -> Activity number
  • NET_CONST-TEXT_INDEX_1 (= 1) -> Control key
  • NET_CONST-TEXT_INDEX_2 (= 2) -> Planned delivery time or duration
  • NET_CONST-TEXT_INDEX_10 (= 10) -> Plan number / alternative

Example

If you want the activity short text to appear instead of the control key, 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 = PLPOE_IMP-LTXA1.
APPEND LT_NVALS_IMP.

Notes

Further information





Parameters

NODE_ID_IMP
NVALS_IMP
PLPOD_IMP
PLPOE_IMP

Exceptions

Function Group

XCN1

ROGBILLS - Synchronize billing plans   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 1611 Date: 20240523 Time: 044948     sap01-206 ( 30 ms )