cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DSO Activation Error

Former Member
0 Likes
1,363

Dear all,

When I try to active the DSO, I met this error: Value '20032013' for characteristic 0DATE is no plausible, please see the picture below:

I have searched and read some discussions but I didn't find any way to resolve my issue. And I tried modify the Transformation between PSA and DataStore Object: I modified the rule that assign field FIDUE to 0NETDUEDATE by write a routine, but it didn't work; DSO activation still has error.

The rule before modified:

and the rule after modified:

Detail of the routine: I use the Function Module DATE_CHECK_PLAUSIBILITY to check date format of field FIDUE before assign to 0NETDUEDATE.

Please help me find the solution. Thanks you very much.

Tan Van Manh

P/S: Sorry if the discussion post double.

View Entire Topic
Former Member
0 Likes

Hi,

The date value is wrong in that record, try edit the record in PSA , load and activate it.

Hope this helps...

Former Member
0 Likes

Tan,

Run the FM DATE_CHECK_PLAUSIBILITY with the data 20032013 , it will throw error.

Edit the PSA record date value from 20032013 to 03202013 and run the load and activate.

It should work.

Hope this helps...

Former Member
0 Likes

Hi Suresh,

I feel correct value is 20130320 as 03202013 also gives error.

Thank-You.

Regards,

VB

Former Member
0 Likes

03202013 should work, See below,

Former Member
0 Likes

Thanks for reply.

I got it, its all about below setting. In my system it is accepting YYYYMMDD

Thank-You.

Regards,

VB

Former Member
0 Likes

Thanks Suresh, but in my system - it accepted this value '20032013', but I don't know why DSO's activation is error. I tried to test Function Module DATE_CHECL_PLAUSIBILITY in my system and it's tested.

Thanks,

Tan Van Manh