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

Hi Gurus

Former Member
0 Likes
393

Can any body please let me know how to write an user exit program by using mbcf0002

in mb1a for making reservation a must field.

can u give the total code if possible

With Regards

Prasad Babu.N

Can any body please let me know how to write an user exit program by using mbcf0002

in mb1a for making reservation a must field.

can u give the total code if possible

With Regards

Prasad Babu.N

2 REPLIES 2
Read only

Former Member
0 Likes
369

Try this in mbcf0002.

Loop at screen.

if screen-field = 'RM07M-RSNUM'.

screen-required = 'X'.

endif.

<b>

AWRD points if useful</b>

Message was edited by:

Bhupal

Read only

Former Member
0 Likes
369

Sir iam some what new to this user exit programs can u guide me in full detail by givinig

program code totally

With Regards

Krishna Chaitanya.S