cancel
Showing results for 
Search instead for 
Did you mean: 

Change the standard error message in XSS

Former Member
0 Kudos

I would like to change the standard error messages that appear in various ESS/MSS screens. Can I do it without using NWDS. Is there some XML sort of file in which I can directly change the error messages to a different text.

Regards

Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Amit

It's quite possible with only backend "RFCs' or Function Modules.

Not with Webdynpro development.

I have done the same.

Regards

-SS

Former Member
0 Kudos

Can you please let me know how can I know which RFC's are used in a particular ESS scenario?

Regards

Former Member
0 Kudos

Hi AT,

Open the your ess application in NWDS tool, open the DC go to Webdynpro ->Models-> Click on the model -> You can find the list of the RFCs

Below RFCs are Germany (DE) Family(P0021) application.

HRXSS_PER_P0021_DE

HRXSS_PER_Delete_P0021_DE

HRXSS_PER_Modify_P0021_DE

HRXSS_PER_New_P0021_DE

HRXSS_PER_READ_P0021_DE

Regards

-SS

former_member205624
Contributor
0 Kudos

Hi Amit,

I think you can do it without NWDS, but for doing that you require help from ABAP side.

You need to find the particular BAPI (Function Module) and BADI for that particular service.

Check out wiki, just enter the search item as a ESS you will get some useful links for ESS

customisation without NWDS/NWDI.

Regards,