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: 

About Material in BSEG

Former Member
0 Kudos
672

Hi ABAPers,

I want to get material based on the accounting document number.. In Transaction Code FB02, we enter Document Number and based on that document number we get material .

My problem is, The same document number is available in BSEG not in BSIM. So how to get material except BSEG Table as its taking much time for execution.

Thanx in Advance

shardul shah

1 ACCEPTED SOLUTION

Former Member
0 Kudos
237

based on accouting document from table BKPF and then do a select based on bkpf data into BSEG which will fetch data and then select particular material required .

enter the required index field in bseg ,like budat ,gjahr belnr.

Please reward if useful.

2 REPLIES 2

Former Member
0 Kudos
238

based on accouting document from table BKPF and then do a select based on bkpf data into BSEG which will fetch data and then select particular material required .

enter the required index field in bseg ,like budat ,gjahr belnr.

Please reward if useful.

0 Kudos
237

ya thanx.. its helpful to me