
com.sap.cloud.sdk.s4hana.datamodel.bapi.services.FinancialTransactionService 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.services;
import com.sap.cloud.sdk.s4hana.datamodel.bapi.functions.FinancialTransactionGetListFunction;
/**
* Financial Transaction
*
* Business Object: BUS2042
*
*
* @see DefaultFinancialTransactionService
*
*/
public interface FinancialTransactionService {
/**
* Transactions List
*
* BAPI_FTR_GETLIST
*
*
* @return
* Invocation builder for GetList
*/
FinancialTransactionGetListFunction getList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy