Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CDHDR / Change numbers (add new TCODE tracking)

Former Member
0 Likes
871

Hello SAP users,

I want to track creations of equipements in CDHDR.

=> Obectclas = 'EQUI' and TCODE = 'IE01' OR 'IE08'.

Currently, I'm able to track modification (tcode = 'IE02') but I can't manage to add handler on creation transaction.

I'm sure it is possible because, for the MATERIAL object I've new entry following updates and creation with TCODE = MM01 or MM02

Do you know what customizing must I do ?

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
605

Hello Jean-Charles,

did you read the OSS note : 658193 ?

Rgd

Fred

(si tu veux je te la mail )

Read only

Former Member
0 Likes
605

Hi,

Check your objectclas while creating with mm01,mm02.

Try by getting all results for your username

and date in cdhdr and see if your entru exist

and check out objectclas.

Regards

Amole

Read only

Former Member
0 Likes
605

Not every create 'object' is recorded in change documents. Sales orders, deliveries etc, are not recorded when they are created, but the changes to the same are recorded. So this may also be the same case. For newly created ones, check the table directly where create date is greater than your previous run date and get the newly created ones. Add to this list, the changed equipment records that you can get from change documents.

Read only

sridhar_k1
Active Contributor
0 Likes
605

You have to implement note 658193 to get CDHDR entries when an equipment is created in IE01.

Do not implement the note, if DIMP component installed in your system.

You can trigger workflow events without implementing the note by checking WFE checkbox in the equipment categories configuration.

If the above mentioned note is already in ur system, it adds a new check box to equipment categories config, Just turn it on.

Regards

Sridhar

Message was edited by: Sridhar K