
com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.FixedAssetCreateFromData1FunctionResult 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.FixedAssetReferenceAssetForCreating;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.structures.ReturnParameter;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.types.AssetSubnumber4;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.types.CompanyCode;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.types.MainAssetNumber12;
public interface FixedAssetCreateFromData1FunctionResult {
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultFixedAssetCreateFromData1FunctionResult#getAssetCreated() default implementation}
*
* @return
* Asset Created
*/
FixedAssetReferenceAssetForCreating getAssetCreated();
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultFixedAssetCreateFromData1FunctionResult#getMessage() default implementation}
*
* @return
* Information about Errors which Occurred
*/
ReturnParameter getMessage();
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultFixedAssetCreateFromData1FunctionResult#getCompanycode() default implementation}
*
* @return
* Companycode
*/
CompanyCode getCompanycode();
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultFixedAssetCreateFromData1FunctionResult#getAsset() default implementation}
*
* @return
* Asset
*/
MainAssetNumber12 getAsset();
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultFixedAssetCreateFromData1FunctionResult#getSubnumber() default implementation}
*
* @return
* Subnumber
*/
AssetSubnumber4 getSubnumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy