Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Syntax error in program GBBTQFI0

Former Member
0 Likes
2,494

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,572

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

Read only

Former Member
0 Likes
1,572

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

Read only

Former Member
0 Likes
1,572

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

Read only

0 Likes
1,572

hi

the problem was solved

regards

srini

Read only

0 Likes
1,572

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?

Read only

Former Member
0 Likes
1,572

Hello,

I have the same problem on a ECC IDES System.

How did you resolve this ?

Thanks a lot

Math

Read only

0 Likes
1,572

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