cancel
Showing results for 
Search instead for 
Did you mean: 

Create Fixed Asset for Statistical Internal Order

former_member299514
Participant
0 Kudos

Hi All,

We have a requirement to create fixed assets and auc for statistical internal order. This is the requirement for our implementation going on for S/4 HANA Simple Finance implementation. As a part of it all capex internal orders are created as statistical.

While this is not being possible in standard to create an asset from the statistical io and it is giving the following error:

In their existing system R/3 4.7 version they are doing it and they want the same functionality here also.

I am not sure whether it is possible in standard? Or is there an exiting enhancement in place to cater this.

Can anybody help me if you have worked on such a requirement before?

Regards,

Suman Misra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Suman,

A statistical order cannot be settled and that is the reason you cannot assign GL Accounts to this IO.

Statistical orders are just for analysis purpose and it therefore you are not allowed to do any assignments. However, as Ajay mentioned you can use the above BAPI and have a discussion with your ABAP resource on this.

Thanks

Seema

former_member299514
Participant
0 Kudos

This message was moderated.

former_member299514
Participant
0 Kudos

Will somebody throw some light in this issue?

ajaycwa1981
Active Contributor
0 Kudos

Hi Suman

First of all, I would urge you to promptly close your threads once they are resolved. This will help others to know how the issue was fixed. It does not cost anything, but helps others.

For your issue, there is no solution in Standard SAP. You will have to resort to using the Custom Enhancement. You can use BAPI_FIXEDASSET_CREATE in SFIN system

A lot has changed technically between earlier SAP ERP and S4 HANA. So I cant comment why your existing custom enhancement is failing. You can debug the same to find out

Regards

Ajay M

former_member299514
Participant
0 Kudos

Hi Ajay,

Thanks for the inputs. I have one statistical internal order in system and I want to create a Fixed asset through the above BAPI. I am not able to test this out manually.

I am executing this bapi manually by assigning the internal order and the fixed asset class. The return although says Assets created with number 000000.

But actually I cant find the asset in as03 nor in the statistical internal order.

Regards,

Suman Misra

ajaycwa1981
Active Contributor
0 Kudos

Hi Suman

you should check this with ABAP. This BAPI has to work

Ajay M