cancel
Showing results for 
Search instead for 
Did you mean: 

split scenario - need to remove default item

Former Member
0 Kudos

Friends,

I am having idoc to edit interface. Idoc is split scenario. In one of the segment it has default item and split items. I want to remove the default item and want to send to target system only split items. In normal case no filter should happen.

Example:

source data:

E1EDK20:

POSNR = AB1111

MATNR = A111

ABC = 111111

XYX = 11

XYZ =11

E1EDK20:

POSNR = 12000

MATNR = 123456

ABC = 22232017

XYX = 24

XYZ =23

E1EDK20:

POSNR = 12001

MATNR = 123457

ABC = 22232018

XYX = 25

XYZ =25

My output should look as below

(I just have to ignore first record COMPPLELTY based on POSNR)

E1EDK20:

POSNR = 12000

MATNR = 123456

ABC = 22232017

XYX = 24

XYZ =23

E1EDK20:

POSNR = 12001

MATNR = 123457

ABC = 22232018

XYX = 25

XYZ =25

BEST regard

Anitha

Accepted Solutions (0)

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

If POSNR !=AB111 ---->Createif---->E1EDK20.

Make sure you have logic for child fields too.

Br,

Manoj