2007 Mar 03 6:44 AM
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
2007 Mar 04 6:04 AM
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.
2007 Mar 04 6:04 AM
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.
2007 Mar 05 6:03 AM