Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from john.louk on Dec 18 at 2:00 PM Please provide the definition for your internal table (it_ekbe). Cheers John
| | | ---------------Original Message--------------- From: shyam Sent: Tuesday, December 17, 2013 10:52 PM Subject: Ekbe Table Fetching Data I am facing ekbe table some issues for fetching data for grn value. This is my code for ekbe table. * select ebeln "to get po grn value * ebelp * BUDAT * bewtp * bwart * menge * dmbtr * werks from ekbe * into table it_ekbe * where ebeln = it_ekpo-ebeln * and ebelp = it_ekpo-ebelp * and bewtp = 'E' * and bwart in ('101', '105','123','122','102','106' ). In ekbe table it had five datas .but in coding I have only three items came..only for reverse condition ...for example. ebeln ebelp bwart bewtp dmbtr 400000018 10 101 E 4000 400000018 10 102 E 4000 400000018 10 101 E 5000 400000018 10 105 E 4000 400000018 10 101 E 4000 this ekbe table datas... But I have in coding it_ekbe oly three datas are came 400000018 10 101 E 4000 400000018 10 102 E 4000 400000018 10 101 E 5000 Please tell some useful ideas. | | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |