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: 

Partial data extracted from bseg data

former_member183607
Contributor
0 Kudos
367

In ABAP program when I select data from bseg into table based on select options of belnr,gjahr and bukrs being parameter.

Only few lines are displayed with incorrect data.I tried with select * also result is same.

But when I changed select option of belnr to parameter then all records are selected.

Is it possible to extract correct and complete data for multiple belnr in single fetch?

Thanks,

S.Shukla

6 REPLIES 6

matt
Active Contributor
0 Kudos
265

"Is it possible to extract correct and complete data for multiple belnr in single fetch?"

Yes.

0 Kudos
265

Hi,

How I can achieve,if I used select option for belnr field in selection screen , I am not getting all records.

Where as if changed to parameter I am getting.

Thanks

matt
Active Contributor
0 Kudos
265

You've not given enough information for me to give you a more detailed answer.

DoanManhQuynh
Active Contributor
0 Kudos
265

how did you input into selection options belnr? and also what is your sql?

raymond_giuseppi
Active Contributor
265

Yes you can, but first read (again) documentaion on WHERE criteria in online help or your Abap course materials.

former_member183607
Contributor
0 Kudos
265

Thanks got a new idea for aggregate in for all entries