cancel
Showing results for 
Search instead for 
Did you mean: 

New Text Field To Be Added in Audit Management

Former Member
0 Kudos

Hi All,

I need to create new text fields in addition to the existing fields in Audit Management screen for all the audit components in the TEXT TAB in transaction PLMD_AUDIT.

I would like to know is it possible or not and if not possible then what is the alternate way to include more inofrmation.

Will be rewarded...

Regards,

Ram.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ram,

New text field can be added in the texts tab of plmd_audit transaction is achieved by ,

1) The following entries has to be maintained in the view V_TTXIDI Object, Id, Meaning.

Object-select cgpl_text

Id : you need to define(this id you will refer in the initial value of the attribute in the BADI-name of your text field).

Meaning : short description of your BADI.

save your entries & activate it.

2) Implement this BADI "PLM_AUDIT_TEXT_ID"

within the method "GET_TEXT_IDS" we need add our code for adding the new text fields.Within this method the code for standard text fields would be existing.

3) In the attributes tab of the ZCL_DEF_IM_PLM_AUDIT_TEXT_ID -class interface ,you need to pass the initial value,which has been defined in the view "V_TTXIDI".

4) Finally activate your BADI.The newly added text fields would be available in the PLMD_AUDIT tcode.

Hope this solves your requirement.

Regards,

Keerthi

santosh_fhalke
Participant
0 Kudos

Dear madam,

I am santosh,

Will you please clearly describe the needed steps to create new implementation

using PLM_AUDIT_TEXT_ID enhancement spot.

i want to add new text id in Audit management.

Thanx in advance, Waiting for your Positve reply.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ram

In Audit Management Customizing, PLMC_AUDIT, under System Modifications->Text management->Text procedures, you can add a "Long Text" field under the text tab of the different audit components.

Regards

Jan Erik

Former Member
0 Kudos

Hi Ram,

Can you pls make it more clear what further information you need to incorporate in the Text.

For example if you want to attach the questionary list in TEXT then you can Load your local file, preferable in txt. file.

Or you can import the entire MS project to the audit management by installing SAPGUI component "CRM AddOn", sorry but i don't know how it works as i am not much familiar to it.

So basically it depends that what kind of information you need to incorporate in the TEXT field.

Update us to help you more, reward points to help you better!

Regards,

Shyamal

Former Member
0 Kudos

Hi Keerthi,

Thanks a lot, Our developers are working and hope they will find out solution. Is it possible to change description of the existing text types?

I have created one more query regarding partner role assignment, pls help me in that too..

Regards,

Ram.

Former Member
0 Kudos

Hi Ram,

Is it possible to change description of the existing text types?

No,the standard text types are reserved by SAP.May be you can comment the existing text type and add new type with your description.

B.Regards,

Keerthi