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

Need inputs for BAPI_ACC_ASS_TRANSFER_POST

Former Member
0 Likes
1,752

Dear all,

I'm using BAPI_ACC_ASS_TRANSFER_POST for asset transfer,

My requirement is to transfer asset to another new asset( New asset to be created while BAPI execution)

My inputs to the BAPI are as following.

DOCUMENTHEADER

       OBJ_TYPE                       AMBU

       USERNAME                       USNAM

       HEADER_TXT                     TEST

       DOC_DATE                        31.03.2014

       PSTNG_DATE                     31.03.2014

       TRANS_DATE                     31.03.2014

       DOC_TYPE                       AA

TRANSRETIREMENTDATA

            ITEMNO_ACC                     0000000001

            COMP_CODE                      0001

            ASSETMAINO                     10700937

             VALUEDATE                      31.03.2014

            TRANSVAR                       ZT01

            AMOUNT                                                1,0000

            CURRENCY                       EUR

            PART_COMCO                     0001

TRANSACQUISITIONDATA

           ITEMNO_ACC                     0000000001

           COMP_CODE                      0001

           ASSETMAINO                     10700937

           VALUEDATE                      31.03.2014

           TRANSVAR                       ZT01

           PART_COMCO                     0001

           CURRENCY                       EUR

ACCOUNTGL

           ITEMNO_ACC                     0000000001

           COMP_CODE                      0001

           FISC_YEAR                      2014

           FIS_PERIOD                     04

           COSTCENTER                     AA26140

           WBS_ELEM                  DEV.X74P1 .01.00
          QUANTITY                             1,000
         WBS_ELEM_COST             DEV.X74P1 .01.00

CURRENCYAMOUNT

           ITEMNO_ACC                     0000000001

           CURRENCY                       EUR

I'm getting the below Return message

T ID              NUM MESSAGE
E AA             

439 Posting not possible (Asset does not manage postable areas

But when i use Tcode ABUMN, I'm able to post the document with the newly created Asset

Kindly give your inputs to overcome this issue

Regards,

Prakash

Dear all,

I'm using BAPI_ACC_ASS_TRANSFER_POST for asset transfer,

My requirement is to transfer asset to another new asset( New asset to be created while BAPI execution)

My inputs to the BAPI are as following.

DOCUMENTHEADER

       OBJ_TYPE                       AMBU

       USERNAME                       USNAM

       HEADER_TXT                     TEST

       DOC_DATE                        31.03.2014

       PSTNG_DATE                     31.03.2014

       TRANS_DATE                     31.03.2014

       DOC_TYPE                       AA

TRANSRETIREMENTDATA

            ITEMNO_ACC                     0000000001

            COMP_CODE                      0001

            ASSETMAINO                     10700937

             VALUEDATE                      31.03.2014

            TRANSVAR                       ZT01

            AMOUNT                                                1,0000

            CURRENCY                       EUR

            PART_COMCO                     0001

TRANSACQUISITIONDATA

           ITEMNO_ACC                     0000000001

           COMP_CODE                      0001

           ASSETMAINO                     10700937

           VALUEDATE                      31.03.2014

           TRANSVAR                       ZT01

           PART_COMCO                     0001

           CURRENCY                       EUR

ACCOUNTGL

           ITEMNO_ACC                     0000000001

           COMP_CODE                      0001

           FISC_YEAR                      2014

           FIS_PERIOD                     04

           COSTCENTER                     AA26140

           WBS_ELEM                  DEV.X74P1 .01.00
          QUANTITY                             1,000
         WBS_ELEM_COST             DEV.X74P1 .01.00

CURRENCYAMOUNT

           ITEMNO_ACC                     0000000001

           CURRENCY                       EUR

I'm getting the below Return message

T ID              NUM MESSAGE
E AA             

439 Posting not possible (Asset does not manage postable areas

But when i use Tcode ABUMN, I'm able to post the document with the newly created Asset

Kindly give your inputs to overcome this issue

Regards,

Prakash

1 REPLY 1
Read only

Former Member
0 Likes
979

This message was moderated.