2011 May 17 1:52 PM
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.
2011 May 18 8:53 AM
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
2011 May 18 12:26 PM
Hi Eduard,
thank you for reply,
I check it but there is no option for business section and business place.
regads,
K.Shobha
2011 May 20 11:09 AM
Hi,
i have solved problem using tocde SHD0.
regard,
K.Satyanarayana
2011 May 28 10:37 AM
Hi,
Your validation is correct expect
instead of bseg-bupla = ''
put bseg-bupla <> ''
Regards
Aromal R
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |