cancel
Showing results for 
Search instead for 
Did you mean: 

making field mandatory...

Former Member
0 Kudos

hi all,

i want to make fkdat field mandatory on vf01(program: SAPMV60A; screen:102)

i tried field exit but it didn' t work. what else can i do?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Goto "SE51" T.code.

Enter the program name as " SAPMV60A" and screen number as "0102".

Select the layout editor and choose the option change.

Select the text box beside the "billing date".Double click on that.

You will find the attributes screen.

In attributes tab in program tab for the input field change the value from "possible" to "required".

Save.

Now try it will be shown as a mandatory field.

Regards,

Krishna.

Answers (1)

Answers (1)

former_member266852
Active Contributor
0 Kudos

Hi

On work arround you can achieve this by Userexit

Go To SE38 Programme SAPLV60A

GET the Includes RV60AFZZ

GET the Usereixt " FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN."

Write the Code that without FKDAT maintaining system will not save the document. with the help of ABAPer.

Hope it will solve the Problem

Regards

Shambhu Sarkar

Edited by: SHAMBHU SARKAR on Mar 9, 2009 6:02 PM