cancel
Showing results for 
Search instead for 
Did you mean: 

Code for invalid date format

Former Member
0 Kudos
333

Hi Guys,

invalid date format is coming from R3 system so i want to remove that date -

eg. -Jan-2016 then it should remove date ,

       only numeric should accepted in psa.

I want to write routine on field.

Could you please help me in this...

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have written field routine..

and that worked.

Answers (1)

Answers (1)

former_member186445
Active Contributor
0 Kudos

use FM DATE_CHECK_PLAUSIBILITY

regards,

M.

Former Member
0 Kudos

where i can use this FM????

former_member186445
Active Contributor
0 Kudos

transformation from PSA to Target.

Former Member
0 Kudos

but its updating till PSA only so i need to implement from source to PSA...

former_member186445
Active Contributor
0 Kudos

PSA data is a copy of source data. First option in BW to change data is in a transformation.

another option would be to implement the code in the user-exit, but this is not so nice.

M.

Former Member
0 Kudos

i would like to implement code in transformation level-

could you please help me --

please find the image

former_member183519
Contributor
0 Kudos

Hi Atul,

1) implement FM code in start rotuine , and delete those dates which are invalid.   or

2) write field routine for this and use FM suggested by M Tibollo.

Hitesh

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

use the function module and call the FM in start routine.

after write the field routine then call the FM.

Thanks,

Phani.