SAP ABAP IMG Activity /TDAG/CP_PRODDB (Activate Index for Substance to Substance Group Assignment)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/CP (Package) Compliance for products

⤷

⤷

IMG Activity
ID | /TDAG/CP_PRODDB | Activate Index for Substance to Substance Group Assignment |
Transaction Code | /TDAG/13000021 | (empty) |
Created on | 20090729 | |
Customizing Attributes | /TDAG/CP_PRODDB | Activate Index for Substance to Substance Group Assignment |
Customizing Activity | /TDAG/CP_PRODDB | Activate Index for Substance to Substance Group Assignment |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | /TDAG/CP_PRODDB |
Use
In this Customizing activity, you can execute the program /TDAG/CPR_PUREGRP_TAB_FILL.
The program fills an index table for the assignment of pure substances to pure substance groups. If the index table is filled, regulations can be maintained in pure substance groups. The assigned pure substances have to fulfill the same regulatory restrictions.
Requirements
Standard settings
Activities
Process this activity only once in each back-end system and client.
If any changes take place that are relevant to the index table, update it. To do this, implement the exit C1F20001 in transaction CMOD.
Add the following code to the exit implementation:
CALL FUNCTION '/TDAG/CP_SP01_CHANGE_CHECK'
IMPORTING
e_changed = l_changed.
IF l_changed = 'X'.
CALL FUNCTION '/TDAG/CP_SP01_PUREGRP_TAB_FILL'
EXPORTING
i_commit = space.
"commit will done by c1f2_substance_save_to_db
ENDIF.
Example
Business Attributes
ASAP Roadmap ID | 204 | Establish Functions and Processes |
Mandatory / Optional | 1 | Mandatory activity |
Critical / Non-Critical | 2 | Non-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 | /TDAG/CP_PRODDB | 0 | HLA0003435 | Environment, Health and Safety |
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 |
IMGDUMMY | D - Dummy object | /TDAG/CPCUST03 |
History
Last changed by/on | MERKLE | 20090729 |
SAP Release Created in | 110_600 |