cancel
Showing results for 
Search instead for 
Did you mean: 

F-47 field control

Former Member
0 Kudos

Hi  Friends

now i  met two problem in the T-code F-47.

1)  Set the profit center as a mandatory field

2)  input the  specify value in the field  "Reference Key 2"

i have tried the solution below

1)change the FSG for the down payment account

2) use FI validation via OB28 

    Prerequisite

    T-CODE = 'FBA6'

   Check:

   BSEG-XREF2  ='XXXX'.

But there are not worked in the system.

do yo have any other solution ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member198650
Active Contributor
0 Kudos

Hi Jun,

Try to maintain the check as BSEG-XREF2  <> 'XXXX'.

Regards,

Mukthar

Former Member
0 Kudos

Hi  Mukthar

i have tried , but it still not work .

i also use the exit and put the break point in it , but it is not execute the validation

Thanks

Tim

former_member198650
Active Contributor
0 Kudos

Hi Jun,

Have you maintained the t.code as SYST-TCODE-FBA6.

Regards,

Mukthar

Former Member
0 Kudos

Hi Mukthar

i have maintained in OB28. You can see the below screen shot.

former_member198650
Active Contributor
0 Kudos

Hi Jun,

What I understood from your validation, if you have maintained above text for the field, then it will allow you post. Else it will stop or throw the error defined in it. If it is, then try to post without maintaining any value for the field. Then it will throw the error. I have tried it and it is working.

Regards,

Mukthar

Former Member
0 Kudos

Hi Mukthar

Yes you  are right.

but it doesn't work in my side . it is stranger.

former_member198650
Active Contributor
0 Kudos

Hi June,

Have you activated the validation in OB28 for the co.code at line item level? If it is, then share screen shot of document posting.

Regards,

Mukthar

Former Member
0 Kudos

Hi,

I hope your first requirement is clear, by maintaining the profit center as a mandatory field in FSG level, coming to your second requirement, if you want to input any special value automatically you need to write a substitution, In this way at the time of posting system will aromatically propose the value and it will substitute.

I hope it is clear.

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi

my second requirement is not a certain value , it should be input by user but i have a scope , so i will choose validation .

But the problem , that two solution is not work in my system .

the FSG and validation is  not worked in F-47.