‎2008 Jul 16 6:15 AM
dear gurus
i am getting the following error while doing PGI, this is a runtime error and the analysis states
in program GBBTQFI0 the following syntax error occured
in the include GBBTQFIB in the line 785
the data object BSEG does not have a component called ZZREGION
can u give the solution regarding this
regards
srini
‎2008 Jul 16 6:27 AM
Hi Srini,
Is this an Upgrade related syntax error. Check if ur table BSEG has ZZREGION, I guess it should have been deleted during the SPDD adjustments. If this is not the case can you provide some more info.
Regards,
Sai
‎2008 Jul 16 7:06 AM
Hi !
Standard BSEG does not have the field ZZREGION
, for sure....
So I think BSEG- ZZREGION is or was a customer-appended field on your devolopement system and has not ben transported to your productive system.
What you should do is... check the definition of BSEG in your devolopment system.
Try to find out what BSEG- ZZREGION is and transport it to your produvtive system.
OR ... check out the code where the BSEG- ZZREGION
is beeing used and try to find out if this is stell in use.
Hope that helped a bit....
Rainer
‎2008 Jul 16 7:11 AM
hiiii
BSEG does not have this field..may be it will be in Append Structure of BSEG..try to find it from old system.i think you need to append structure with this field.
regards
twinkal
‎2008 Nov 24 12:04 PM
‎2009 Apr 16 6:01 AM
Hi,
We have a similar issue after upgrading from 6.00 to 6.03. (Veriosn 600 to 603)
Can you please tell me how to resolve this?
‎2009 Jan 21 3:25 PM
Hello,
I have the same problem on a ECC IDES System.
How did you resolve this ?
Thanks a lot
Math
‎2009 Feb 12 8:23 AM
Reason: The customized field is missed after upgrade from ECC6.0 to ECC6.03.
Solution:
SE11-->BSEG --> Append structure
.APPEND ZFU12 STRU 0 0 ZZUSERFLD1
ZZUSERFLD1 ZZUSERFLD1 CHAR 9 0 Territory
ZZUSERFLD2 ZZUSERFLD2 CHAR 12 0 Owner/Cont.
ZZUSERFLD3 ZZUSERFLD3 CHAR 22 0 Vein
.APPEND ZREG2 STRU 0 0 region
ZZREGION ZZREGION CHAR 3 0 Location
.APPEND ZT005S STRU 0 0 state
ZZSTATE ZZSTATE CHAR 3 0 State/Province Code