cancel
Showing results for 
Search instead for 
Did you mean: 

PI Mapping Problem

Former Member
0 Kudos

Hi,

Plzzz help me on this.

IN EDI data DTM Segment has 2 fields Date Qualifier, and Date two fields.

DTM1020100202

DTM2020100102

i need date in output when Qualifier is 10.

If qualifier is 20 ignore that date in output.

i need to check this thing and map the output Idoc Field.

Any help me on this mapping.

Thanks,

Singh.

Accepted Solutions (1)

Accepted Solutions (1)

former_member208856
Active Contributor
0 Kudos

USE standard function :

IF WITOUT ELSE

give condition if DTM qualifier is not equal to 20.

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
Qualifier -->
                --> equalS --> If (then --> Source) --> Target
Constant(10)-->

Set the Context properly.

Regards,

Abhishek.