cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Table Operation

former_member277448
Participant
0 Kudos


Hello,

I am experiencing an issue with a Table Operation that I hope some one can help with.

I have a table that has a list of data elements in it - the data is dynamically added to it.

I need to filter our elements that are not acceptable.

I am using the 'Delete all lines' operation to remove the items I am not interested in - with an 'unless' condition.

I am using multiple 'unless' conditions with an 'or' operand.

The issue I am experiencing is this:

only the first item in the list of 'unless' conditions is not deleted from the table if it is in the table.

if the first item is not in the table then all items in the table are deleted.

The issue seems to occur if I use the 'All lines' to pull out the items I need i.e. the opposite of what I describe above.

the issue only seems to happen if I use 'all lines' thingy.

a colleague looked at the generated ABAP code and thought there seemed to be something amiss.

any advice comments suggestions greatly appreciated.

.

Accepted Solutions (0)

Answers (1)

Answers (1)

anindyaSAP
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Please check if note 1774536 is valid for your SP. This note resolves the issue. Once the note is implemented, you need to regenerate code for the BRF+ function to get correct result. You may do this by using report FDT_GENERATION_TOOL.

Thanks,

Anindya