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

T-code:FB60 and MIRO business place validation Section Code mandatory

Former Member
0 Likes
2,074

Hi,

My requirement is to make mandatory in MIRO and FB60 field: BUPLA-business place and field:SECCO-Section Code.

I have done validation through GGB0 . i am facing problem

prerequisite: syst-tcode = 'FB60'

check bseg-bupla <> ' ' and bseg-secco <> ' '

message 'Enter business place and business section.

This is working fine when bseg-bupla and bseg-secco is not entered .

but when user enter value in both fields bseg-bupla and bseg-secco .

in table bseg-bupla and bseg-secco both become blank.

Is ther any other method to achieve this

regads,

K.Shobha.

Hi,

My requirement is to make mandatory in MIRO and FB60 field: BUPLA-business place and field:SECCO-Section Code.

I have done validation through GGB0 . i am facing problem

prerequisite: syst-tcode = 'FB60'

check bseg-bupla <> ' ' and bseg-secco <> ' '

message 'Enter business place and business section.

This is working fine when bseg-bupla and bseg-secco is not entered .

but when user enter value in both fields bseg-bupla and bseg-secco .

in table bseg-bupla and bseg-secco both become blank.

Is ther any other method to achieve this

regads,

K.Shobha.

4 REPLIES 4
Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,214

Hi

Have you tried it with customizing tools? I understand that you can achieve it. I think that you want to populate these fields if you have a field status group for this account (check it in FS00). You can create a field status group for this account and do mandatory this fields. If you have doubts, search the help of a FI consultant.

If you see the help for this field:


Field status group

    Determines the screen layout for document entry.

    Fields can have the following statuses:

    o   Optional entry - you can enter data in the field

    o   Mandatory entry - you must enter data in the field

    o   Suppressed - the field does not appear on the screen

You can mantain it with tcode OBC4.

I hope this helps you.

Regards

Eduardo

Read only

0 Likes
1,214

Hi Eduard,

thank you for reply,

I check it but there is no option for business section and business place.

regads,

K.Shobha

Read only

0 Likes
1,214

Hi,

i have solved problem using tocde SHD0.

regard,

K.Satyanarayana

Read only

aromalr
Active Participant
0 Likes
1,214

Hi,

Your validation is correct expect

instead of bseg-bupla = ''

put bseg-bupla <> ''

Regards

Aromal R