ALTERYX CONNECTORS

ALTERYX CONNECTOR FOR SAP
ALTERYX CONNECTOR FOR SAP CX
ALTERYX CONNECTOR FOR BUSINESSOBJECTS
ALTERYX CONNECTOR FOR SUCCESSFACTORS
ALTERYX CONNECTOR FOR SAP RPA
SAP METADATA CONNECTOR FOR ALTERYX CONNECT

KNIME CONNECTORS

KNIME CONNECTOR FOR SAP
KNIME CONNECTOR FOR SUCCESSFACTORS

TABLEAU CONNECTORS

TABLEAU CONNECTOR FOR SAP

POWER BI CONNECTORS

POWER BI CONNECTOR FOR SAP
FREE TRIAL
DVW Analytics
  • Products
    • Alteryx Connectors >
      • Alteryx Connector for SAP
      • Alteryx Connector for SAP Customer Experience (CX)
      • Alteryx Connector for SAP SuccessFactors
      • Alteryx Connector for SAP BusinessObjects
    • Alteryx RPA Tools
    • KNIME Connectors >
      • KNIME Connector for SAP
    • Power BI Connectors >
      • Power BI Connector for SAP
    • Tableau Connectors >
      • Tableau Connector for SAP
    • Dataiku Connectors
    • Snowflake Connectors
  • Demos
    • Alteryx Connector Demos
    • Alteryx RPA Tools Demos
    • KNIME Connector Demos
    • Power BI Connector Demos
    • Tableau Connector Demos
    • Dataiku Connector Demos
    • Snowflake Connector Demos
    • DVW Flow Tool Demos
  • Webinars
    • Alteryx Connector Webinars
    • Alteryx RPA Tools Webinars
    • KNIME Connector Webinars
    • Power BI Connector Webinars
    • Tableau Connector Webinars
    • Dataiku Connector Webinars
    • Snowflake Connector Webinars
    • DVW Flow Tool Webinars
  • Pricing
    • Alteryx Connector Pricing
    • Alteryx RPA Tools Pricing
    • KNIME Connector Pricing
    • Power BI Connector Pricing
    • Tableau Connector Pricing
    • Dataiku Connector Pricing
    • Snowflake Connector Pricing
  • Free Trial
  • Blog
  • Resources
    • About Us
    • Events
    • Customers
    • Partners
    • Resellers
    • Services
    • Sample Workflows
    • License
    • Help Centre
  • Contact Us

Blog

Extract PM (Plant Maintenance) Order Data into Alteryx (T-Code IW39)

24/2/2022

 
Picture
The SAP Report tool is used to extract data from SAP Transaction Codes (T-Codes) and SAP Reports directly into Alteryx. In this blog we will show you how to use the SAP Report tool to extract data from the PM (Plant Maintenance) Order Data transaction (T-Code IW39) into Alteryx.
This blog will be split into 2 parts. 

In the first part, we will take a look at the Display PM Order transaction in SAP.

​In the second part, we will look at how the SAP Report tool can be used to execute the Display PM Order Display transaction from within Alteryx.

If you would like to follow the steps described in this blog, you will need:
  • Alteryx Designer - Request a trial here.
  • DVW ACS for Alteryx Designer - Request a trial here.
  • Access to an SAP ECC or SAP S/4HANA system

If you have access to Alteryx Gallery and would like to download the workflow presented in the blog, click here.

1. The SAP Display PM Order transaction (T-Code IW39)

The SAP Display PM Order transaction is one of the most commonly used transactions in SAP ECC and SAP S/4HANA. ​The transaction provides a number of ways for users to search for and display plant maintenance order related data.
Picture
Picture
Picture
The Find Variant button retrieves any variants associated with the transaction. The variant is a powerful piece of functionality in SAP. It allows a user to save the selection criteria entered into the transaction selection screen and reuse it when running the transaction.

Picture
The Order Status section allow you to retrieve orders base on different statuses. ​

Picture
The Order Selection section provides a range of selection fields to select orders. ​

Picture
The Others area is used to control the Layout that is used to present the transaction output. If no Layout is explicitly selected, then a default Layout is used. You can also limit the number of records displayed in the output. 

​When the transaction is executed the results are retrieved based upon the selections specified above. The output is displayed using the selected (or default) Layout.

Picture

2. Execute the Display PM Order transaction (T-Code IW39) using the SAP Report tool in Alteryx

So, we now have a basic understanding of how the Display PM Order transaction works in SAP ECC or SAP S/4HANA.
 
There are a number of ways in which we can replicate the output of the Display PM Order transaction in Alteryx. 

One option is to use the SAP Table Data tool to extract data from tables AFKO and AUFK. 
​
Another option would be to define an SAP Query (T-Codes SQVI / SQ01 / SQ02 / SQ03) referencing tables AFKO and AUFK and use the SAP Query tool to extract the data into Alteryx.

