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

Partial data extracted from bseg data

Former Member
0 Likes
1,519

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
Read only

matt
Active Contributor
0 Likes
1,417

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

Yes.

Read only

Former Member
0 Likes
1,417

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

Read only

matt
Active Contributor
0 Likes
1,417

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

Read only

DoanManhQuynh
Active Contributor
0 Likes
1,417

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

Read only

RaymondGiuseppi
Active Contributor
1,417

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

Read only

Former Member
0 Likes
1,417

Thanks got a new idea for aggregate in for all entries