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

FI-AA Data Transfers

Former Member
0 Likes
796

Hi Guys,

First of all I must say I'm really new to ABAP but I have been programming all my life so

I took a look at some codes and thought it would be possible.

I need to write some routines to export all the movements occurred in a period of time

Those movements comprehend aquisitions, transfers and so on.

So I need to know where these information are stored and the layout of those tables to

start writing my routines.

Is it possible to find these informations on the internet? Where do i have to go to find them?

Thanks in an advance.

Reginaldo

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
760

Take a look at logical database ADA (via transaction SE36) the structure will help you. (good old [Asset Accounting (FI-AA)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/FIAA/FIAA.pdf] could also help you)

Regards,

Raymond

Hi Guys,

First of all I must say I'm really new to ABAP but I have been programming all my life so

I took a look at some codes and thought it would be possible.

I need to write some routines to export all the movements occurred in a period of time

Those movements comprehend aquisitions, transfers and so on.

So I need to know where these information are stored and the layout of those tables to

start writing my routines.

Is it possible to find these informations on the internet? Where do i have to go to find them?

Thanks in an advance.

Reginaldo

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
761

Take a look at logical database ADA (via transaction SE36) the structure will help you. (good old [Asset Accounting (FI-AA)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/FIAA/FIAA.pdf] could also help you)

Regards,

Raymond

Read only

0 Likes
760

Thanks Raymond for your answer.

That PDF ( good old Asset Accounting (FI-AA)) I had already seen it.

There's a lot of information there as you know but nothing from the back

of stage and as you know there is where we - the developers - work.

You mentioned - transaction SE36 - but i forgot to say that I dont have

acess to any SAP environment to do run that.

What would be another way?

Reginaldo

Read only

0 Likes
760

As the technical description of SAP programs and tables is somewhat copyright protected, i cannot give you a link, try to google for tables ANEK, ANEP, ANEA (asset documents) BKPF, BSEG (accounting documents) and ANLA, ANLB (asset master data). But how do you intend to code without access to SAP ?

Regards,

Raymond

Read only

0 Likes
760

Thanks again Raymond.

At some moment during the process I'll have access to SAP

but till there I would like, if possible - of course - to have something.

If all the ways you gave me do not work I'll have to change this focus.

One more question if dont mind. Are these tables structures different

from client to client or they are the same all over the world?

Reginaldo

Read only

0 Likes
760

Their structures are mostly constant through the world, only some minor differences can arise due to various R3/ECC versions.

Regards,

Raymond