cancel
Showing results for 
Search instead for 
Did you mean: 

Substitution not triggered in F110

Former Member
0 Kudos

Good day all

I've created a substitution in OBBH to replace exisiting cost centers and Profit centers with a new value.

When I simulate the substitution it works fine.

But when I execute F110, the substitution does not get triggered.

Can anyone tell me how to get this working?

This is my Prerequisit coding:

BKPF-BLART = 'KZ' AND

BSEG-BUKRS = 'FSSG' AND

BSEG-KSTAR = '400360' AND

BSEG-KOSTL = '67120' OR BSEG-KOSTL = '67140'

And the substitution coding:

Profit Center Constant Value P671

Coste Center Constant Value 66020

I would appreciate any help on this.

Thank you very much

Louise

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member207607
Active Contributor
0 Kudos

Dear all,

did You try by Business Transaction Events (BTE, oder OPEN_FI) ?

- 00001120 DOCUMENT POSTING: Field substitution header/items

- 00001130 POST DOCUMENT: SAP-internal field substitution

- 00001810 PAYMENT PROGRAM: Individual bank determination

- 00001025 POST DOCUMENT: Final checks completed

- 00001030 POST DOCUMENT: Posting of standard data

I hope this can help.

Mauri

Former Member
0 Kudos

Hi,

The activation level should be 1 and u should use HKONT.

former_member194797
Active Contributor
0 Kudos

try with


BKPF-BLART = 'KZ' AND
BSEG-BUKRS = 'FSSG' AND
BSEG-HKONT = '0000400360' AND
( BSEG-KOSTL = '67120' OR BSEG-KOSTL = '67140' )

Former Member
0 Kudos

Thank you for the response.

As I said before, the substitution is working well when I do a simulation. All the values are changed as per substitution rules.

When I run F110, it doesnt work at all. F110 doesnt trigger the substitution.

I really need help on this please.

Regards

Louise

Peter_Inotai
Active Contributor
0 Kudos

You might put a breakpoint at FORM OPEN_FI_FELDSUBSTITUTION in include F110SFO0, where the substitutions are called so see what happens there.

Peter

gladys_xing
Active Contributor
0 Kudos

Hi Louise,

I think F110 is a batch input processing run, so you should enter 2 in "Activtn level" field in your Substitution in OBBH.

Please refer to F1 help of this "Activtn level" field

Activation level for validation/substitution callup points

Specifies the activation level of validation or substitution.

Use

You can use the following activation levels:

0 Inactive

1 Active

2 Batch input processing

WIth Best Regards,

Gladys

Former Member
0 Kudos

Sorry all, none of the above worked.

Any other ideas that I can try?

Regards

Louise

Former Member
0 Kudos

why do you use KSTAR? why not HKONT?

Former Member
0 Kudos

Hi,

Check the substitution status whether active or not at OBBH.

Regards

Surya