Skip to Content
0
Former Member
Apr 09, 2010 at 07:21 AM

Logic required for a Internal table issue

37 Views

Dear Experts,

I need a logic for my program, My internal table looks like below, I want to do one calucalation using my internal table. I need to check the STLNR and SERNP, if its comes once that suituvation no need todo any calculation, if its comes more then once (stlnr-15646 and 17203 comes more then once here ) then i need to take the particular records and i need to do another type of calculation. Can anyone help this logic. How to seperate the repeated enteries?

MATNR	SERNP	STLNR
10Z0300	LX01	15637
10Z0305	LX01	15644
20G0279	LX01	15646
21J0484	LX01	15646
001575Y	LX01	16054
12L1000	LX01	17203
14N1092	LX01	17203
21Z0336	LX01	17203

Mohana