‎2019 Sep 23 8:23 PM
Hello Guys,
There is a requirement to hold values of BSEG structure into an internal table during the runtime of FI posting.
What options are available ?
Thanks
‎2019 Sep 23 10:03 PM
Can you explain the scenario? do you need to keep entire bseg table in internal table or whats ? Normally when you post FI document , until you committed it will be buffer.
‎2019 Sep 24 1:23 PM
Hi,
Yes, entire table (but only limited data fields) and how do we read that from buffer. In our user exit for substitution we would like the system to read data the each line and apply the functional area.
One Example:
entry
Forex Ac Debit XX the FA should be applied from next line that is (GL (BS) ac)
To GL ac (BS) Debit XX FA will be read by SETS
If we have the BSEG structure lines in a internal table that can be read and apply the FA.
Thanks
‎2019 Sep 24 1:27 PM
Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area: "Before answering You should only submit an answer when you are proposing a solution to the poster's problem"
‎2019 Sep 24 1:39 PM
Even holding a limited number of fields still exposes the performance issue of storing "all rows of BSEG", which expands constantly.
The functional requirement still seems murky as well.