SAP ABAP IMG Activity _ISUBDVP_000002 (Define Structure of Point of Delivery ID)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U (Application Component) SAP Utilities
     EE80 (Package) IS-U: Customizing
IMG Activity
ID _ISUBDVP_000002 Define Structure of Point of Delivery ID  
Transaction Code S_KK4_82000393   (empty) 
Created on 20000731    
Customizing Attributes _ISUBDVP_000002   Define Structure of Point of Delivery ID 
Customizing Activity _ISUBDVP_000002   Define Structure of Point of Delivery ID 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name _ISUBDVP_000002    

In this IMG activity, you choose a structure category for the point of delivery ID and define a new structure category.

Use a predefined structure category

Every point of delivery ID is based on a specific structure, which you define using the following parameters:

  • Structure category of the point of delivery ID

    2-character alphanumeric key of the point of delivery ID

  • Subscreen for structuring the point of delivery ID

    Description of the subscreen displayed when you create, change or display a point of delivery ID.

  • Selection screen for structuring a point of delivery ID

    4-character key for the subscreen displayed when you select a point of delivery (for example in installation processing).

  • Single-line selection subscsreen used for structuring a point of delivery ID

    4-character key for the subscreen used to display points of delivery in the move-in, move-out, and move-in/out transaction.

  • ABAP program for structuring point of delivery ID

    Program that implements the PoD selection/display subscreens. All the above subscreens are defined in this program.

  • Function module for processing point of delivery ID structure

    This function module is executed at different times during PoD processing.

  • Indicator: do not use structure category of POD ID

    If you select this field, the system does not list the structure category of the point of delivery ID in the list box during creation and selection of a point of delivery. Furthermore the structure category cannot be used.

  • Default Structure Category

If you select this field, the system proposes the structure category of the point of delivery ID during creation and selection of a point of delivery. (in the list box you can find additional structure categories - provided you have not selected the Do not use structure category of POD ID field.

Select one structure category only as the default value.

  • Structure category

    Description of the PoD structure category.

SAP provides the following predefined structure categories:

  • Structure category 01 (flat structure)
  • Structure category 02 (metering code Germany)

Activities

  1. Choose the structure category you use by selecting the field on the corresponding line.
  2. Define the field settings for this structure category by marking the corresponding line and selecting Field Settings.
  3. In the Default field, you can enter a default values for the individual components of the structure for the PoD ID of this structure category.

    If you are using structure category 02 (Metering code Germany) note that the Country component contains DE (Germany) as a default value.

    The components of the structure category are listed twice. You can define different default values for different subscreens.

  4. You can select the NI field (field is not ready for input). If you do this, the default value cannot be changed.

    For example, if you are using structure category 02, the NI is selected for the Country component, meaning that you cannot change the default value DE.

    If you want to change the default value then deselect this field.

    The components of the structure category are listed twice. You can select or deselect the NI for each subscreen according to your requirements.

  5. Save your entries.

Example

The structure category used in Germany is the Metering Code.

SAP provides a standard point of delivery ID for the metering code, which is as follows:

Structure category    02

Subscreen    0300

Select subscreen    0400

1-line SelSubscreen.    0500

Program    SAPLEEDM_UI_TYP2

Function module.    ISU_O_EDM_UI_EXT_TYP_VDEW

Structure cat. not allowed   

Default structure cat.    X

Structure cat.    Metering code Germany

The fields of the individual screen are created in the EUI_EXT_TYP_VDEW structure. The fields of the selection subscreen are created in the EUI_EXT_TYP_VDEW_SEL structure under Field Settings. They are configured as follows:

Structure            Component        NI    Default

EUI_EXT_TYP_VDEW            LAND        X    DE

EUI_EXT_TYP_VDEW            NETZ

EUI_EXT_TYP_VDEW            PLZ

EUI_EXT_TYP_VDEW            LFND

Structure EUI_EXT_TYP_VDEW contains the following components:

Comp.    Meaning            Length

LAND    International country code acc. to ISO            2

NETZ    Number of wire company            6

PLZ    Postal code of area in which PoD is located            5

LFND    Consecutive number for unique identification of PoD            20

The point of delivery ID for the flat metering code is predefined by SAP as follwows:

Structure category    01

Subscreen    0300

Selection subscreen    0400

One-line sel. subscreen    0500

Program    SAPLEEDM_UI_TYP1

Function module    ISU_EDM_UI_EXT_TYP_FLAT

Structure cat. not allowed   

Default structure cat.    X

Structure cat. text    Flat structure

The fields of the processing screen are created in the EUI_EXT_TYP_FLAT structure. The fields of the selection subscreen are configured in the EUI_EXT_TYP_FLAT_SEL structure.

Modify predefined structure category

You can only enter fixed values as the default values of the individual components.

To enter variable values, use the following enhancements:

  • Determine default values for the components of a PoD ID structure

Name    Enhancement for    Enhancement

EEDMUI01    Flat metering code    EXIT_SAPLEEDM_UI_EXT_TYP1_002

EEDMUI02    Metering code Germany    EXIT_SAPLEEDM_UI_EXT_TYP2_002

  • Check default values of the components of a PoD ID structure

Name    Enhancement for    Enhancement

EEDMUI01    Flat metering code    EXIT_SAPLEEDM_UI_EXT_TYP1_001

EEDMUI02    Metering code Germany    EXIT_SAPLEEDM_UI_EXT_TYP2_001

Define new structure category

To define a new structure category, proceed as follows:

Requirements

  1. Copy the EEDM_UI_EXT_TYP2 function group (structure category for metering code) and give this copied function group a new name (for example ZEEDM_UI_EXT_TYP203).

    The system automatically copies the ISU_EDM_UI_EXT_TYP_VDEW function module (VDEW for metering code). You must also give a new name to this copy (for example ZISU_EDM_UI_EXT_TYP_MYOWN).

    Note that you must create new objects in the customer namespace x*, y* or z*. The names of the new objects must also begin with X, Y, or Z.

  2. Create two new dictionary structures that correspond to the structure of the entry fields on the PoD structure subscreen and the selection screen (for example ZEUI_EXT_TYP_MYOWN and ZEUI_EXT_TYP_MYOWN_SEL).
  3. Modify the new function module and its includes. Note that you must make modifications between the following comments:

*--start of common changes--*

*--end of common changes--*

  1. Use the ABAP editor to define the screens 300, 400, and 500.

Activities

  1. Define a new structure category by entering the defined objects in the fields in the point of delivery ID group box.
  2. Define the field settings (see Use Predefined Structure Category above).

Standard settings

Recommendation

Activities

Further notes

Business Attributes
ASAP Roadmap ID 203   Establish Master Data 
Mandatory / Optional 1   Mandatory activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG _ISUBDVP_000002 0 SK40000011 O  
SIMG _ISUBDVP_000002 1 I500000200 O  
SIMG _ISUBDVP_000002 2 SK40000003 Intercompany Data Exchange 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
VC_EUISTRUTYPE C - View cluster SM34 Define Structure of Point of Delivery ID 
History
Last changed by/on SAP  20000831 
SAP Release Created in 462