cancel
Showing results for 
Search instead for 
Did you mean: 

Text type

Former Member
0 Kudos

Dear Friends,

I want to define a text types for capturing the dates.Is there a standards available to capture this.The thing is I want to restrict the user entry to be in specific format ie DD/MM/YEAR and say if the user enters the date like DD/MM/YR or in alphabets, the system should not allow.

How can I achieve this?

Thanks

Ivy

Accepted Solutions (1)

Accepted Solutions (1)

former_member204513
Active Contributor
0 Kudos

Dear IVY,

You need to take help of ABAPer whether it is possible or not Because as per the standard you can any format in the text tab under text ID.

I hope this will help you,

Regards,

Murali.

Former Member
0 Kudos

Dear Ivy,

Use MV45AFZZ form save_document . Use FM READ_TEXT to get the value and compare with your required format.If mismatch ocuurs throw msg.

Sam

Answers (1)

Answers (1)

former_member217082
Active Contributor
0 Kudos

Hi ivy

You need to integrate with the ABAP'ers telling your output and by giving ur inputs. Already Sam has given the data , that what data you need to give to ABAP'ers

Regards

Srinath