cancel
Showing results for 
Search instead for 
Did you mean: 

Existing Order Should not Change

Former Member
0 Kudos

Hi Gurus,

I am new to ISA. I have a requirement to hide the Change Button in orderstatusdetail.jsp.

Assist in completing this. its our client requirement. can anyone give me step by step process of hiding the button.

Regards,

Anil.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hide the button in the right JSP by commenting the code in the JSP. The "Change" button is available in one of the frames in the order status / change - page. To know the JSP, run the application with additional URL parameter

http://<hostname>:<portnumber>/b2b/b2b/init.do?showmodulename=true

Easwar Ram

http://www.parxlns.com

Edited by: Easwar Ram on Oct 18, 2008 11:20 PM

Former Member
0 Kudos

HI Easwar Ram,

Thanks for your reply..yes i tried to comment the code in right JSP(orderstatusdetail.jsp) but i am unable to find the translate key in this JSP. I found an hiperlink which does the action for both Change & Close buttons. If i comment that both the buttons are hiding.

Can you explain me in detailed step by step process of how to hide the change button only. I came to know through configuration we can hide the change button, but i am unable to know how to do it.

Regards,

Anil.

Former Member
0 Kudos

Hello Anil,

You should become conversant with the [Modification and Enhancement techniques |https://websmp209.sap-ag.de/~sapdownload/011000358700000469462006E/SAP_ISA50_DevAndExtGuide.pdf]as laid out by SAP.

The links essentially give you a starting point for the enhancement project.

Well, coming to your specific change requirements.

  1. See the example in the [Modification guide - Tutorials|https://websmp108.sap-ag.de/~sapdownload/011000358700006120622006E/ISA50_DevAndExtTuts_v1_0.PDF].

If the documents are overwhelming, well, no pain no gain right.

Cheers,

Easwar Ram

http://www.parxlns.com

Former Member
0 Kudos

Hi Easwar Ram,

I already have that document. but i am unable to find how to hide the change button. If you are working on ISA 5.0 can you give me step by step process. In ISA 4.0 it is different, there we are able to hide the button.

By SAP i came to know that this can be done by configuration also, but i am unable to find where to configure that.

Regards,

Anil.