cancel
Showing results for 
Search instead for 
Did you mean: 

Auto ID(Alfa Numeric) assignment in Audit Management

0 Kudos

Expert,

Any one has come across the requirement where client has ask to assign Audit Id or Audit plan id automatically.

I have a requirement where I need to provide provision for automatic Alfa numeric Audit or Audit Plan id in audit management. I am planning to generate Audit Id automatically and Audit field will be no editable(display mode).

We have general BADI available, I am not sure whether we can use those to generate automatic id in the system.

PLM_AUDIT_AUO_UPDATE  - Create, Change, and Delete Audit .

PLM_AUDIT_AUP_UPDATE  - Create, Change, and Delete Audit Plan

PLM_AUDIT_COR_UPDATE - Create, Change, and Delete Action  

PLM_AUDIT_QUN_UPDATE - Create, Change, and Delete Quest. List

At present, we manually assign audit plan, audit & Action id where if audit question list imported from question listplate then question list id gets generated automatically.

Regards

Bhuwan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This is possible by implementing BADI PLM_AUDIT_IDENTIFIER. Here after checking import parameters you may use a number generator to assign the next available number to external id of the object.

Regards.

Former Member
0 Kudos

HI Ozgen Canan,

can u please explain in detail.

Thank,

Nagaraju.