Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue in WBS element

Former Member
0 Likes
458

Hi Friends,

I have implemented Screen exit adding custom fields in WBS..

Its working fine..

But this is workign for all the transaction .. I want Only CJ20N, CJ01 ,CJ2d but as of now

its shwoing all the transaction.

Please let me know how to restrict other transaction .

Thanks

Prabu K

Hi Friends,

I have implemented Screen exit adding custom fields in WBS..

Its working fine..

But this is workign for all the transaction .. I want Only CJ20N, CJ01 ,CJ2d but as of now

its shwoing all the transaction.

Please let me know how to restrict other transaction .

Thanks

Prabu K

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
419

Did you try to check sy-tcode in a PBO module of the customer exit subscreen, seting all fields as SCREEN-INACTIVE for other transactions ?

Regards,

Raymond

Read only

lijisusan_mathews
Active Contributor
0 Likes
419

You can check in PBO if the current T-Code displayed belongs to your list of T-Codes.

If it is another T-code, then

  1. You can assign all the fields that you added in the screen exit to a common screen group, and then in PBO, you can make that screen group inactive and invisible.
  2. If your fields are in a Tab, you can set that Tab to invisible.

Suzie