​In this blog though, we are going to use the SAP Report tool. The SAP Report tool is one of our Advanced Tools and unlike the SAP Table Data tool and SAP Query tool it requires the installation of a DVW Function Module on your SAP system to use it.

Let's take a look at the construction of an Alteryx workflow using the SAP Report tool to extract data from the Display PM Order (T-Code IW39) transaction.
Picture

Picture
The SAP ECC system to be accessed is selected on the Parameters tab of the SAP Logon tool. Details of the selected SAP system along with the credentials of the logged in user are passed to the other tools in the workflow.

Picture
Picture
 Transaction Code, IW39 is selected on the Parameters tab of the SAP Report tool. The screen shot below shows the "final state" configuration of the SAP Report tool ready for workflow execution.

Picture
In the steps below, we will show you how configure the SAP Report tool to extract data from the SAP PM Order Display (T-Code IW39) transaction.
​

The initial state of the SAP Report tool looks like this:
Picture
Picture
The Object Type drop down list supports Report and Transaction Code (T-Code). For this example, we will select Transaction Code.

Picture
Use the Search String field to enter the technical name of the Report or the Transaction Code. For this example, we will specify Transaction Code, IW39.

Picture
Click the Search button to trigger the search for the entered Report or Transaction Code.

Picture
The results of the search are displayed in the Select Report drop-down list.

Picture
Select Variant is a key feature of the SAP Report tool. If Variants have been defined for the selected Report or Transaction Code in SAP, they are available for selection from the Select Variant drop down list. 
​
Selection of a Variant automatically applies the order/status selection criteria and list output settings  ​to the extract. 

If you select a Variant, you do not need to manually define the order/status selection criteria and list output settings etc. in the SAP Report tool. 
​​
For our example, we will not select a Variant and will apply our selection settings manually.

​Once the Report or Transaction Code is confirmed, the Filters tab is automatically populated with the available selection criteria.  
​
If a Variant is selected, the Filters tab can be ignored. We have chosen not to use a Variant so the IW39 transaction selection criteria are entered manually using the Filters tab. You can also copy the filter values from a variant by clicking the Copy  button. 

Picture
We want to extract data based on the following criteria:
  • Order status - outstanding or in process
  • Order type - ZMR1
  • ​Period - between 08.07.2010 and 06.10.2021
  • Layout - /PM PELINDO

The criteria translate into the SAP Report tool as follows:
Picture
Note:  Date should be entered in the format of  "YYYYMMDD"
​We now need to address the format of the output. 

​The SAP output is not presented in a format that can be immediately used within Alteryx.
Picture
To convert the output to a format that can be used within Alteryx go to the Sample Data tab and click the Raw Preview  button. The SAP Report tool retrieves a sample extract of data from the selected Report or Transaction. ​
Picture
​We need to  identify where the Header starts in the output. 
​
In our example, the Header starts at row number 2. The Header Row No field can be entered manually or by clicking on row number 2 in the Sample Data tab and using a right-mouse click to display a context menu. Select Add Header Row No ​from the context menu.
Picture
After the header row has , click the Confirm Layout  button to review the formatted output.
Picture
You can also deselect any fields you would like to ignore in the Fields tab. ​
Picture
Picture
 Finally, an Alteryx browse tool is added to the workflow. 
​
​When the workflow is run the data extracted from the PM Order Display transaction (T-Code IW39) is output in a format ready for further analysis.

Picture
GET A FREE TRIAL TODAY

