cancel
Showing results for 
Search instead for 
Did you mean: 

Business place / Section Code as default value while MIRO / FB60

Former Member
0 Kudos

Dear seniors,

Our client wants the Business place as default value while MIRO / FB60.

I have tried for Validation & even tried for Substitution, but the BUPLA field is not available.

please give me some solution as to :

1. How to make mandatory OR

2. How can i assign a default value, so that End Users do not miss it out any time

please help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can write the Validation and make the field mandatory.

In Prerequisite

Business Place = ' ' OR Business Place (Not Equal To) 'IND'

In Check

Transaction code = 'MIRO' and Transaction code = 'FB60' AND Account type = 'K'

Then you will meet your requirement.

Regards

Venkat

Edited by: Venkat Dara on Aug 11, 2009 2:29 PM

former_member792655
Discoverer
0 Kudos

where you have used the above code

Answers (2)

Answers (2)

Former Member
0 Kudos

ok

Former Member
0 Kudos

hi

when you call the substitution use the User exit to fill the values for those fields.

Former Member
0 Kudos

While making Validations in the Check portion of the Document Header, i m getting an error : "The formula was composed up to the first syntax error"

please advice further.