cancel
Showing results for 
Search instead for 
Did you mean: 

Screen Personas 3.0 : Transaction button doesn't work

0 Kudos

Hi Experts,

I'm facing a problem with Screen Personas 3.0. When i try to create a transaction button linked to ME23N tcode for example, the transaction isn't displayed.

see below the transaction button configuration :

See below the Chrome browser console during click on transaction button :

It seems nothing happened. But when I try with Ok-code in the strandard SAP menu It works.

Any idea ?

Thanks in advance

Best Regards

Ludovic

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Note 2148349 should solve our issue.

Make sure your system is upto date by cross checking out main note:

https://service.sap.com/sap/support/notes/2175479

Regards,

Sushant

0 Kudos

Hi Sushant,

It works.

Thanks a lot

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ludovic,

Alternatively, you can use a script button and use a similar code like this:

session.findById("wnd[0]/tbar[0]/okcd").text = "ME21N";

session.findById("wnd[0]").sendVKey(0);

--

Regards

Saurabha