cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding standard Link in ESS Travel and Expense

Former Member
0 Kudos

HI ,

I want to hide standard link called "Go to ESS Overview Page" in travle and expense iveiw ,in the confirmation view.

can anyone tell me how can i hide this link,

i cant see this links in layout of confirmation view,they are generating dynamically i think,where i can see the code of these links in ess/tra/tre DC.

Thanks,

Vinay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Please post the entire solution here as well, information on e-mail does not solve the issues for other peoples.

I have the same issue as you have, but I need to address to another AreaPage than the standard delivered by SAP:)

Once more - please add information about the solution.

Regards

Kay-Arne

Former Member
0 Kudos

Hi Vinay

You can do it from spro but ask your functional guy to do it.

Regards

Praveen

Former Member
0 Kudos

HI Praveen i can see the code of that link in my VcConfirmationview,

public void onActionGoToAreaPage(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )

{

//@@begin onActionGoToAreaPage(ServerEvent)

LOGGER.traceEnter("onActionGoToAreaPage");

wdThis.wdGetFcTraUtilsInterface().exitApplicationToAreaPage();

LOGGER.traceExit("onActionGoToAreaPage");

//@@end

This will launch link this view,this was not there in layout,sap has launching this link dynamically,

now i want to hide this link called onactiongotoareapage..

thanks,

vinay

Former Member
0 Kudos

Hi Vinay,

wdThis.wdGetFcTraUtilsInterface().exitApplicationToAreaPage//

This code is calling AreaPage, In area pages all links are configured, Give me your email id I will email a doc which will address your issue.

Thanks

Praveen

Former Member
0 Kudos

HI Praveen,

Yes ur right this is calling from VctraUtils...,

my email id is vsakkar@yahoo.com,

thanks,

vinay

Former Member
0 Kudos

Hi,

I am unable to find the DC for Travel Expenses in my NWDS. I created a track in NWDI and i can able to import the ESS code in to mywork space.

Can any body help me to find which DC i have to select to modify travel expenses screens.

Thanks

Aravinda