SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

EA34 - Screen Exit

Former Member
0 Kudos

Hello Experts,

I work for a Utilities project. I need to add 2 more search parameters in the Screen of Tcode EA34 (Mass Processing: Full Reversal ) .

I tried searching for Screen Exits but unable to find it.

Can anyone help me in fulfilling the above requirement.

Thanks in Advance,

Ravi

2 REPLIES 2

AmlanBanerjee
Active Contributor
0 Kudos

Hi Ravi,

Check the following document.

 

It details the way of adding in a custom Selections tab in a mass transaction screen.

You can use this for EA34 as well.

Once you have added the custom selections tab, you have to make changes in event R450\R451 to pick the values in the custom selections tab.

Hope it helps..

Thanks,

Amlan

gagan_bulani2
Explorer
0 Kudos

Hi,

The easiest way to find any exit of t-code is :

1. get Program name for the T-code.

2. Pass *<prog_name>* in Member field of table MODSAP and execute it.

The output is the list of all the exits for that program.

Cheers,

Gagan