‎2009 Feb 24 7:10 AM
in my scenario i need to validate on header text
while creating VA01 in header text if user is entering
text it should be in number if he is entering any character means i
need to pass a message .
Regards.,
mohd.
‎2009 Feb 24 7:13 AM
Hi,
data w_str(10) type c value '1234567890'.
at selection-screen on field.
If field CO w_str.
perform process.
else.
message 'Invalid entry' type 'S' display like 'E'.
endif.
‎2009 Feb 25 5:40 AM
i am taking about VA01 header text boss
in standard t-code i want to validate ..,
reagrds,
Mohd
‎2009 Feb 25 5:42 AM
Hi,
You can do validation.It's possible only through enhancements.
Regards,
Surendar Reddy.
‎2009 Feb 26 7:52 AM
Can You please Explore it with exact point
like user-exists or badi
if u can suggest with exact with Badi or user-exists
it will help me a lot .,
Regards,
MoHD
‎2009 Feb 26 9:11 AM
Hello Abdul,
Goto VA01. and put your header text. after that goto -> system -> status -> double click on program
then search for string "call customer".
then you will find all Exits used in VA01. and Double click on Customer Function it will show you Exit name.
just check in Debug mode which Exit is being triggered for Header Text.
Hope it will Help you alot.
Have a Nice Day,
Regards,
Sujeet
‎2009 Feb 26 9:48 AM
i found 4 Exists
at 4 Exists i placed break-point.
4 exists are not triggering.
Regards,
MoHD.
‎2009 Mar 06 11:03 AM