Maintaining Field Catalogs 

Use

The field catalog contains the fields that can be used for the rules-based availability check and product allocations.

Example

Fields from the field catalog and values from the sales order

Field

Values from the sales order at runtime

Sales organization

1000 (= U.S.)

Division

101 (= consumer)

Distribution channel

01 (= retail trade)

Order type

TA (= standard order)

 

Procedure

  1. You maintain a field catalog in Customizing for the Advanced Planner and Optimizer by choosing Global ATP ® Product Allocations ® Maintain Field Catalog. To maintain a field catalog for rules-based ATP, choose Global ATP ® Rules-based Availability Check ® Define Condition Table.
  2. Choose New entries.
  3. Generate the selection list using the input help (F4) and choose the fields that you want to use as parameters by double-clicking.
  4. At runtime, these fields are filled with data from the OLTP system (for example, with data from the sales order). You can also enter the data manually, if you want to carry out a simulation in APO.

  5. Choose Save.

You created a field catalog.

Including Additional Fields in the Field Catalog

Use

You want to use the customer-specific fields that are not contained in the field catalog. To include customer-specific fields in the field catalog, proceed as follows:

Procedure

  1. From the SAP APO main screen, choose Tools ® ABAP/4 Workbench ® Development ® Dictionary.
  2. Select the data type in the initial screen, enter the name of the customer-specific data element, and choose Enter.
  3. Use the namespace "Z" to designate that you are using a customer-specific data element. A dialog box appears when the data element has been selected.

  4. Choose Continue.
  5. A message indicating that the object is in the customer namespace appears. Continue creating the data element.

  6. Enter a short text in the Short description field and enter "CHAR40" in the Domains field. Maintain the text information on the field name tab.
  7. This text information is used to display the fields in the field catalog that refer to this data element. (for example, Z_WERK).

  8. Save the data element as a local object.
  9. Activate the data element.
  10. Return to the initial screen of the ABAP Dictionary, select Structure, enter /SAPAPO/KOMGOZ, and choose Change.
  11. Specify the name for the component and the data element for the component type. Save and activate the structure.
  12. In Customizing for the Advanced Planner and Optimizer choose Global ATP ® Product Allocations ® Maintain Field Catalog ® New Entries.
  13. Using the input help (F4), choose the customer-specific field and then Save.

To make the corresponding changes in the R/3 System, read Note 174969.