Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in checking value in file field having format like DDMMMYYYY:HH:MM:

Former Member
0 Kudos

Hi

It is inbound interface and i am getting file that is to be updated in database table.

i need to check whether the values in file are coming in DDMMMYYYY:HH:MM:SS and its length is 18 with character CHAR type format. if not i need to provide error message.

also when i need to store in database i should store as DDMMYYYY - sap format. what function module i should use.

kindly help me in this regard.

thanks and regards,

sri.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi ,

i think time is not imp when u update the database...

to get the corresponding date from DDMMMYYYY to sap's internal format YYYYMMDD you can use

CONVERSION_EXIT_SDATE_INPUT functional module ...

2 REPLIES 2

Former Member
0 Kudos

hi ,

i think time is not imp when u update the database...

to get the corresponding date from DDMMMYYYY to sap's internal format YYYYMMDD you can use

CONVERSION_EXIT_SDATE_INPUT functional module ...

0 Kudos

Appreciated ,Ganesh.