POWL: Infoset Generation with Web Dynpro ABAP

Similar documents
Integration of Web Dynpro for ABAP Application in Microsoft Share Point Portal

How to Create Top of List and End of List of the ALV Output in Web Dynpro for ABAP

How to Reference External JAR Files in Web Dynpro DC in SAP NW Portal 7.3

MDM Import Manager - Taxonomy Data (Attribute Text Values) Part 3

Displaying SAP Transaction as Internet Application in Portal

Web Dynpro ABAP: Changing ALV Contents and Saving in Database

Easy Lookup in Process Integration 7.1

Web Dynpro ABAP: Dynamic Table

Material Listing and Exclusion

Web Dynpro: Coloring Table Conditionally

MDM Syndicator: Custom Items Tab

Material Master Archiving in Simple Method

Step By Step: the Process of Selective Deletion from a DSO

ecatt Part 6 System Data Container

Using Radio Buttons in Web Template

Creating Custom SU01 Transaction Code with Display and Password Reset Buttons

Graphical Mapping Technique in SAP NetWeaver Process Integration

Table Row Popup in Web Dynpro Component

Dialog Windows in WebDynpro ABAP Applications

Fetching User Details from the Portal and Displaying it in Web Dynpro with Authentication in the Portal

Standalone BW System Refresh

Open Text DocuLink Configuration - To Access Documents which are Archived using SAP

Replacement Path: Explained with an Illustrated Example

Step by Step Procedure for DSO Creation

Limitation in BAPI Scheduling Agreement (SA) Create or Change

This article explains the steps to create a Move-in letter using Print Workbench and SAPScripts.

How to Create View on Different Tables and Load Data through Generic Datasource based on that View

Add /Remove Links on ESS Home Page in Business Package 1.5

Internationalization in WebDynpro ABAP Applications

BAPI Execution in offline Adobe Form

Creating Rules in Process Composer and using them in Process

Using Query Extract to Export Data from Business warehouse, With Pros and Cons Analyzed

Freely Programmed Help- Web Dynpro

Linking Documents with Web Templates

Download SAP Query Output to Local/ Network Folders in Background

Extracting Missing Fields of Data Source Which Are Present In Their Extract Structure

Step by Step Guide for PI Server Start and Stop Procedure

How to Display Result Row in One Line While Reporting On Multiproviderer

SDN Community Contribution

Federated Portal for Composite Environment 7.1

Maintaining Roles and Authorizations in BI7.0 - RSECADMIN

Table Properties and Table Popin

Currency Translation in SAP BI Step by step Guide

Template Designer: Create Automatic PDF Documents for Attachment or Print Purpose

How to Default Variant Created for Report Developed In Report Painter/Writer

Step-By-Step guide to Virtual InfoCube Implementation

Integrating POWL with WebDynpro ABAP

A Step-by-Step Guide on IDoc-ALE between Two SAP Servers

Dynamically Enable / Disable Fields in Table Maintenance Generator

Purpose of Goods Receipt Message indicator in Purchase Orders

DB Connect with Delta Mechanism

How to use Boolean Operations in the Formula as Subsidiary for IF Condition

Step by Step Guide on How to Use Cell Definition in BEx Query

Transfer Material Attributes (Material Type) from R/3 to SAP GRC Global Trade Services (GTS)

SMT (Service Mapping Tool)

Solution to the Challenges in Pivoting

Adding Files as Attachments to SAP Interactive Forms in the Java Environment

How to Integrate SAP xmii Services with Web Dynpro Java

Creation of Alert Data Service VC model for the BI query exception using Information Broadcasting

Loading the Data for Time Dependent Hierarchy in SAP BI

Information Broadcasting Part 3 Scheduling the First Report

Deploying BusinessObjects Explorer on Top of a SAP BI Query

Step by Step Guide How to Use BI Queries in Visual Composer

Steps to Activate ALE Delta for Custom Master Datasource Created on ZTable

Open Hub Destination - Make use of Navigational Attributes

Reading Enhanced DataSource fields for the Remote Cube

Creation of Key Figures with Higher Decimal Place Precision

Recreating BIA Indexes to Address the Growth of Fact Index Table

How to Download Multiple Files in ZIP using WebDynpro Java

Custom Password Reset Tool in SAP Enterprise Portal Using Web Dynpro for Java

BPM Multi Line Container in Integration Process

About ITAB Duplicate_Key (SAP lrsaods) Runtime Error

How to Create Business Graphics in Web Dynpro for ABAP

Extraction of Hierarchy into Flat File from R/3 and Loading in BW System

Upload Image file from system in Web dynpro view

How to Create and Schedule Publications from Crystal Reports

ABAP HR: Standard Info Type Enhancement

