2018 Nov 17 10:15 AM
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
2018 Nov 18 12:53 AM
"Is it possible to extract correct and complete data for multiple belnr in single fetch?"
Yes.
2018 Nov 18 3:09 AM
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
2018 Nov 18 7:16 AM
You've not given enough information for me to give you a more detailed answer.
2018 Nov 19 2:34 AM
how did you input into selection options belnr? and also what is your sql?
2018 Nov 19 7:53 AM
Yes you can, but first read (again) documentaion on WHERE criteria in online help or your Abap course materials.
2018 Nov 19 4:05 PM