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: 

Dialog Programming ("Required" Screen Field) Processing

Former Member
0 Kudos

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

Former Member
0 Kudos

MODULE XYZ AT EXIT-COMMAND.

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

Regards,

Subramanian V.

5 REPLIES 5

Former Member
0 Kudos

MODULE XYZ AT EXIT-COMMAND.

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

Regards,

Subramanian V.

0 Kudos

Hey Subramanian,

Problem solved! Thanks a lot!

You deserve the points, and here they are!

Regards,

Madhur

Former Member
0 Kudos

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.

0 Kudos

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

0 Kudos

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

Regards,

Anand Mandalika.