cancel
Showing results for 
Search instead for 
Did you mean: 

Info Package selection criterion

Former Member
0 Kudos

BW experts,

I have a tricky situation. We pull data into BW1 from BW2. the filter criteria in the infopackages was 0DOC_TYPE and we used to pull different document type like TA etc.

Now we want to pull data where the DOC_TYPE is blank. How do I do that with the infopackage. I tried "#" but that does not work....any suggestions?

Thanks

Ashwin

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188975
Active Contributor
0 Kudos

Hi Ashwin,

You can try by creating a small routine in the InfoPackage to get the blank or initial values.

Hope this helps...

Former Member
0 Kudos

I have never written a code in the info package. So can somebody help me out in this please......

this is the basic code generated before I put my selection in, and now how do I code it to get only blank documents

<b>data: l_idx like sy-tabix.

read table l_t_range with key

fieldname = 'VBELN'.

l_idx = sy-tabix.

*....

modify l_t_range index l_idx.

p_subrc = 0.</b>

Thanks

Ashwin