cancel
Showing results for 
Search instead for 
Did you mean: 

ANBTR01 Report

Former Member
0 Kudos

Hi Experts,

I have created LSMW for Asset Legacy data upload (AS91).

After upload of data, I want to see the data updated in field "ANBTR01". (Please see attached screen shot).

But unfortunately its a Structure, can you please help me to get data for above field.

Thanks for help.

Regards,

Sudhir Harale

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182098
Active Contributor
0 Kudos

What is ANBTR?

What amount posted you would like to see?

Where you have entered this amount? What is this amount you are referring to?

If you have entered the values correctly in AS91, then they should be appeared.

You need to clarify further.

raymond_moynihan
Contributor
0 Kudos

Hello Sudhir,

You should review/adapt your conversion rules in LSMW.

For instance, conversion for field ANBTR02 :

ANBTR02                      Trans. amount (legacy data transfer FI-AA)
*******             Source:  ZBALTB-ANBTR03 (????? ???????? 3)
                    Code:    if ZBALTB-ANBTR03 = '0' and 1 = 2.
                             BALTB-ANBTR02 = '!'.
                             else.
                             BALTB-ANBTR02 = ZBALTB-ANBTR03.
                             endif.

Also, as of Release 4.6B, the legacy data transfer therefore is recommended
via BAPI BAPI_FIXEDASSET_OVRTAKE_CREATE since this offers all of the
transfer options of the new Transaction AS91 (as of Release 4.5B).
(SAP note 550176).

hope this helps

regards

Ray