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: 

RWIN to automatically add line items in FI document

0 Kudos

Hi all!

I wish to know if is possible to automatically add line items in a FI document via RWIN and how.

My final goal is the following:

  • A user try to create an FI document with FB01 transaction.

  • He/She insert the appropriate line items manually.

  • He/She press the "Simulation" button

  • In simulation screen there are user's line items, PLUS some more that are necessary in some circumstances.

Is it possible to achieve this scenario?

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

Hi Marinos,

i think it's possible via table <b>TRWPR</b> and an

appropriate function module but it's hold for a modification by SAP.

other possible solutions:

- user exit ?

- interface ( e.g. Intranet-appl. / excel)

and posting via RFBIBL00 / BAPI

regards Andreas

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos

Hi Marinos,

i think it's possible via table <b>TRWPR</b> and an

appropriate function module but it's hold for a modification by SAP.

other possible solutions:

- user exit ?

- interface ( e.g. Intranet-appl. / excel)

and posting via RFBIBL00 / BAPI

regards Andreas

0 Kudos

Hi Andreas and thank you for your response.

Do you know which process, event and component do I have to choose for this?