Skip to Content
0
Jun 09, 2009 at 03:27 PM

FI - Substitution Callup Point- 3 Completed Document

788 Views

Dear All

I am working on FI Substitution Callup Point-3 "Completed Document" and Prerequisite for user exit is given below.

BKPF-BUKRS = 'ZSOF' AND BKPF-PLART = 'KR'

At the time of saving transaction User Exit 'U205' is calling fine and I am having values of Table BKPF and BSEG at that time.

My requirement is that, I want to change "Business Area" of one of the line item in BSEG by reading another line item. Line Item Number for which I want to change the value is not at fixed position it can be 10, 20 or 30.

I want to read all line items in BSEG at the time Saving but in User Exit I am able to read only one line item at break point. Pressing F8 is completing the transaction instead of stopping on breakpoint for next line item. How can or in which table I can read all line items.

Is there some way to read all line items.