cancel
Showing results for 
Search instead for 
Did you mean: 

GL Account numbers are not updating in GL account datasource

former_member267533
Participant
0 Kudos
1,748

Hi All,

After Patch update in ECC system, GL account numbers and Chart o accounts data is not updating in 0GL_ACCOUNT_T011_HIER datasource.

I tried with delete existing datasource and activated but no luck,

checked in FSE3 t.code for one financial stat. version, here GL accounts are maintained.

pls check the below screen shot.

Please help me on this.

Thanks & Regards,

Kumar.

View Entire Topic
henry_jones
Participant
0 Kudos

Here is how I fixed it.
Modify the code in Target Segment: Hierarchy Structure.


0CHRT_ACCTS:
if source_fields_3-iobjnm = '0GL_ACCOUNT'.
result = source_fields_3-nodename+0(4).
endif.


0GL_ACCOUNT:
if source_fields_3-iobjnm = '0GL_ACCOUNT'.
result = source_fields_3-nodename+4(10).
endif.