cancel
Showing results for 
Search instead for 
Did you mean: 

Field mandatory in Notification tab

Former Member
0 Kudos

Hi Gurus,

A Field has to mandatory under Additional Data Tab (Customised tab) in Notification and done.

We have screen exit 'Exit_sapmiwo0_009'. But this has to trigger with an error 'Fill in all required fields' while save the notification and creation of Service Order as well, if the mentioned above mandatory field is not furnished.

Anyhow, the requirement is fulfilled if we click on Subscreen of Additional Data tab. But User doen't wants to do the same.

Now, our requirement is to place the cursor under Additional data tab, whenever user try to save notification or at the time of create Service Order through Notification with error 'Fill in all required fields .

Accepted Solutions (1)

Accepted Solutions (1)

anup_patil3
Active Contributor
0 Kudos

Hello,

You can use term- SET CURSOR with the help of ABAPer to set the cursor @ required field.

When a screen is displayed, the system automatically places the cursor in the first field that is ready for input. However, you can also define on which screen element the cursor should appear in your program. The screen element does not have to be an input field. Positioning the cursor can make applications more user-friendly.

Refer link: http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbac0b35c111d1829f0000e829fbfe/content.htm

You can get more info from ABAP person. Also search SCN if required.

Regards,

Anup

Answers (0)