Application Development and Automation 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: 
Read only

validation on Header text

abdulgaffarmohd
Participant
0 Likes
1,000

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.

7 REPLIES 7
Read only

Former Member
0 Likes
846

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.

Read only

0 Likes
846

i am taking about VA01 header text boss

in standard t-code i want to validate ..,

reagrds,

Mohd

Read only

0 Likes
846

Hi,

You can do validation.It's possible only through enhancements.

Regards,

Surendar Reddy.

Read only

0 Likes
846

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

Read only

0 Likes
846

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

Read only

0 Likes
846

i found 4 Exists

at 4 Exists i placed break-point.

4 exists are not triggering.

Regards,

MoHD.

Read only

abdulgaffarmohd
Participant
0 Likes
846

USER_EXISTS

And BADI'S are not available

PRO SOLVED