cancel
Showing results for 
Search instead for 
Did you mean: 

substitution not working

Former Member
0 Kudos

I created my substitution for line item level like this:

if i use 10001 gl account my business area should be 1000

prerequisite:

bseg-saknr='10001'

substitution:

bkpf-gsber='1000'

i saved and activated in obbh with callup point 2.

i tested in fb01, it is not working.

what could be the wrong from my side.

please guide me

sateesh

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

It is working now

Former Member
0 Kudos

>

> if i use 10001 gl account my business area should be 1000

> prerequisite:

> bseg-saknr='10001'

> substitution:

> bkpf-gsber='1000'

> i saved and activated in obbh with callup point 2.

> i tested in fb01, it is not working.

> what could be the wrong from my side.

> please guide me

> sateesh

Hi Sateesh,

it ought to read bseg-gsber='1000'.

There is no field gsber in bkpf.

hth

Ute

Edited by: Ute S. on Sep 5, 2008 3:00 PM

Former Member
0 Kudos

Hi,

I wrote in substitution as bseg-gsber='1000' but i typed in bkpf-gsber in wrongly.

Still it is not working.

sateesh

JozsefSzikszai
Active Contributor
0 Kudos

hi Sateesh,

one reason could be the conversion exits on field G/L account. Its is stored with leading zeros in the database, therefor you have to give the condition like this:

bseg-saknr='0000010001'

(pls. note there are 5 zeros at the beginning, all together should be always ten digits)

hope this helps

ec

Former Member
0 Kudos

Hi Eric,

thanks for your reply.

even i tried with that combination still it is not working.

sateesh

Former Member
0 Kudos

HI,

try to simulate your substitution and see wether you are getting the expected result or not.

How to simulate: place the cursor on your substitution and, in the menu bar select substitution-simulate

enter value of saknr and execute.

and check wether the field(bkpf-gsber) is subtituted or not.

iklovski
Active Contributor
0 Kudos

See my comments on the previous thread...