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

ABAP Query error

Former Member
0 Likes
1,152

Hello! can anyone help pls?

I am in the process of constructing an ABAP query and I'm getting an error message which is quite puzzling. Here's the details:

I'm creating the query using an infoset constructed from logical database VAV. When I try to add field VBUP-GBSTA to my basic list design, I get the following error:

"You placed fields from different parallel branches of the hierarchical data source in the same line. . This makes no sense. The list will not be displayed as you desire. . List is only displayed in simple format for correction purposes. . Please check the sequence. Button allows you to color list fields according to the hierarchy. "

I don't know why this is the case, and I really need to report on that field. Any ideas would be most appreciated!

Thanks in advance!

3 REPLIES 3
Read only

Former Member
0 Likes
680

HI

you would have changed the hierarchy of the LDB which should not be done. Call the GET event as you declared in the LDB. can you post your program

regards

Read only

Former Member
0 Likes
680

I hope u are taking the field GBSTA more than one time in the report layout. Check in Infoset.

Thanks

Eswar

Read only

Former Member
0 Likes
680

Hello Elizabeth,

I hope you have selected VBUP also in the hierarchy in the infoset. If this is selected and the field which you are looking for (GBSTA) is assigned to a field group, then u should be able to select this in the basic list.

Hope this helps

Abhijit