Application Development and Automation 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: 
Read only

Runtime Structure values into internal table

former_member628148
Discoverer
0 Likes
1,219

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

4 REPLIES 4
Read only

Nawanandana
Active Contributor
1,031

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.

Read only

former_member628148
Discoverer
0 Likes
1,031

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

Read only

0 Likes
1,031

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"

Read only

loyd_enochs3
Participant
0 Likes
1,031

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.