
com.sap.cloud.sdk.s4hana.datamodel.bapi.structures.FixedAssetFiAaTimeIndependentNationalClassificationCode 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.structures;
import javax.annotation.Nullable;
import com.sap.cloud.sdk.result.ElementName;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.types.NationalClassificationCode;
import lombok.Builder;
import lombok.Data;
/**
* FI-AA: Time-Independent National Classification Code (BAPI)
*
* Structure: BAPI1022_GLO_NATL_CLFN_CODE
*
*
*/
@Builder
@Data
public class FixedAssetFiAaTimeIndependentNationalClassificationCode {
/**
* Field name: NATL_CLFN_CODE
*
* Type element: GLO_NATL_CLFN_CODE
* Domain name: GLO_NATL_CLFN_CODE
* Internal type: CHAR
* Description: National Classification Code
* Max length: 12
*
*
*/
@ElementName("NATL_CLFN_CODE")
@Nullable
private NationalClassificationCode natlClfnCode;
public void validate()
throws IllegalArgumentException
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy