Report Writer in a Report Tree

All,
I am having a problem migrating a report tree from a 3.1i environment to a 5.0 upgrade.
I have been successful with SAP Reports, Custom Z reports and ABAP Queries, but
Report Writer reports pose a problem. 
To migrate I used the RTTREE_MIGRATION transaction SAP recommends.  Seems this creates Y_…  type transactions for some Custom Z reports and ABAP Queries.  I have had to create Z t-code for the Queries and then override the generated Y_... transaction with the Z t-codes in the Area Menu.
The problem I am encountering with Report Writer / Report Painter is I believe the generated ABAP name assigned when the report is created seems to be a $TMP reports and the name seems to change whenever changes are made.   
I’m not sure if I can assign a Z t-code to Report Writer reports? 
Any Suggestions?

<b>The problem I am encountering with Report Writer / Report Painter is I believe the generated ABAP name assigned when the<u> report is created seems to be a $TMP reports and the name seems to change whenever changes are made.</u>
<i>Well lots of reports in sales are using GR51/52 I dont think so its name changes every time , llike for example you have cost analysis report in Tr.Co02 as well as you have series of reports in MM like Mc.1 to MC.9 .</i>
I’m not sure if I can assign a Z t-code to Report Writer reports?</b>
You can assign the Z T-codes to the program it `ll work !!
Hope this’ll give you idea!!
<b>P.S award the points.</b>
Good luck
Thanks
Saquib Khan
"Some are wise and some are otherwise"

Similar Messages

  • Convert SQL*Report Writer V1 to Reports V6

    Is there an Oracle utility to convert the old SQL*Report Writer REPs to Reports V6 RDFs? Also, will Reports V6 for Unix be able to use our REPs from SQL*Report Writer V1?
    We are moving to a new server and updating our Oracle software. As a test, we are attempting to rewrite / convert some of our reports from our Unix platform to a test NT server. Once we get to the new Unix server and Oracle, we will have to convert the old REPs to the new Reports for Unix.

    You can convert SQL*ReportWriter v1.1 reports to Oracle Reports 2.5/3.0 and then to Oracle Reports 6.0. I know there is a migration tool that comes with 2.5, though I'm not sure about 3.0.

  • Report Writer (GR55 Txn) reports via Web Dynpro

    Hello,
    Has anybody been able to run Report writer reports but render the output in a webdypro?
    Basically I am looking for a way to run the report but capture the data output and render it on the Web.
    regards,
    Atul Kulkarni

    Bala,
    We want to use the portal to publish the reports too but NOT in SAPGUI on the web.
    We were actually able to get it to work with an SAPGUI iView or "SAPGUI HTML" iView.
    However we want to capture the output of the report writer reports and render them in ABAP or JAVA webdynpro technology.
    Our Top Management does not like anything that resembles SAPGUI.
    How did you all do it?
    regards,
    Atul

  • Moving from IQ Report Writer to Crystal Reports

    Hi everyone,
    My company is looking to make the switch from IQ Report Writer 5 to Crystal Reports XI or 2008.
    We have a couple questions though on how to make this switch easier.
    I may need to talk to Business Objects support instead, but I thought I'd try here first.
    Our data currently resides in a vision file format which is type of flat file.
    Currently with the IQ Writer, we can establish IQ Views, which are essentially just predefined links between the different data tables. A user selects which view they will use for a report, then are able to pick and choose which columns to use from that view. A view may contain many tables, but when the report is generated, it will only access the tables necessary based on the columns selected.
    Example: IQ View A constists of Tables A, B, and C. The view is defined as A.Column1 = B.Column1 and B.Column2 = C.Column2. If a user chooses columns from A and B, then the query only runs against tables A and B and doesn't have to process the data from C, which cuts down processing Cost.
    Is there any way to create views like this in Crystal Reports XI? I know if we convert to SQL Server (which we have done for some users) we can create SQL Views, but the thing I noticed with SQL Views, was that it ran the query against Tables A, B, and C, even though C wasn't needed and it ended up returning duplicate rows. I could get around the duplicate info with a select distinct statement, but it still had to process the extra info, which increased the cost.
    Any feedback would be greatly appreciated. If it's a question for Business Objects Support, let me know.

    Actually, the problem has to do more with the joins than anything, I got a little more clarification on this.
    The tables have many to one relationships. My example is one company has many sites, and each site has many repair orders, and each repair order can have multiple jobs. So here's a sample sql select statement that I'd use for a view and the problem with it:
    Create View Jobs_by_Site as
    Select A.site_number, B.ro_number, C.roline_job
    From A inner join B on A.site_number = B.ro_site
    inner join C on B.ro_number = C.roline_ronumber
    So if I were to run this, I'd see down to the detail what jobs were done per site etc. Not a problem, I need every table to return the query and every record would be unique.
    The problem comes from when you only need the site number and the ro_number.
    Select site_number, ro_number from Jobs_by_Site
    You get lots of duplicates. You could say select distinct, but it's still processing rows from table C because by nature of the view, you are saying:
    Select site_number, ro_number from
    (Select A.site_number, B.ro_number, C.roline_job
    From A inner join B on A.site_number = B.ro_site
    inner join C on B.ro_number = C.roline_ronumber).
    Not sure if that clears things up or just muddles it more.
    So the back story is this. Our database, though well documented, is fairly large. About 160 tables. Our end users work mainly in truck shops and their computer literacy ranges anywhere from very competent to "Just put the mouse down, and nobody will get hurt". So asking them to design their own reports is one thing, but then having them to pick and choose which tables to use as well as how they relate to each other just takes it to a whole new level.
    So with IQ writer, one of the things we were able to do was define views, where we could set up predefined links between tables and group similar tables together. Any unused table wasn't used in the final query, which cut out duplicate rows and cut down on the number of records processed.
    So does that make any sense?

  • How to create report writer in sap?

    Hi Anybody,
      I want to create new report writer for finance report for ex: (p & L or balance sheet), i don't know how to create report writer in sap.
    anybody please tell me with example?
    Thanks
    Regards,
    S.Muthu.
    IT Dept.

    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=createreportwriter&adv=false&sortby=cm_rnd_rankvalue

  • Construing a report writer with a table of client - Table YSCO_BASE_ALOCAC

    I am construing a report writer with a table of client - Table YSCO_BASE_ALOCAC
    When I definition the library, the message is show...
    Table YSCO_BASE_ALOCAC is not installed in Report Writer.
    Message no. GR 493
    Diagnosis
    The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables. This is not the case for table YSCO_BASE_ALOCAC.
    Where I can to make this configuration?

    hey thanks again
    i tried it it works fine..
    WITH     e     AS
         SELECT     consultant , client , project
         ,     task , effort ,date_  , billable
         FROM    trial_3_details
    SELECT     *
    FROM     e
    PIVOT     (     sum (effort)
              FOR     date_     IN     ( '07/22/2013'     AS monday ,
                                         '07/23/2013'    as tuesday,
                                        '07/24/2013'    as wednesday,
                                         '07/25/2013'     as thrusday,
                                         '07/26/2013'     as friday,
                                          '07/27/2013'     as saturday,
                                          '07/28/2013'     as sunday                        
    CONSULTANT
    CLIENT
    PROJECT
    TASK
    BILLABLE
    MONDAY
    TUESDAY
    WEDNESDAY
    THRUSDAY
    FRIDAY
    SATURDAY
    SUNDAY
    Syed
    Facebook
    Security
    Privacy Settings
    N
    Syed
    Google
    Security
    gmail privacy features
    Y
    8
    Patel
    Dell
    Recruitment
    Profile Detailing
    Y
    Sanjay
    Google
    Software
    Webpage development
    Y
    John
    Dell
    Hardware
    Processors
    Y
    Steve
    Lenovo
    Administration
    Attendance
    N
    Syed
    Yahoo
    Security
    Firewall Check
    Y
    Sanjay
    Google
    Software
    debugging
    N
    Steve
    Microsoft
    Adminstration
    Attendance
    N
    Steve
    Yahoo
    Adminstration
    Attendance
    N
    One more question how do i automatically set the days instead of explicitly declaring it every time?? and also i want to add one more column
    which gives overall week 'effort' of a consultant..

  • Selection screen of report writer

    Hi all,
    I am working on a report writer .In this report writer there is one column set which is a key figure set.
    It has two key figures,each is associated with one additional set.
    The fields of additional sets are as follows.
    Additional set 1 -
    period range1
    year1
    record type
    Additional set 2-
    period range2
    year2
    record type
    Its selection screen is automatically taking these as a parameters from additional sets in the following sequence.
    year1
    year2
    period1 to
    period1 from
    period2 to
    period2 from
    I want this sequence to be different i.e. as follows:
    Period1 to
    period1 from
    year1
    Period2 to
    period2 from
    year2
    Can anyone tell me how can  I achieve this.
    Thank You.

    Here is the Code:
    DATA: lt_params  TYPE STANDARD TABLE OF alv_s_param_wp,
    lwa_params TYPE alv_s_param_wp,
    lwa_msg    TYPE bapiret2,
    gt_msg     TYPE TABLE OF bapiret2,
    lv_dcpfm   TYPE xudcpfm,
    gt_data    TYPE STANDARD TABLE OF grwwebdata.
    CLEAR:gt_data,
    lwa_msg.
    REFRESH : gt_data, gt_msg.
    *  SET REPORT painter paramters
    lwa_params-pname  = '$PARAMETER[$1KOKRE'.
    lwa_params-pvalue = c_ccode.   '' (company code = 0010)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$PARAMETER[$1GJAHR'.
    lwa_params-pvalue = p_year.    (2011)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$PARAMETER[$1PERIV'.
    lwa_params-pvalue = s_month-low.     " (1)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$PARAMETER[$1PERIB'.
    lwa_params-pvalue = s_month-high.    "(12)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$PARAMETER[$1VERP'.
    lwa_params-pvalue = p_plan.        " (0)
    APPEND lwa_params TO lt_params .
    lwa_params-pname  = '$SELECT-OPTION[$1KOSET'.
    lwa_params-pvalue = 'I[EQ[1110[3190'.
    APPEND lwa_params TO lt_params .
    CALL FUNCTION 'CRIF_RW_WEB_CALL_REPORT'
    EXPORTING
    i_report_group  = '1SIP'
    *     I_PERS_APPL     =
    *     I_NEW_SELECTION =
    *     I_DISPLAY_LIST  =
    *     I_APPL_ID       =
    *     I_VAR           =
    TABLES
    it_params       = lt_params
    et_data         = gt_data
    et_messages     = gt_msg.

  • Report Painter/Report Writer Error

    Hi Gurus,
    When I try to create a library in report writer with a custom Special Ledger line item table ZZFCCA, I get the error
    "Table ZZFCCA is not installed in Report Writer.
    Message no. GR493
    Diagnosis:
    The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables. This is not the case for table ZZFCCA."
    I would appreciate any kind of help to resolve this.
    Thanks,
    Ram

    Hello,
    The answer is in your question itself. You are using customized table, which is not suitable, the properties of this table needs to be changed. Take the help from ABAPer.
    SAP Notes 53245 and 37611 may be helpful to you.
    Regards,
    Ravi

  • REPORT WRITER AND REPORT PAINTER

    Hi Techis,
    Will anybody pls tell me the details workin of reort painter and report writer along with Tr code and also will u pls give me the steps to execute such type of report.
    Rewards will be given for each reply.
    Regards
    Santosh L.

    hi santosh,
    Where Is Report Painter/Report Writer Used?
    Initially, both tools were only available to the FI/CO modules. Later, with the introduction of the Logistics Information System and Flexible Analyses in Release 3.x, the functionality of these tools was further expanded. It still is not widely known that the Report Painter/Writer can be used for reporting against structures other than those delivered in FI and CO (see TechTalk on page 8-4).
    A common misconception in the user community is that Report Painter/Report Writer can only be used to report against a single table. However, some reporting structures do report against multiple tables. For example, CCSS (for Cost Center Accounting) refers to tables COSP, COSS and more, depending on the key figure configuration. Similarly, FI-SL (Special Purpose Ledger) reporting structures include summary and line-item tables (the key figure set determines where the data comes from).
    To configure other table joins, views may be created joining the necessary tables, and views can be added to the control tables, via Flexible Analyses in LIS. Report Painter/Report Writer can be used in almost any application area in R/3 to report on currencies and quantities.
    Data tables supported
    Both Report Painter and Report Writer can be used to report on the following tables and tables types:
    < Evaluation structures set up in the Logistics Information System (LIS). These structures normally begin with an “S” or “ZF.” Several different tables and views within the R/3 System can be added as evaluation structures.
    Note: You cannot add cluster tables, such as BSEG.
    < CCSS is used for Cost Center Accounting (CO-CCA), Internal Orders (CO-OPA), Activity Based Costing (CO-ABC) and for cost element reports in Project Systems (PS).
    < GLFUNCT is used for functional area reporting in cost-of-sales accounting.
    < GLPCT and GLPCOP are used for Profit Center Accounting (CO-PCA/EC-PCA).
    < FILC is used for Legal Consolidations (FI-LC).
    < COFIT is used for the Controlling Reconciliation Ledger (CO-CEL).
    < ZZ tables are created for the Special Purpose Ledger (FI-SL).
    < FIMC is used for consolidations in the Enterprise Controlling module (EC-LC).
    < GLT0 is used for Financial Accounting (General Ledger) reports by account, company, and business area (FI-GL).
    < KKBC, KKBE, and KKBU are used for the Controlling Product Costing module (CO-Costing).
    < New in Release 4.0A: RWCOOM is used for CO-CCA, CO-OPA, and CO-ABC. RWCOOM is used for special standard reports like internal order budget reports, cost center budget reports and cost component reports.
    Note: RPPS was used for Project Systems (PS). However, it is obsolete and will no longer be supported in Release 4.0. In Release 3.x there were only two special reports (6P70 and 6P71) using RPPS. These reports cannot be called directly, but via ABAP reports RKOPLAN0 and RKOPLAN1.
    How to Access Report Painter/Report Writer?
    To access the Report Painter you may use either of the following two methods:
    < Transaction FGRP
    < From the SAP main menu, choose Information systems ® Ad hoc reports® Report painter.
    Report Writer functions can be accessed from within the Report Painter. To access Report Writer, choose the following menu path from the SAP main menu:
    Information systems ® Ad hoc reports® Report painter® Report Writer.
    How Is Report Painter/Report Writer Organized?
    Report Painter/Report Writer has four main components:
    < Sets: Sets are logical groupings of characteristic values. For example, a cash line on a balance sheet is made up of a set of cash accounts or an energy product line on an inventory report is made up of a set of energy products. Variables can also be created which are placeholders for sets, or values within sets.
    < Libraries: Libraries control which characteristics and key figures from a table are available for reporting.
    < Reports: Reports hold a definition of the rows, columns, and overall data selection. They also include the header and footer texts and layout settings.
    < Report Groups: Report groups can contain one or more reports. The report group is what you execute—not the actual report. A report group is generated to create a set of ABAP programs that produce the reports.
    How Does Report Painter Differ from Other Reporting Tools?
    < With the exception of row titles which have text fields, Report Painter/Report Writer reports display numerical fields only (for example, dollar and quantity fields). This is not a requirement for ABAP Query and typical line item reporting tools, which can display arbitrary text columns.
    < While printed Report Painter/Report Writer reports appear much the same way on paper as they do on screen, the Drilldown reporting tool produces a different output format. Drilldown reporting is an online analytical tool which can be used to drill down to different levels of detail, but it is infrequently used for printing.
    < Report Painter/Report Writer reports are hierarchical and take advantage of configured hierarchies (for example, with cost center hierarchies). You can also execute Report Painter/Report Writer reports from each level within a hierarchy.
    < Report Painter/Report Writer reports can handle multiple currency/quantity units within a single column.
    < Report Painter/Report Writer is well suited to handle reports that require mass production. For example, Report Painter/Report Writer is a particularly effective tool for creating month-end reports.
    refer this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://abaplearner.blogspot.com/2007/12/more-abap-tutorials.html
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    regards,
    sravanthi

  • Creating a Library in Report Writer for FI-SL

    Hello everybody,
    When creating a library (table ZZGLTRS) for Report Writer for FI-SL I have the following message:
    "Table ZZGLTRS is not installed in Report Writer" and the description of the message says:
    "The Report Writer can only report on tables if the attributes of these tables that are relevant for reporting are defined in control tables. This is not the case for table ZZGLTRS"
    Does anybody knows what does this "control tables" mean? Should I activate this ZZGLTRS table somewhere to be used in report Writer?
    Thanks in advance!!!
    Adela.

    Update table T804A via SM31

  • Difference between Reaport Painter and Report Writer

    HI All,
    What is the Difference between Report painter and Report Writer
    regards
    JK

    Hi
    Report Painter allows the user to report on data from various applications using graphical report structure which forms the basis for report.
    Report Writer allows the user to report on data from multiple applications using functions such as sets, variables, formulas, cells, key figures and the user can create more complex reports as per clients requirements.

  • Report Writer Reports

    Hello Experts,
    Our Business Analysts want to include some of the 'Report Writer Reports' into the 'Reporting Tree' of SAP Standard Menu.
    For eg into the following path: Accounting->Controlling->Product Cost Controlling->Cost Object Controlling->Product Cost by Order->Information System->Reports for Product Cost by Order.
    I have no clue of how to do that. Can anybody please help me. We are using 46c.
    Thanks a lot.

    Thanks Much Janardhan for your response. The only thing which is different is: It is: KKSM.
    Thanks again.

  • Making Bookmark of PDF by Report Writer

    I've generate a pdf file (with bookmark) by Report Writer.
    I find that the tree like bookmark have been default to expand.
    How can I set it to collapse by default ?
    Rgds,
    ET
    null

    Alright I found another option which possibly solves my problem
    With the actions of the bookmarks it's possible to delete and add new documents.
    But if I click the bookmark acrobat wants me to select the file and the pages which are replaced.
    How can I save the file which should be opened?
    Like: Click at the bookmark -> document deletes itself -> the right document is added.
    The user shouldn't be able to change any options (like the document which is added)
    Can I define the document which is deleted and which is added permanently?
    Greetz
         N4pst3r

  • Differences Between Report Painter and Report Writer

    Hi,
    Anyone knows the differences between report painter and report writer?
    Thanks,
    CW

    Hello CW Teo,
    Yes report writer can be used in logistics also. One of the way which I am aware of is described below.
    Flexible analyses allow you to can tailor the way in which key figures are combined and aggregated. This means that it is possible to both provide administrators with detailed information and management with aggregated information.
    Flexible analyses enable easy access to the Report Writer, a user-friendly tool with which you can create reports for various analyses. The Report Writer is integrated in other SAP applications, such as Extended General Ledger and Cost Center Accounting.
    Evaluation structures form the interface to the Report Writer. Evaluation structures consist of characteristics and key figures and are easy to construct.An evaluation structure with the same name exists for each information structure in the standard system.Even the self-defined information structures created in Customizing can be evaluated via the flexible analyses.
    Evaluations:You can create an evaluation on the basis of the evaluation structure.
    To define an evaluation, all you need to do is select the characteristics and key figures you require (pick-up technique).One of the especially useful features here is that you have the option of tailoring the layout of your report to suit your particular requirements. You can also define extra key figures for the reports, which are derived from existing key figures by means of calculation formulas. You can thereby multiply the key figures or divide one key figure by another.
    ============================================================
    In addition to the above you can also edit a report in logistics module with the help of a report writer. below mentioned is the process for it.
    It is now possible to edit your report data using the Report Writer. You can also change the layout of the report. The most important functions of the layout design are summarized below.
    Summation levels:In the report screen, you can use the menu sequence View ->Summation level to specify the number of summation used to calculate total values. All totals that do not lie within the specified interval will be hidden. A summation level corresponds to a hierarchical level (for example, material level). Summation level 1 is the lowest hierarchical level. Summation level 2 is the next level up, and so on. The individual values are on the summation level 0.
    The summation levels can be specified both universally (for the entire report) or locally (for specific blocks of rows). In this case, the local settings overwrite global values.
    Report views:If a report is displayed on the screen, the Report Writer will then set page breaks so that exactly one page fits into the current window. This view will be defined as the standard view. As the Report Writer always processes exactly one page, you can only use the page keys and page icons to page up and down; the scroll bars cannot be used.
    The page view can be determined via Settings-> Page view. The page breaks in the page view correspond to those defined in the report layout.
    Hide and show rows:The function Edit->Hide rows exclude certain preselected areas of your report from the display. You can undo this command with Edit ® Show rows.
    Expanding and collapsing report rows:View-> Hierarchy->Collapse allows you to hide the report rows of the sub-trees that are located underneath. View->Hierarchy ->Expand allows you to undo this command level by level.
    If you want to display all the report rows that were hidden by collapsing the hierarchy or restricting the summation levels, select, View->Hierarchy-> Expand all.
    View->Collapse all allows you to reduced every row block to the highest summation level.
    Texts and Annotations:You can create an annotation for your report.
    Select: Extras->Annotation.
    You branch into the text editor of the Report Writer.
    Via the menu sequence Settings->Texts, you can create and format a title page, the last page, as well as headers and footers using word processing functions.
    For example, you can store variables in the header for the author of the report, the date of the selection or the name of the person who last changed the report.
    Layout parameters:Using the menu sequence Settings->Layout you can specify the page format, display form, rows and columns of the report according to your needs and you can determine the settings for the graphics function. You can make these layout settings with Report->Save settings.
    Hope I had been able to help you to some extent. please assign points as reward.
    Rgds
    Manish

  • Error generating report in Report writer (GR214, short dump)

    Hello
    We are making a report in GGR2. When generating the report group, we have dump with error:
    Short text of error message:
    Internal error.: SAPMGRW2, Include: MGRW2F20, FORM: GEN_DATAFI
    ELD.
    Long text of error message:
    Technical information about the message:
    Message class....... "GR"
    Number.............. 214
    Variable 1.......... "SAPMGRW2"
    Variable 2.......... "MGRW2F20"
    Variable 3.......... "GEN_DATAFIELD"
    Variable 4.......... " "
    I have generated as well via GR52 with the same result.
    The report i try to generate has about 500 lines, uses a number of existing sets and has simple formulas in it. When i restrict the number of rows to say 400 I donu2019t have the issue. Is there a restriction to rows in report writer?
    Thanks for your help
    Kai

    Hi,
    The error you are receiving could be caused by a large number of row blocks in your report definition, (you can check the report definition with report RGRRDC00). A report should not contain too many row and column blocks. It is not possible to give an upper bound for the number of row blocks (since the length of the coding depends on other parts of the report as well). However, even a complicated Report Writer or Report Painter report should not contain more than 50 row blocks, and reports with more than 100 row blocks should not be defined.
    In this case the report(s) have to be redefined. Please also refer to the note 387916 for further information regarding this issue.
    When there are more than 30 variables in a report, please have a look at the note 332091.
    Please reduce the number of row blocks in the report by using the function 'Edit' -> 'Rows' -> 'Explode' in the Report Painter
    definition. This function enables several rows to be created for one row block (in the Report Painter definition one row block is just one row). Report Painter (and Report Writer) are designed to display hierarchical reports where the rows in the few row blocks are built up using the 'Explode' function.
    regards
    Waman

Maybe you are looking for

  • How can I align a text object by the visible text and NOT by its bounding box?

    Illustrator CS4. I am trying to align some text to the center of the artboard. The bounding box is bigger than the text, so when I try to align it to the artboard it doesn't actually center align the artwork as I need it to. The text is needing to be

  • Error while opening Oracle Form

    Dear All, Presently I am using Oracle R12.1.1 on Windows XP SP2 - Operating System. Now when I am opening any form within any application within Oracle I am getting the below error. FRM -92050: Failed to connect to the Server: /forms/lservlet:-1 Kind

  • Sap b1 2007 b client installation on windows 7 platform.

    Hi All, After installtion of 2007b client on windows 7 platform .dmp file is getting created after login.which is having pl 14 version. I checked for the compaitable of client.it is having only vista and windows xp service pack2.

  • Memory problem on my e3500

    Hi all, I've a problem on this e3500 server, I had several reboot without printing anything in messages. Now I found something, I think it's not cpu19 involved (score05 and syndrome not equal to 0x3), I suppose it's fault of 2 memory slot on board 7

  • Data not stored in Adobe Reader 6.0.2

    Hi, We are using Adobe reader version 6.0.2 for Interactive forms. I have developed the application using WD Java, and the form is a native form. Problem we are facing is, when user presses submit button, data is not passed in the Web Dynpro context.