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

Dialog Programming ("Required" Screen Field) Processing

Former Member
0 Likes
791

Hey Guys,

I have a screen that contains a field that I have set as "Required". I also have 2 buttons on the Function Keys bar

BACK -> LEAVE TO SCREEN 0. and

EXIT -> LEAVE PROGRAM.

My problem is that I want to process these buttons even if the user has not entered any information in the "Required" field, since the user wants to leave the screen and not process data.

Is there a way to bypass the "Required" clause?

Regards,

Madhur

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
759

MODULE XYZ AT EXIT-COMMAND.

Mark, BACK, EXIT with Function E (exit) in PF-STATUS.

Regards,

Subramanian V.

5 REPLIES 5
Read only

Former Member
0 Likes
760

MODULE XYZ AT EXIT-COMMAND.

Mark, BACK, EXIT with Function E (exit) in PF-STATUS.

Regards,

Subramanian V.

Read only

0 Likes
759

Hey Subramanian,

Problem solved! Thanks a lot!

You deserve the points, and here they are!

Regards,

Madhur

Read only

Former Member
0 Likes
759

Hi Madhur,

This <a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm">link</a> gives you the exact inofrmation you need along with wonderful explanation and illustration.

Regards,

Anand Mandalika.

Read only

0 Likes
759

Hey Anand,

Very thoughtful of you to provide the link. It does provide in-depth details on the topic. Thanks a lot

I really appreciate your help specially for us beginners.

Regards,

Madhur

Read only

0 Likes
759

Thanks a lot buddy. For the compliment, as well as for the points :-).

Regards,

Anand Mandalika.