2017 May 25 12:24 PM - edited 2024 Feb 03 11:23 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
21 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.