All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.AcctngDocumentPostFunctionResult Maven / Gradle / Ivy

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