Comments are closed.

    RSS Feed

    Categories

    All
    ACS
    ACS BOP
    ACS CX
    ACS Metadata
    ACS SF
    Alteryx
    Alteryx Connector For BusinessObjects
    Alteryx Connector For SAP
    Alteryx Connector For SuccessFactors
    Alteryx Gallery
    Alteryx Inspire
    Alteryx RPA Tools
    Alteryx Server
    APA
    Audit
    Augmented Analytics
    BusinessObjects
    Dataiku
    Data Migration
    DVW Flow Tool
    DVW Integration Platform
    Finance
    Flow Tool
    KCS
    KNIME
    KNIME Connector For SAP
    Microsoft Azure
    Office Of Finance
    On Demand Webinar
    Power BI
    Power BI Connector For SAP
    Predictive Analytics
    Process Automation
    Professional Services
    Qlik
    Read Tools
    RPA
    Salesforce
    Salesforce Wave Analytics
    Sample Workflow
    SAP Business Suite
    SAP BW
    SAP C4C
    SAP ECC
    SAP ERP
    SAP HANA
    SAP S/4HANA
    SAP Tables
    SAP T Codes
    SAP T-Codes
    SAP Transaction Codes
    Snowflake
    Snowflake Connector For SAP
    SuccessFactors
    Tableau
    Tableau Connector For SAP
    Tableau Desktop
    Tableau Online
    Tableau Prep
    Tableau Server
    Tax
    TCS
    ThoughtSpot
    Tool: BOP Universe
    Tool: BOP Webi
    Tool: HTML RPA
    Tool: SAP BAPI Read
    Tool: SAP BAPI Write
    Tool: SAP BW Write
    Tool: SAP Document Read
    Tool: SAP IDoc
    Tool: SAP Query
    Tool: SAP Report
    Tool: SAP RPA
    Tool: SAP Spool Read
    Tool: SAP Table Data
    Tool: SuccessFactors Read
    Tool: SuccessFactors Write
    Top 10 Blog
    Webinar
    Write Tools

    Archives

    January 2025
    November 2024
    October 2024
    September 2024
    July 2024
    June 2024
    May 2024
    March 2024
    February 2024
    December 2023
    October 2023
    June 2023
    May 2023
    April 2023
    March 2023
    February 2023
    January 2023
    October 2022
    June 2022
    May 2022
    April 2022
    March 2022
    February 2022
    December 2021
    November 2021
    October 2021
    May 2021
    April 2021
    December 2020
    October 2020
    July 2020
    June 2020
    May 2020
    February 2020
    November 2019
    October 2019
    September 2019
    August 2019
    July 2019
    June 2019
    May 2019
    September 2018
    August 2018
    June 2018
    April 2018
    February 2018
    July 2017
    April 2017
    March 2017
    February 2017
    January 2017
    October 2016
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    November 2015

Products

​Alteryx Connectors
​KNIME Connectors
​Power BI Connectors
Tableau Connectors
Dataiku Connectors
Snowflake Connectors

Free Trial

​Alteryx Connectors
​Free Trial of Alteryx Connector for SAP
​Free Trial of Alteryx RPA Tools
​Free Trial of Alteryx Connector for SAP CX
Free Trial of Alteryx Connector for SAP SuccessFactors
Free Trial of Alteryx Connector for SAP IBP
Free Trial of Alteryx Connector for SAP Ariba
Free Trial of Alteryx Connector for SAP BusinessObjects

​KNIME Connectors
​Free Trial of KNIME Connector for SAP

Power BI Connectors
Free Trial of Power BI Connector for SAP

Tableau Connectors
Free Trial of Tableau Connector for SAP

Dataiku Connectors
Free Trial of Dataiku Connector for SAP

Snowflake Connectors
Free Trial of Snowflake Connector for SAP

DVW Flow Tool
Free Trial of DVW Flow Tool

Services

Pricing

Demos

Blog

Help Centre

About Us

Contact Us

DVW Analytics brings the power of SAP to users of Alteryx, KNIME, Power BI, Dataiku and other global software leaders.

© COPYRIGHT 2003 - 2024 DE VILLIERS WALTON LIMITED. ALL RIGHTS RESERVED.

SAP® Business Suite, SAP® BusinessObjects™, SAP® BW, SAP® SuccessFactors are the trademarks or registered trademarks of SAP SE in Germany and in several other countries.
Privacy Policy
  • Products
    • Alteryx Connectors >
      • Alteryx Connector for SAP
      • Alteryx Connector for SAP Customer Experience (CX)
      • Alteryx Connector for SAP SuccessFactors
      • Alteryx Connector for SAP BusinessObjects
    • Alteryx RPA Tools
    • KNIME Connectors >
      • KNIME Connector for SAP
    • Power BI Connectors >
      • Power BI Connector for SAP
    • Tableau Connectors >
      • Tableau Connector for SAP
    • Dataiku Connectors
    • Snowflake Connectors
  • Demos
    • Alteryx Connector Demos
    • Alteryx RPA Tools Demos
    • KNIME Connector Demos
    • Power BI Connector Demos
    • Tableau Connector Demos
    • Dataiku Connector Demos
    • Snowflake Connector Demos
    • DVW Flow Tool Demos
  • Webinars
    • Alteryx Connector Webinars
    • Alteryx RPA Tools Webinars
    • KNIME Connector Webinars
    • Power BI Connector Webinars
    • Tableau Connector Webinars
    • Dataiku Connector Webinars
    • Snowflake Connector Webinars
    • DVW Flow Tool Webinars
  • Pricing
    • Alteryx Connector Pricing
    • Alteryx RPA Tools Pricing
    • KNIME Connector Pricing
    • Power BI Connector Pricing
    • Tableau Connector Pricing
    • Dataiku Connector Pricing
    • Snowflake Connector Pricing
  • Free Trial
  • Blog
  • Resources
    • About Us
    • Events
    • Customers
    • Partners
    • Resellers
    • Services
    • Sample Workflows
    • License
    • Help Centre
  • Contact Us