LogoLogo
HomepageWhat's NewLoginContact Us
  • Start the Journey
  • Introduction to JustPerform
  • What's new
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    • October 2024
    • September 2024
    • August 2024
    • July 2024
    • June 2024
    • May 2024
    • April 2024
    • March 2024
    • February 2024
    • December 2023
    • November 2023
    • October 2023
    • September 2023
    • July 2023
    • June 2023
    • May 2023
    • April 2023
    • March 2023
    • February 2023
    • January 2023
    • December 2022
    • November 2022
    • October 2022
      • About Spaces
      • About Drive
      • About Modelling
      • About Governance
  • Getting Started
    • Log In
      • Get Access
      • Reset Password
    • Navigate
    • My Support
      • Get Access
      • Navigate
        • How-To Raise
        • How-To Assign
  • Process Definition
    • Modelling
      • Key Components
      • App
        • Navigate
        • How-To Guide
      • Fields
        • Key Terms
        • Navigate
        • How-To Guide
      • Functional Area
        • Navigate
        • Functional Area Detail
        • How-To Guide
      • Sheets
        • Navigate
        • Sheet Detail
          • Level 2 Header
          • Sheet Details Header
          • Layout
          • Options
          • Fields
        • Metrics
          • Navigate
          • Metric Details
        • How-To Guide
      • Models
        • Standard Model
          • How-To Guide
        • Virtual Model
          • How-To Guide
        • Advanced Models
        • Review Data
          • Features
      • Transactions
        • Journal
        • How-To Guide
      • Consolidation Features
        • Consolidation Sheet
        • How-To Guide
    • Process
      • Navigate
      • How-To Guide
      • Scenarios
        • How-To Guide
      • Flow
        • General
        • Navigate
        • How-To Guide
      • Cycle
        • Navigate
        • How-To Guide
        • My Activities
    • Calculations
      • Account Reclassification
        • Navigate
        • How-To Guide
      • Allocation
        • Navigate
        • How-To Guide
      • Account Mapping
        • Navigate
        • How-To Guide
      • Intercompany Elimination
        • Navigate
        • How-To Guide
      • Automatic Journal
        • How-To Guide
      • Currency Conversion
      • Value Driver Tree
        • Get Access
        • Navigate
        • Options
        • How-To Scenarios
          • Lookup - Same Module
          • Lookup - Different Module
          • Union
          • Time Offset
          • Functions
    • Permissions
      • Access Review
        • Navigate
      • Users
        • Navigate
        • How-To Guide
      • Role Management
        • Navigate
        • How-To Guide
    • Remote Tables
      • Files Connection
        • What's the User Flow
        • What's in Connection Schema
        • How-To Guide: By Sheet
        • How-To Guide: Multiple Sheet
        • How-To Guide: Different Sheets
    • Data Flow
      • Navigate
      • Dataflow Details
  • JustPerform 365 Connector
    • Introduction
    • Get Access
    • Navigate
      • Activities Pane
      • Explore Pane
      • Home Pane
  • Stories
    • Getting Started
    • Excel Stories
      • Stories - Design Pane
        • Header
        • Definition
        • Layout
        • Options
      • Create Stories
        • How-To Guide
        • How-To Access Stories
        • How-To Run Calculation
        • How-To Submit Workflow
      • Styles
        • How-To Guide
      • Functions
        • How-To Guide
      • Parameters
        • User flow
        • How-To (User Context)
        • How-To (Book Context)
      • Time series
      • Advanced
    • Snippets
      • Navigate
      • Types of Snippets
      • Design Pane
        • Level 2 Header
        • Snippet Header
        • Layout
        • Options
        • Fields
        • Visual
        • Styles
      • How-To Guide
        • Reports
        • Visuals
        • Input
    • Board
      • Navigate
      • How-To Guide
  • Advanced
    • Connections
      • Connection to S/4 HANA
        • How to Set Up ODP
      • Success Factor
    • Monitoring
      • Task Monitor
        • Actions
      • Event Log
        • Actions
    • General
      • Password Policy
      • Multi Language Localization
        • Enable Multi Language
        • Set Preferred Language
Powered by GitBook
On this page
  • 2.1. Extractor setup
  • 2.2 Validate Extractor
  • 2.3 Test Extractor
  • 2.4 Enabling ODP
  1. Advanced
  2. Connections
  3. Connection to S/4 HANA

How to Set Up ODP

PreviousConnection to S/4 HANANextSuccess Factor

Last updated 2 years ago

Step1. Creating RFC Destination

Tcode : SM59 , Create RFC Destination with connection type

Step2: Activate the Datasource

Any SAP extractor that is whitelisted by SAP for ODP framework can be used to extract data from and expose that data as an OData service for consumption. And for extractors that are delta capable can extract delta data as part of ODP framework and make it available for any external system as an OData service for consumption is icing on the cake.

List of steps to be performed to make this possible can be broadly classified as

  1. Extractor setup

  2. Enabling ODP

  3. OData Service generation

2.1. Extractor setup

This step is typical SAP BW extractor enabling step.

2.1.1 Activate Extractor

Go to transaction RSA5, expand sub tree and find extractor (in this example 0FI_GL_10)

2.2 Validate Extractor

To make sure extractor is active and to view the fields of extractor go to transaction RSA6, expand subtree and find the extractor

2.3 Test Extractor

To perform a test run, go to transaction RSA3 and type in extractor name (in this example 0FI_GL_10) and click on Extraction button

Click on ALV Grid button to view the data.

2.4 Enabling ODP

Most of the extractor have ODP enabled. This can be verified by checking the ODP icon in RSA5/6 which indicates if the extractor is whitelisted by SAP or not

Furthermore, open the contents of table ROOSATTR to verify if there is an entry in the table for extractor and EXPOSE_EXTERNAL indicator is set.

Additional information

In case, a standard extractor is not available in ROOSATTR table then implement latest version of SAP note 2232584 and run program BS_ANLY_DS_RELEASE_ODP to update the whitelist extractors into ROOSATTR table.

RODPS_OS_EXPOSE: Report to release customer-defined extractors for ODP.

BS_ANLY_DS_RELEASE_ODP: Report to release standard extractors for ODP.

Â