Enable ABAP Class in 7x Web Template

Hi All,
We are upgrading Web Templates from 3x to 7x and we need inputs for amending Custom ABAP Class in 7x web templates. In existing 3x version there are couple of web templates which concatenate columns based on custom abap class, this option is enabled via Results_Table > Table Interface Class > Custom Class is called. But when it comes to 7x version how do we acheive enabling the custom class.
I have tried Custom Extension from Miscellaneous and enabled the Custom ABAP class but the query fails upon execution
Thanks
Abhishek Shanbhogue

hi,
we're now getting the same message although that is after applying the java patch 12.
what exactly was the problem with the info-object? and what did you do to fix it?

Similar Messages

  • How to use ABAP Class to modify Web Query Result ??

    Hi all !
    We are using Web Templates to display our Query.
    What I would like to do ( and seems a really important issue for our users! ) is to have a "PAGE BREAK" everytime the value of a charateristics change in the report
    For Example :
    -Page 1-
    Division     Project
       A               1
                        2
                        3
    -Page 2-
    Division     Project
       B               1
                        2
                        3
    and so on....
    I read threads about using ABAP CLASS but no example what so ever...
    We are presently under BW 3.1 but are considering upgrading to 7.0 by the end of the year so if there is a solution to my problem on either version i'd like to know.
    If anyone has any information about how I can do this it would be most appreciated
    Thx
    JB.

    Hi Yong,
    Ravi is right, first check the blogs by Jocelyn, and if you still have specific questions you can ask them. I have used ABAP classes in workflow and I know Mike Pokraka tries to use classes exclusively.
    Regards,
    Martin

  • ABAP Class as web service

    Hi All,
    Is there any way to expose a ABAP class as a web service. I know we can create a FM or BAPI and expose them as web service.
    Ex : If I have a SalesOrder class and this class has methods like getOrder(),getDetails(),getItems()  etc etc
    Now I would like to create a service where the above methods are methods inside the service.
    (We don't have XI in our landscape)
    Please correct me if my assumption is wrong.
    Thanks ,Anilkumar

    i think you need to embedd the class/methods in a rfc enabled fm to create a webservice.
    Rajeev

  • Call an ABAP routine from Web Template

    Hi Gurus,
    I Need to call an ABAP routine from a Web template or export value to memory to use in the variable exit.
    is it possible ?
    Thanks.
    Rodrigo

    Hi Ankit,
    take a look:
    /thread/725385 [original link is broken]
    WAD and ABAP
    How to call a ABAP or ABAP Class from the WEB
    /people/kai.wachter/blog/2008/03/11/how-to-write-own-items-in-bi-70-java-runtime
    Regards
    Andreas

  • Customer Exit - ABAP Class in WAD 7.0

    I am using the Customer Exit  (CUSTOMER_EXIT_TYPE  - ABAP_CLASS_NAME) in the WAD 7.0 to place some urls on the web application. I pass the url value as <a href=u201Dhttp://www.yahoo.comu201D>yahoo</a> in the ABAP class to the the template but when I execute the template it converrts to the following - &lt;a href=u201Dhttp://www.yahoo.comu201D>yahoo</a> in the source code.
    Does any one has experienced the same problem and know the solution.
    Thanks
    Amit

    Just to Clarify I am passing value as l_s_values-value = '<a href=u201Dhttp://www.yahoo.comu201D>yahoo</a>'
    and the IE is interpreting it as l_s_values-value = '&lt;a href=u201Dhttp://www.yahoo.comu201D>yahoo</a>'.

  • How to call a BW WEB template from R/3 and pass parameters to the report

    Is it possible to call a BW web template from an R/3 system, through an abap program?
    I have a BW WEB report template. This works very good, and i have 3 variables in the query.
    Now, i need to invoke the BW web template from inside of an abap in R/3..
    And i want to pass 3 variables from the R/3 ABAP to the BW WEB TEMPLATE.....
    Is possible to call BW web templates from R/3??
    PLEASE!!! HELP ME..
    Carlos E. España
    ADATSA
    [email protected]

    Thank you very much for your valuable help, i checked your suggestion and looks great. But i need to pass 3 parameters from an ABAP to the wad query report.
    How can i pass the parameters to the web template???
    another issue: My WAS (Web Application Server 6.20) is not public, is currently working for a local area network.
    The access to this report is from outside of the office, so we need to access this through the PORTAL.

  • ABAP Class in WAD 7.0 - what's missing?

    Guys,
    I need some help in calling an ABAP Class from the Web Application Designer 7.0. I've read all documentation about inserting my class and it looks like I'm still missing something.
    First I checked the class in a Test Query in 3.5. Put it in the WAD 3.5 and it works fine, I am replacing a field (characteristic in my query) with a longtext field which is being fetched from a table. I see the results in my 3.5 report.
    Now I'm building this in 7.0 WAD. So the following steps:
    1. My class is ok, it works in 3.5. Interface IF_BICS_CONS_WEBITEM_CUST_EXIT has been added according to the How To.
    2. I've inserted a Customer Exit Item in my WAD
    3. I've assigned the query as a source for my Customer Exit Item
    4. Navigational State Access is on, Result Set Access is on.
    5. The parameters of the Customer Exit item are set with the ABAP Class name. The Properties list there shows the Name 'Default'. The Value is 'Default' as well. Don't know what I have to fill in there.
    Have any of you any idea of what I'm missing here?
    Thanks!
    Cheers,
    Joost

    Just to Clarify I am passing value as l_s_values-value = '<a href=u201Dhttp://www.yahoo.comu201D>yahoo</a>'
    and the IE is interpreting it as l_s_values-value = '&lt;a href=u201Dhttp://www.yahoo.comu201D>yahoo</a>'.

  • Multiple web templates in one Email.

    Hi Experts,
    Is there a way by which multiple web templates can be sent over a single email.
    These web templates must be attached as PDFs to a single mail.
    Pointers will be of immense help.
    Thanks & Regards,
    Rahul R Nair
    I am thinking of creating an ABAP program to convert web templates to PDF and store them in an AL11 directory. Then pick up these files while sending a mail via function module.
    Can this be possible? Is there a function module to create a PDF file from a web template?

    Hey Rahul,
    Yes develop your ABAP program for the same.
    Can you tell me the exact scnerio.
    I have good ABAP code for the same give me your ID will send u may be its help u
    I developed that code for email via web and PDF
    i am not sure on your last issue web to pdf i think its not possible
    Regards
    Ankit

  • Get Web Template Description

    Hi, does anyone know how to get the Web Template Description using ABAP with only the Web Template ID?
    Thanks!

    Found table RSZWBTMPHEADTXT

  • ABAP Interface for Web Template Design

    Hi BW Gurus,
                         I have report published in the portal through BSP. Please some advise me what are the ABAP class files so that I can design my portal reports.
                         I am sure there are few class files where I can design the portal reports. Let me know your important help....
    Thanks
    Ganesh Reddy.

    Ganesh,
    CL_RSR_WWW_MODIFY_TABLE is used to customize the web templates in BW3.x.
    the way I understand the data flow to web templates work is :
    Query(s) --> Web Template class --> HTML --> <CL_RSR_WWW_MODIFY_TABLE - this class is optional >
    This works only for Web templates though - as for classes that are used in web templates - create a web template and then assign the same to a request - you will find the classes available under that request under PHIO or something like that.

  • Shooping cart creation in SRM 7.0 using web dynpro ABAP classes.

    Hi,
    We have recently upgraded to SRM 7.0 from SRM 4.0. We are using customized portal application for the creation of the shopping cart.I am planning to create custom FM which will use the standard Web dynpro ABAP classes to create the shopping cart.
    Could you please guide with the classes that are need to be implemented and the sequence of the classes used in the shopping cart creation.
    I think these are the classes that are used in the standard web dynpro ABAP component.
    CL_FPM_EVENT ->                  Creates an instance of this class based on an event ID.
    CL_BADI_FLT_DATA_TRANS_AND_DB -> Data Handling: Transport and Database.
    CL_EXITHANDLER ->               Class for Ext. Services Within Framework of Exit Technique.
    CL_EX_BBP_DOC_CHANGE_BADI ->     BAdI Class CL_EX_BBP_DOC_CHANGE_BADI.
    CL_BBP_OBJECTS_ACCESS ->         Access Functions for Object Types.
    /SAPSRM/CL_PDO_BO_SC ->          Shopping Cart BO.
    Your expert comments will be appreciated...
    Regards,
    Naresh

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Abap Query in Web Templates

    Hi Gurus,
    I am working on web reporting, we have a bunch of web queries that are working fine. And now my client wants to explore the possibility of displaying ABAP Queries on the web or embed them in Web templates along with the alreaday existing bw queries.
    Please point me in the right direction, is it possible ?are there any documents or links that explain this ?
    thanks
    raj

    Hi Raj,
    You have several possibilities.
    a) Just replace ABAP-Queries with BW-Queries (but the customer does not want that, I assume )
    b) Explore the possibility of a Remote-Cube
    c) Create a BSP, where you execute and render the ABAP-Query Data and show this BSP in an iframe in your WebTemplate
    These are some possibilies.
    Best regards
    Frank

  • Call ABAP-progam (or Transaction Code) out of WEB-Template

    Hi freaks,
    I want to call an ABAP-Program out of a web-template, preferably e.g. by clicking on a Push-Button. For my scenario here no parameters need to be passed (the ABAP-program simply fills a table).
    Cheers
    Georg

    Georg,
    Have your ABAp program as a web serice instead and then call the Web service through a link to the SAP WAS and achieve the same....
    A function module can be made as a web service - am sure an ABAP program can also be done in the same way...
    Or have the ABAp program exposed to WEB ITS and then call the URL through your push biutton in the template..
    Arun
    Hope it helps...

  • ABAP class to create doc. from template

    Hi all,
    Does anybody know if is there any ABAP class which can call the "Create with template" functionality?
    The idea is to create an action associated with the Service Ticket, which will create a document from template (Content Management functionality) when the Service Ticket is closed.
    We could use SmartForms, but it seems to have some restrictions:
    . Template maintenance is not so user frindly (the content management templates can be created/mantained in MS Word)
    . The document is not stored within the Service Ticket context
    Kind regards,
    Dora

    Hi Lance,
    you are right. There's no "Create User from template" or "Copy User" Activity in the Integration pack for Active Directory in System Center SP1 or R2.
    Perhaps, you can use "Get User" to get some settings from the template and subscribe the results to "Create User" Activity.
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • The Web Templates precalculation via abap

    Hi SAP Experts,
    Today I'm looking for a solution for wbts percalculation. Now we are using precalculation of queries by a process chain with abap fms RSR_GEN_DIRECT_ALL_QUERIES. Unfortunatelly some of wbts have dropdownboxes filters based on characteristic, so when you call a wbt you need to wait for a loading data to those filters. I'm wondering if it's possible to open web template via for example abap code.

    Suman,
      I have performed the below steps today once again and now WAD changes are reflecting in report output.Thanks for your time.
    1) Cleared IE Browser Cache
    2) Transaction code SMICM  -> Menu Bar -> Go to -> HTTP Server Cache -> Invalidate -> Global in system
    3) Portal team has cleared cache in portal.
    4) Ran the FM RSWR_CACHE_INVALIDATE -> Enter the System ID(DEV) as RFC Target system.
    I'm closing this thread.
    Thanks,
    Prasad

Maybe you are looking for

  • 2nd Gen (Touch Wheel) won't play audio book from iTunes Music Store

    I have a 10GB Touch Wheel iPod (2nd Gen). Software version 1.5. I recently purchased the unabridged version of The DaVinci Code from the iTunes Music Store. The 7-part audio book plays just fine on my iBook and on my daughters' Nanos but it does not

  • USB to LPT converter

    I have a Toshiba satellite A100-233 note book I want to connect to it an EEPROM, EPROM and a microcontroller programmer from ELNEC (SMARTPROG) So I purchase a USB to parallel cable converter, when I connect it, the windows XP recognize the device aut

  • Ipad 2 dosen't turn on, any suggestions?

    i was using my ipad 30 min ago, I left it and when I came back to use it again it dosen't turn on, any suggestions?

  • Error: Packages cannot be nested

    i have the following AS class file: package  {           public class DropImage {                     public function DropImage() {                                package{ import flash.display.MovieClip; import flash.events.Event; import flash.net.UR

  • Sent a video from pix place to email, saved it, but there's no sound??

    took a video clip with my lg env, sent it to pixplace when I try to view it in pixplace I get the Quicktime logo with a big ? over it and it wont play it. I emailed it to myself and was able to save the video but now it has no sound... whats the deal