cancel
Showing results for 
Search instead for 
Did you mean: 

DATS InfoObject

Former Member
0 Kudos

Hello,

I define IO data type as a DATS

In my source system few records having date value as 0

when i try to load date value as 0 I am unable to load into IO(master data attribute)

I can able to load upto PSA level.

If anybody have solution for this ? Please provide ABAP program?

I am using BI 7.0 version.

Any Idea?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member434828
Active Participant
0 Kudos

Hi,

Check in the transformation, if the value is 0 then make as 00000000

if source_field-fieldname = 0.

result = 00000000 (YYYYMMDD)

else.

result = source_feild-value.

endif.

Hope this help.

Regards

Gopal

Answers (1)

Answers (1)

dielom
Active Contributor
0 Kudos

Hi,

Do you get an error when loading?

Regards,

Diego