cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Decision step text ?

Former Member
0 Likes
708

Hey,

On a regular decision step we have the option ,

<i>Cancel and keep work item in inbox.</i> - Now this is SAP std.. can we change the name of this text... or change position of the Button ?

View Entire Topic
Former Member
0 Likes

Hi Abhishek

I had a quick debug through the decision step process, and it is probably possible for you to change this, but it's going to take quite a lot of hacking of function group <b>SWU2</b>.

Firstly, the actual text <i>Cancel and keep work item in inbox</i> is stored as Text Symbol 301 in the main program <b>SAPLSWU2</b>.

The screen that is called to display the decision steps is screen 300 and is called in function module <b>SWU_PROCESS_MANUEL_DECISION</b>. The actual HTML for the buttons is set up in subroutine <b>ADD_DECISION_HTML</b>, and it is here that you might be able to fiddle with the order of the buttons.

All seems like quite a lot of work, though

Good Luck

Lyal

Former Member
0 Likes

Hey Lyal ,

I was about to start the debug process... thanks for foresight...

I think i will just tell them sorry u have to live with it...

and the ofcourse i can say 3000 hrs required.....

But i might just do it for the kicks of it ...

Former Member
0 Likes

Well Lyal.. u did solve the problem for me... ...

I am not gonna do this for them

Former Member
0 Likes

Hi Abhishek,

Im releaved that you don't have to change the standard.

It is the job of a consultant to not only execute the wishes of the client, but also to educate them.

Kind regards, Rob Dielemans