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

Filtering in SD_COND_ACCESS_A for Tcode VF01

Former Member
0 Likes
829

Dear friends,

Can any one help in how to work with filtering of BADI.

i tried to implement SD_COND_ACCESS_A this badi by selecting some filters available in the BADI. be-bugger is not activating,

can any one help me how to work on this.

regards,

venkat suman.

Dear friends,

Can any one help in how to work with filtering of BADI.

i tried to implement SD_COND_ACCESS_A this badi by selecting some filters available in the BADI. be-bugger is not activating,

can any one help me how to work on this.

regards,

venkat suman.

3 REPLIES 3
Read only

Former Member
0 Likes
708

Hi,

Yes SD_COND_ACCESS_A is afilter dependent BADI and the filter is on ppplication which could be like EF for purchase order or MR for invoice verification.

For a filter dependent BADI when we are creating a implementation it would allow us to select the filter values for which that particular implementaiton should trigger . In the defined filters area you can choose the app. area you want the imp. to trigger.

Hope it helps.

Regards,

Himanshu

Read only

eduardo_hinojosa
Active Contributor
0 Likes
708

Hi,

If you try that BADI works for SO you must set the filter when implement the BADI with tcode SE19 with value V1, if you want for all SD, with V, for purchasing M and so on. If you have a wrong filter surely it doesn't work. Check also that BADI is active.

Regards,

Eduardo

Read only

0 Likes
708

hi