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

Regarding the Audit

Former Member
0 Likes
332

Hi All,

I have an urgent requirement that i have an transaction PLM_AUDIT , i need to create the Audit ID while saving the transaction with the concatenation of the chronological number . For example i have the audit type '10' then i need to take the PO number and concatenate with some number and populate that field in the Audit ID field. Could you please any one help me which BADI will update this Audit ID while saving. this is very very urgent.

Full rewards if helpful.

Thanks,

Satheesh

Hi All,

I have an urgent requirement that i have an transaction PLM_AUDIT , i need to create the Audit ID while saving the transaction with the concatenation of the chronological number . For example i have the audit type '10' then i need to take the PO number and concatenate with some number and populate that field in the Audit ID field. Could you please any one help me which BADI will update this Audit ID while saving. this is very very urgent.

Full rewards if helpful.

Thanks,

Satheesh

1 REPLY 1
Read only

Former Member
0 Likes
289

Hello Satheesh,

Thru transcation plmc_audit you get all the audit man. Customization Go to system adjustment->business add ins

There you will find all the posible badi's for audit management.

Go to "Create change or delet audit " Badi name: PLM_AUDIT_AUO_UPDATE implemet the badit and make it active then choos the method: CREATE_AUDIT_AT_SAVE,

in this methos you can do what you want.

Eli Cohen