cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing the Screen of webpage

Former Member
0 Kudos

Hi gurus,

We are using SRM 5.0 on ECS with backend ECC 5.0.

We want to change the description of some fields in the webpage of SRM. Such as the fields "open date" of the bid invitation,we want to change it to "openning date" on the webpage when the purchaser doing with creation of bid invitation.

How to do this?

Thank you very much.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Wang,

There are 2 ways to do this:

1.Change the field lable for the corresponding data element for the fields.

e.g for the field "OPEN DATE",you need to change the field lable(Short) for the data element BBP_OPEN_TIME.You can see all the other fields and related data elemnts in the table BBP_PDHSB for Bid invitation.

2. Modify the correspoonding HTML templates for the Basic data screen in the ITS service BBP_BID_INV in trascn SE80.But the only risk involved here is these changes will be overwritten in case of Upgrade to higher versions of SRM.

BR,

Disha.

DO reward points for useful answers.

Former Member
0 Kudos

That's True.

Even these core changes will be dangerous if you are doing support pack update on your system which involves the SAP Core program changes on the template which you changed/programs which you changed.

Think about these drawbacks before doing the changes.

Cheers, Renga

Former Member
0 Kudos

For cosmetic change, just change the elements attributes of the template(not the template as a whole). Most of the descriptions and heading will appear in Element attributes. if not i would suggest to go with Template changes since there is no SAP Standard business addin's available for description changes.

Cheers, Renga

**Reward points if helpfull**

Former Member
0 Kudos

Try if the transaction SHDO works for you?

Please reward points if useful.