Ansicht
Dokumentation

EXIT_SAPLCJG1_003 - Network Maintenance: Fill DIN field in Legend with Other Information

EXIT_SAPLCJG1_003 - Network Maintenance: Fill DIN field in Legend with Other Information

PERFORM Short Reference   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

This function module can only be used as an enhancement module. The customer can use it to enhance the information in the DIN fields of the legend in the hierarchy graphic. This means that new information can be displayed in new fields or in the existing fields of the corresponding hierarchy 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_1 (= 1) -> Empty field for matrix
  • NET_CONST-TEXT_INDEX_2 (= 2) -> Title: Date
  • NET_CONST-TEXT_INDEX_3 (= 3) -> Left-hand text: Edited by
  • NET_CONST-TEXT_INDEX_4 (= 4) -> Last changed on
  • NET_CONST-TEXT_INDEX_5 (= 5) -> Left-hand text: Checked by
  • NET_CONST-TEXT_INDEX_6 (= 6) -> Checked on
  • NET_CONST-TEXT_INDEX_7 (= 7) -> Left-hand text: Standard
  • NET_CONST-TEXT_INDEX_8 (= 8) -> Date of standard
  • NET_CONST-TEXT_INDEX_9 (= 9) -> Comments
  • NET_CONST-TEXT_INDEX_10 (= 10) -> Title: Name
  • NET_CONST-TEXT_INDEX_11 (= 11) -> Last changed by
  • NET_CONST-TEXT_INDEX_12 (= 12) -> Checked by
  • NET_CONST-TEXT_INDEX_13 (= 13) -> Standard name
  • NET_CONST-TEXT_INDEX_14 (= 14) -> Comments
  • NET_CONST-TEXT_INDEX_15 (= 15) -> Object description
  • NET_CONST-TEXT_INDEX_16 (= 16) -> Company who created network
  • NET_CONST-TEXT_INDEX_17 (= 17) -> Network number
  • NET_CONST-TEXT_INDEX_18 (= 18) -> Sheet number
  • NET_CONST-TEXT_INDEX_19 (= 19) -> Number of sheets
  • NET_CONST-TEXT_INDEX_20 (= 20) -> Original plan
  • NET_CONST-TEXT_INDEX_21 (= 21) -> Created for network
  • NET_CONST-TEXT_INDEX_22 (= 22) -> Replaced by network

Example

If you want the plant to appear in field 9, insert the following coding in the include of this function module:
BVALS_IMP-ID = BOX_ID_IMP.
BVALS_IMP-FL = NET_CONST-TEXT_INDEX_9.
BVALS_IMP-VAL = AFVGD_IMP-WERKS.
APPEND BVALS_IMP.





Parameters

BOX_ID_IMP
BVALS_IMP
PROJWA_IMP

Exceptions

Function Group

XCN1

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 2966 Date: 20240523 Time: 084110     sap01-206 ( 39 ms )