cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Query

Former Member
0 Kudos

hi all,

can anyone tell me how to maintain the positioning of the fields when generating a report through abap query.

when im executing im getting as

Tel no2 tel no cust no name

rather it should be

cust no name tel no tel no2

cheerz..

raj

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183879
Active Contributor
0 Kudos

Hi Rajasekhar,

The query actually outputs the fields in the sequence you have selected these fields while clicking the "Output"Checkbox.

So do the following.

Go to the query in change mode and deselect all the output fields.Now select the output fields in the sequence you want. Now save it.

You can execute the query now. You can see the fields in the sequence you have selected.

Hope this helps you.

You can reward if this helps you

former_member184555
Active Contributor
0 Kudos

Hi

Please check this link for a detailed document on ABAP Query. It explains the concept step by step with screen shots.

http://www.auditware.co.uk/downloads/SAPQuery_step_thru.pdf

Thanks,

Ravi