Application Development 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: 

Need a BADI for Transaction SBWP

Former Member
0 Kudos

Hi All

I had a requirement where i have to restrict inbox entries (Approval Inbox) in Transaction SBWP depending on date range

Please suggest any BADI or User Exit which can used .

Thanks in advance

Regards

Hitesh Batra

10 REPLIES 10

Former Member
0 Kudos

Hello

There are no exist user-exits and badis for SBWP.

Former Member
0 Kudos

Check Enhancement SOADRESS

Exits

EXIT_SAPFSSOD_001

EXIT_SAPLSO13_001

EXIT_SAPLSO13_002

Former Member
0 Kudos

Hi Hitesh,

I hope elow mentioned BADI will help you.

WF_BWP_SELECT_FILTER.

Best Regards,

Deepa Kulkarni

Former Member
0 Kudos

Hi:

No BADI and User - exit but you can search the OSS note for it.

Regards

Shashi

former_member181995
Active Contributor
0 Kudos

Check OSS: 765783

Former Member
0 Kudos

Hi Hitesh

Try with Badi WF_BWP_DYN_COLUMN

Thanks

Former Member
0 Kudos

Hello,

for it better go for BADI not for BAPI.

1st find the badi for that tcode and wright the code restrict inbox entries (Approval Inbox).....

for find those i am sending some steps follow the steps,

For User Exit's

goto to tcode->status->program name->double click on that,

then goto to-> attribute take the package name and

Goto SMOD tcode ->Utilities->give the package name and F8

then a list of exits will display for that tcode as well as that package.

u can check the table MODSAP

u can check the table MODACT

For BADI's,

1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE

keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'

then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.

2)Goto to tcode->status->program name->double click on that program will display's

then press crtl+F then cl_exithandler

Thank u,'

santhosh

kamesh_g
Contributor
0 Kudos

Hi

MIght be OSS not e

NO badis available for SBWP tcode

Former Member
0 Kudos

hello

badi defination giving here please check it is useful to u r not

WF_BWP_SELECT_FILTER.....

please check with documentation..

Thank u,

santhosh

Former Member
0 Kudos

I hope there is no BADIs or Userexits for SBWP Transaction.

Regards,

Joan