Application Development 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: 

The data object "BSEG" does not have a component called "ZZREGION".

Former Member
0 Kudos

Hi Friends,

Getting ABAP runtime error while doing MIGO-Goods receipt .

The data object "BSEG" does not have a component called "ZZREGION".

Any pointers

Regards

Ashu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

if that error occur in PRD or QTYso , it may be not transporting your Custom object "ZZREGION" to PRD or QTY.

Regards

Amit Nagaich

4 REPLIES 4

former_member555112
Active Contributor
0 Kudos

Hi,

Please check the table BSEG.

Someone has appended a structure to it with the field ZZREGION.

However the table BSEG was not adjusted properly which is resulting in this dump.

Activate and adjust the table BSEG via SE14. Things will be fine then.

Regards,

Ankur Parab

Former Member
0 Kudos

Hi,

if that error occur in PRD or QTYso , it may be not transporting your Custom object "ZZREGION" to PRD or QTY.

Regards

Amit Nagaich

former_member209217
Active Contributor
0 Kudos

Hi Ashutosh,

Chk whether the table is activated or not.

Or it might be changed using Append structures .

Regards,

Lakshman.

Former Member
0 Kudos

ansd.