Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask.Run
Packages that use Run
Package
Description
-
Uses of Run in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type parameters of type RunModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Run,SAP__Message> Run._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Run>Run.ALL_FIELDSSelector for all available fields of Run.static final SimpleProperty.String<Run>static final SimpleProperty.String<Run>Run.REPORTING_YEARstatic final SimpleProperty.Guid<Run>static final SimpleProperty.String<Run>static final SimpleProperty.String<Run>static final SimpleProperty.String<Run>Run.STATRY_RPT_DEFstatic final SimpleProperty.Guid<Run>static final SimpleProperty.String<Run>static final SimpleProperty.String<Run>static final SimpleProperty.String<Run>static final SimpleProperty.Guid<Run>static final SimpleProperty.DateTime<Run>static final SimpleProperty.Date<Run>static final SimpleProperty.Date<Run>static final SimpleProperty.Date<Run>static final SimpleProperty.Guid<Run>static final SimpleProperty.String<Run>static final NavigationProperty.Single<Run,Activity> Run.TO__ACTIVITYUse with available request builders to apply the _Activity navigation property to query operations.static final NavigationProperty.Collection<Activity,Run> Activity.TO__RUNUse with available request builders to apply the _Run navigation property to query operations.static final NavigationProperty.Single<RunParameter,Run> RunParameter.TO__RUNUse with available request builders to apply the _Run navigation property to query operations.static final NavigationProperty.Collection<Run,RunParameter> Use with available request builders to apply the _RunParameter navigation property to query operations.static final NavigationProperty.Single<Run,Task> Run.TO__TASKUse with available request builders to apply the _Task navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return RunMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return types with arguments of type RunModifier and TypeMethodDescriptionActivity.getRunIfPresent()Retrieval of associated Run entities (one to many).io.vavr.control.Option<Run>RunParameter.getRunIfPresent()Retrieval of associated Run entity (one to one).Run.getType()static BoundAction.SingleToSingle<Run,Run> Action that can be applied to any entity object of this class.static BoundAction.SingleToSingle<Run,Run> Action that can be applied to any entity object of this class.static BoundAction.SingleToSingle<Run,Run> Action that can be applied to any entity object of this class.static BoundAction.SingleToSingle<Run,Run> Action that can be applied to any entity object of this class.static BoundAction.SingleToSingle<Run,Run> Action that can be applied to any entity object of this class.static BoundAction.SingleToSingle<Run,Run> Action that can be applied to any entity object of this class.static BoundAction.SingleToSingle<Run,Run> Action that can be applied to any entity object of this class.static BoundAction.SingleToSingle<Run,Run> Action that can be applied to any entity object of this class.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with parameters of type RunModifier and TypeMethodDescriptionvoidAdds elements to the list of associated Run entities.Navigation property _Run for Activity to multiple Run.Navigation property _Run for RunParameter to single Run.voidOverwrites the associated Run entity for the loaded navigation property _Run.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type arguments of type RunModifier and TypeMethodDescriptionvoidOverwrites the list of associated Run entities for the loaded navigation property _Run.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with parameters of type RunModifierConstructorDescriptionRunParameter(UUID statryRptRunParamUUID, UUID statryRptRunUUID, UUID statryRptActivityUUID, UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptRunParamID, String statryRptRunParamRngeSign, String statryRptRunParamRngeOption, String statryRptRunParamRngeLowValue, String statryRptRunParamRngeHighValue, Run to_Run, Task to_Task) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type arguments of type RunModifierConstructorDescriptionActivity(UUID statryRptActivityUUID, UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptActivityId, String statryRptActivityType, String statryRptActivityPhase, String statryRptActivityStatus, LocalDate statryRptTaskDueDate, Collection<SAP__Message> _Messages, Phase to_Phase, List<Run> to_Run, Task to_Task) -
Uses of Run in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type RunModifier and TypeMethodDescriptionDefaultStatutoryReportingTaskService.countRun()StatutoryReportingTaskService.countRun()Fetch the number of entries from theRunentity collection matching the filter and search expressions.Create a newRunentity and save it to the S/4HANA system.DefaultStatutoryReportingTaskService.getAllRun()StatutoryReportingTaskService.getAllRun()Fetch multipleRunentities.DefaultStatutoryReportingTaskService.getRunByKey(UUID statryRptRunUUID) StatutoryReportingTaskService.getRunByKey(UUID statryRptRunUUID) Fetch a singleRunentity using key fields.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type Run