cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Exit Variable with all values

Former Member
0 Kudos

Dear BW Gurus,

I want to write ABAP Code for a Customer Exit variable on 0MATERIAL.

However in the code, I am checking some condition. If result of that condition is a particular value then I do not want to put any restriction on Material. In other words, I want to display report output for all materials including material '#'.

Can someone please tell me how can I do this?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In the exit, put 'CP' in l_s_range-opt, 'I' in l_s_range-sign and '*' in the l_s_range-low.

Former Member
0 Kudos

Hi,

Thank you very much.

I will assign more points but first let me please try it out.

I think we are asking system to select all values that contains pattern '*'. It makes sense and seems it might just work.

Regards,

Former Member
0 Kudos

Yes, it's exactly what I meant