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.
Hi All,
we got replay from SAP, they suggested note: 1997720. we implemented this note in ecc side and issue resolved from source side.
Thanks & Regards,
Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
I also have the same problem. The note doesn't work for me. We are already using 7.x... I think the problem is that the 0GL_ACCOUNT infoobject is set for intervals, but the datasource is not., so the "hierarchy split" solution doesn't work... I might be wrong... Still looking into it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did anybody found a solution for this. We face the same problem with 0GL_ACCOUNT_T011_HIER. Unfortunatly I also get an error when I want to activate when I want change to IDOC so I cannot go this way for the moment. Many thanks for any reply on this.
Best regards!
Frank Thierfeldt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kumar,
I had the same issue. I found OSS note 1946613 - 0GL_ACCOUNT: Load Hierarchy Error RH211 and Interval Issue.
It explains about changing the transfer method in the transfer rules of the datasource related to the hierarchy from PSA to Idoc. Additionally I had to change a setting in the Infopackage as well. In the Processing tab I had to change it to ALE Inbox and Infoobject. But don't know whether this is applicable to your situation as well.
After these two minor changes the load of the hierarchy works fine again. I tested it by deleting the entire hierarchy before loading it.
Hope it helps!
Best regards,
Jos Verschure
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mgande,
Thank you very much for your support.
I've checked the sap note, I think this note is applicable on BW system. But we are not getting data from ECC it self.
Regards,
Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. Try with SAP note : 2190545.
-
Regards,
Mgande
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mgande,
I've checked 0GLACCEXT hierarchy.
0GLACCEXT hierarchy also same problem. Field and FS Item are not updating in rsa3/PSA.
Before update this fields are updating.
Any settings we need to do. are any sap notes are available to resolve this.
Regards,
Varaprasad.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Is it for only a few G/L accounts or all? And did you check with other hierarichies (HIENM) ?
-
Regards,
Mgande
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
31 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.