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

Badi SD_COND_ACCESS_A

former_member298288
Participant
0 Likes
1,343

Hi Experts,

I have a problem in in Implementing Standard BADI SD_COND_ACCESS_A , this one is a Filter BADI with Filter type KAPPL

i created a implementation ZBADI SD_COND_ACCESS_A with filter 'CR' and write code in method FULL_ACCESS . But this is not triggered when i execute the t-CODE CJ44 or CJ46.

Any additional configuration needed for this ?

For T-codes CJ44 and CJ46 i must choose th filtre 'CR'?

Thank you in advance.

Hi Experts,

I have a problem in in Implementing Standard BADI SD_COND_ACCESS_A , this one is a Filter BADI with Filter type KAPPL

i created a implementation ZBADI SD_COND_ACCESS_A with filter 'CR' and write code in method FULL_ACCESS . But this is not triggered when i execute the t-CODE CJ44 or CJ46.

Any additional configuration needed for this ?

For T-codes CJ44 and CJ46 i must choose th filtre 'CR'?

Thank you in advance.

2 REPLIES 2
Read only

madhu_vadlamani
Active Contributor
0 Likes
943

Hi Hicham,

Set the filter with value for all SD, with V, for purchasing M and so on. If you have a wrong filter it doesn't work.have a look in table for correct one . I am not sure for cj46 but CR means CRP Calculation.

Regards,

Madhu.

Read only

0 Likes
943

Thank you for your answer. To avoid doubt i selected all codes in the filter and always when i execute CJ46 the badi SD_COND_ACCESS_A is not triggers.

You have a solution please.