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

Help on SAP Query

Former Member
0 Likes
432

Hi friends,

I need to modify the query by removing the field VBAK-VKGRP ( Sales Group) from display and have to include the Sales Group Description (TVGRT-BEZEI) in that place.

I have added TVGRT-BEZEI in my function group, now how to display this in my query ? I am using 4.5B version. can anybody explain me the steps for this ?

Thanks in advance.

Regards,

Joseph

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
379

Hello,

GO to SQ01 > Ener query name and Change.

Click on to basic list.

If you have graphical painter, just drag and drop the field you want in display.

IF you want to remove the field, simply remove the tick from the field list avaliable in the left panel.

Regards,

Naimesh

Read only

Former Member
0 Likes
379

Hi Raj ,

1.Open query in Change Mode ,

2.Add table TVGRT,

3.check the sytax ,u can join VBAK-VKGRP = TVGRT-VKGRP.

4.Change output Fields ,include TVGRT-BEZEI

5.Save activate .

Regards

Prabhu