Symptom
AuC ID (Asset under construction ID) details missing in the Enterprise Project API and CDS views.
Environment
SAP S/4HANA Cloud
Resolution
The Enterprise project API and the CDS views doesn't store the Asset data. But it can be fetched using the standard CDS view I_FixedAsset.
For example the below select query fetches the AuC ID:
SELECT FixedAssetExternalID FROM i_fixedasset WITH PRIVILEGED ACCESS WHERE investmentprojectwbselement = @lt_elem_data-wbselementinternalid AND investmentprojectwbselement IS NOT INITIAL AND ismainasset = 'X'.
See Also
Keywords
AuC ID, PPM-SCL-STR, PPM-SCL-STR-FIO, Enterprise Project, S/4HANA Cloud, Asset under construction. , KBA , PPM-SCL-STR , Project Structure (Public Cloud) , PPM-SCL-STR-FIO , Fiori UI for Project Structure (Public Cloud) , Problem