Show TOC

 Basic Features and Naming Conventions of Generation

 

During generation of an application using the Customizing table, the system creates an application with predefined data elements and structures. These are dependent on the application usage. The generated application does not have any functions. These are created or generated subsequently during product modeling.

Generated data elements have the following common features and naming conventions:

  • The return structure IUC_RESULT is used with different data types for different application usages.

  • The following general item data from the document is used:

    • BUAG_GUID: GUID of business agreement

    • ITEM_GUID: GUID of document item

    • POD_GUID: GUID of the point of delivery for the item

    • PRODUCT_ID: ID of the product for the corresponding item

  • Configuration attributes for the item are used.

    • All entries defined as BRF-relevant from the Customizing transaction CRM_ISU_CONFIG are generated and typed as a BRF data element with a connection to the DDIC.

Generated structures have the following common features and naming conventions:

  • The configuration structure is used here.

    It also contains all associated configuration attributes that are used.

  • The item structure is used here.

    It contains all remaining fields and the configuration structure referenced above.

Naming Conventions

The naming convention defines the initial three or four characters. The fourth character is not mandatory. The following table shows how the generated names are constructed:

IU

  • C

  • P

  • D

C

_...

Names always start with Industry Utilities

  • C

    Current, refers to the current document item.

  • P

    Parent, refers to the higher-level item, if such an item exists, for example in the package

  • D

    Determination, refers to the higher-level product determination object.

C

describes a configuration attribute.

Description of the configuration attribute

Examples

  • IUCC_DURATION

    Current configuration of a configuration attribute with the name duration for the current document item.

  • IUP_ITEM_GUID

    GUID of the document item for the higher-level package product.

  • IUC_POD_GUID

    Point of delivery GUID for the current document item.