Hello Gurus,
We have just upgraded our BW system from 7.0 to 7.4 with SP12. After the upgrade, I'm not able to load the data to IO 0GN_VENDOR as update rule throws a syntax error "RSGN_GLOB_ID must be a flat structure. you cannot use internal tables, strings, references or structures as components".
I know that this error is showing up because inside all field routines following include programs viz. rsbctgn_top, rsbctgn_update_rules and rsbctgn_update_rules_special are called and all these programs have same syntax error as SAP has changed the component LOCALID of structure RSGN_GLOB_ID from char 60 to sstring 1333.
Now, the issue is I'm not able to find a suitable SAP note to correct this error.
I found the note: 1847030 - Checkman error reported in BI_CONT 747but system prompts that it cannot be implemented.
I also went through a note: 1853775 - Errors when using BI Content 7.47 SP04 on SAP BW 7.40 SP02but did not find anything useful.
Current BW system details -
SAP_BASIS 740 0012
SAP_ABA 740 0012
PI_BASIS 740 0012
ST-PI 740 0002
SAP_BW 740 0012
BI_CONT 746 0000
Thanks!
Mandar
P.S. Though the program RSBCTSRM_GROUP_LINKED_SUPPLIER is not a part of update rule/routine, throws the same error while syntax check as it also contains the same structure RSGN_GLOB_ID in declaration.