Step By Step Procedure to Implement Soap to JDBC Scenario

How to Configure User Status in mysap SRM

SDN Community Contribution

Developing Crystal Reports on SAP BW

SUP: Personalization Keys and Synchronize Parameter

Totals in Adobe forms

SAP BI BO Unit/Currency Logic for Unknown Units Case Study

Xcelsius Tricks Part 5 Create a Loading Bar in SAP Crystal Dashboard and Presentation Design (Xcelsius 2008)

SAP Biller Direct Step by Step Configuration Guide

SAP BI Analysis Authorization (Customer Exit Variables)

Triggering the Process Chains at Particular Date using Events

Data Mining: Scoring (Linear Regression)

Validity Table in SAP BW/BI

Creation of Sets in SAP-ABAP, How to Read them INI SAP-ABAP Reports

How to Work with F4 Input Help Effectively in BEX

Reporting Duplicate Entries

Data Extraction & DS Enhancement in SAP BI Step by Step

SAP BusinessObjects Translation Manager Functionality and Use

Creating, Configuring and Testing a Web Service Based on a Function Module

Creating Multiple Methods/Operations and Exposing BAPI as a Webservice

Hierarchy in Business Objects with Expanded Hierarchy Logic

Generate Export Data Source

ABAP Code - Recipients (Specific Format) SAP BW Process Chain

Transcription:

POWL: Infoset Generation with Web Dynpro ABAP Applies to: WebDynpro ABAP Developer. For more information, visit the Web Dynpro ABAP homepage. Summary: This document explains how to create an Infoset, generate the structure and create the Query for the Infoset. Author: Avik Saha Company: IBM India Pvt. Ltd. Created on: 1 January 2010 Author Bio Avik Saha is an SAP NetWeaver Portal Consultant at IBM India Pvt. Ltd. in Kolkata, India 2010 SAP AG 1

Table of Contents Prerequisites... 3 What is POWL (Personal Object Work List)?... 3 What is an Infoset?... 3 Infoset creation using SAP tools... 4 Related Content... 8 Disclaimer and Liability Notice... 9 2010 SAP AG 2

Prerequisites You are using the SAP ERP 6.0 Enhancement Package 03 and you have access to the SAP NetWeaver Business Client. What is POWL (Personal Object Work List)? The POWL is basically a framework that can list business objects and allows specific activities (actions) based on these business objects. This is an individual list generated by query that provides an overview of the user's working environment by presenting one or more list of objects, as a set from which the user can select items to work on. POWLs are most suited to assignments that are not part of a workflow. What is an Infoset? The InfoSet is what is responsible for the retrieval of the data from the ALV (ABAP List Viewer) reports. The technical basis for the new, so-called streamlined reporting is the InfoSet Query and its underlying InfoSet. Infoset can be created in two possible ways: Creating and generating an InfoSet based on an existing ABAP List Viewer (ALV) report. This is supported by SAP tools specifically designed to generate InfoSet and InfoSet Query. Manually create a new InfoSet and InfoSet Query based on existing information for all non-alv reports. Here we only see the creation of Infosets for ALV reports using SAP tools. 2010 SAP AG 3

Infoset creation using SAP tools Step 1: Go to the transaction SQ_REPORT_INFOSET Step 2: Give an Infoset name for the ALV report and click Create button. Step 3: Provide the following any one for which you are creating the Infoset. It may be the Transaction Code or Report Program or the Data source. Provide the Structure name which will be generated as table structure into database. 2010 SAP AG 4

Step 4: Below screen will come. Click on Execute button to run the report. Step 5: After executing the report with proper selection criteria and coming back to the Maintain Report Infoset screen you can see like below. On the right hand side at New structure area, all the column fields of report output are visible. Here you can also delete the fields whichever you do not need in your structure. Then click on Generate Structure button. 2010 SAP AG 5

Step 6: Save it into a package at next prompt by clicking on the button. At the time of structure generation it will ask for the transport request where you transport your objects. If any existing request is there, choose that one and click on the button. Otherwise create a new request using the button and select that one and click on the button. Step 7: Then go to Infoset tab and click on Generate Infoset button. Step 8: Repeat the same task as Step 6. 2010 SAP AG 6

Step 9: Then go to Queries tab and generate query with proper user group and query id. Click on the Generate Query button. After Query generation the screen looks like below. 2010 SAP AG 7

Then you can run the query by right clicking and execute. Related Content http://wiki.sdn.sap.com/wiki/display/wdabap/main http://help.sap.com/saphelp_srm70/helpdata/en/80/c8cbf89a394eaaa59767d0faf958d3/content.htm 2010 SAP AG 8

Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document. 2010 SAP AG 9