
com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.AcctngDocumentPostFunctionResult 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 java.util.List;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.structures.ReturnParameter;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.types.LogicalSystemOfSourceDocument;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.types.ObjectKey;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.types.ReferenceTransaction;
public interface AcctngDocumentPostFunctionResult {
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultAcctngDocumentPostFunctionResult#getReferenceProcedure() default implementation}
*
* @return
* Reference procedure
*/
ReferenceTransaction getReferenceProcedure();
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultAcctngDocumentPostFunctionResult#getReferenceKey() default implementation}
*
* @return
* Reference key
*/
ObjectKey getReferenceKey();
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultAcctngDocumentPostFunctionResult#getLogicalSystemOfSourceDocument() default implementation}
*
* @return
* Logical system of source document
*/
LogicalSystemOfSourceDocument getLogicalSystemOfSourceDocument();
/**
* See also the {@link com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.DefaultAcctngDocumentPostFunctionResult#getMessages() default implementation}
*
* @return
* Return parameter
*/
List getMessages();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy