
com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.FixedAssetChangeFunctionResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bapi-api Show documentation
Show all versions of bapi-api Show documentation
Generated classes of the SAP S/4HANA Virtual Data Model (VDM) for BAPIs.
The newest version!
/*
* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
*/
package com.sap.cloud.sdk.s4hana.datamodel.bapi.functions;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.structures.ReturnParameter;
public interface FixedAssetChangeFunctionResult {
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultFixedAssetChangeFunctionResult#getMessage() default implementation}
*
* @return
* Information about Errors which Occurred
*/
ReturnParameter getMessage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy