Report painter object name change during transport

We have a requirement to add 5 fields (In selection screen) to report painter reports ( Reports of CJE3 and GRR3 ).We created Z reports as a copy of standard reports, added required 5 fields by implementing SAP notes and other settings .We have also done implicit enhancements for all these reports to make change in the behavior of new fields .This is working fine in the development client but the problem is once we transport this to Quality system new reports get generated( With new name ) and implicit enhancement will be lost.
For E.g.:
In development client for CJE1/CJE2 report the program name will be "GPAVPSATWFP4NN0YRDBIQBHI8MQ"  (In this program we have done implicit enhancement )
but when we transport it to other client new program "GP8O1UCNZTJYY5LTO8GN0UW2GQB" is generated in which implicit enhancements are not found.
Rgds
Sameer

Hi,
have you looked at export/ inport functionality (gr57/ gr58) or what mode of transport are you using?
Regards
Hein

Similar Messages

  • Report Painter objects

    Hello Friends
    Any Idea where to Get Report Painter Objects in SAP system,
    Thanks

    Hi
    Report painter is a user-friendly tool through which reports can be defined to meet specific business requirements that are not takes care of by standard reports. Report Painter Utility has been categorized under FI-SL as most often it is used to create Special Purpose Reports only.
    Given below are the main components of a Report Painter Report,
    1) Library
    A library is a Collection of Characteristic, Key Figures and predefined columns for a reporting table. A Report Painter Report is created inside a Library. Thus, it can only use the Characteristic, Key Figures and predefined columns selected for that library. SAP comes with a lot of preconfigured Libraries. Depending on the reporting need, one may choose to use any one of these or instead go in for defining one’s own Library.
    2) Report Layout
    Report Layout determines the layout features of the report and the format of the report data constituted in the report output. SAP comes with the Standard Layout SAP, but you can define your own Layout.
    3) Report
    A Report constitutes of Rows (Characteristics), Columns (Characteristics, Key Figures, or Formula) and General Data Selection (Input Selection Parameters). A Report is built inside a Library, so it can use the characteristics and key figures that are there in the library.
    4) Report Group
    A report group contains one or more reports from the same library. When reports contain the same characteristics and share the same data, then they should be attached to the same Report Group so as to improve the processing time.
    5) Set / Variable
    A set is a group of specific values or ranges of values that reside in a database table. The transaction code for Create / Change / Display a set is GS01/ GS02 / GS03.
    A name that is given to the data that can be changed during the runtime of a program. The transaction code for Create / Change / Display a variable is GS11/ GS12 / GS13.
    One should always bear in kind that elements of a report are inter-related, so while creating them one need to follow a sequential procedure.
    Regards
    karthik

  • RFC func module name changing on transport

    Hi
    We are using web service to push data into BI from XI. we are following the guide "How to Integrate XI and BI in SAP NetWeaver 2004s".
    Accordingly, we have used the RFC FM name generated while activation of WebService DataSources to create the proxies. The XI system is using the same RFC names to connect to BI.
    Now, when we are transporting the DataSources from Dev to QA environment, the RFC functional module names are getting changed in the DataSources. Hence our entire development becomes ineffective.
    Any suggestion on how to prevent the FM names from changing during transport?
    Thanks a lot,
    Sushmita

    Hi Sushmita,
    Did you know how to solve your issue? Because we have this problem same with you. If you know how to solve. Could you please to reply me.
    Thanks a lot.
    Park Saeiam

  • Long DDIC Activation for Master Data Change During Transport

    Good Morning Folks,
    During transport of a change to a custom master data object to production, the data dictionary activation is taking a very long time and using a very large amount of space. 
    The change to the master data object was adding three additional navigational attributes. This master data is not time-dependant.  The master data contains about 1.2 million records and has 49 active navigational attributes u2013 including the three new ones.  The Data Dictionary activation is executing report SAPLRSDU for more than 8 hours and is using upwards of 52GB of temp filespace (of 92GB allocated) during this time.  To the best of our knowledge, it looks as if it is trying to recreate or repopulate the /BIC/Pxxxx table of the master data.   It looks like it's reading billions of records (probably the same 1.2 m records over and over.)
    There are no errors in any logs that we can see. 
    Previous changes to this master data object have been successful, and reasonably fast.  And the transport of this change from Dev to our QA environment was very fast.
    We still need to get this change in, as well as additional changes that are dependant.  Why would this take so long, and is there anything we can do to get this to run faster?
    BTW:  We are on 3.5 (but looking forward to NW7.)
    Thanks, Brian

    Brian,
    Usually adding nav attributes would mean that the X and y tables get regenerated...
    Also do you notice reads only on the P-Table or other tables which have this object as well..?
    If it is only the P Table - try refreshing the stats for the same...

  • Report Painter: How to change the order of lines in selection screen

    Dear Gurus on Report Painter,
    how can I change the order of the lines (where the values for the variable selection of my cost center report are entered) in the selection screen of a report painter report? The Selection screen looks awful.
    Is there also a possibility to add another description to each line of the selection screen?
    Thank you very much for your advice.
    Best regards Timo

    I am afraid you have much choice in choosing the order of the selection parameters. However, with the developer's access you may.
    This is how!
    Step 1: If it is a standard report, copy to your own report. and assign it to a report group. and execute.
    Step 2: When you execute, and the selection appears, go to systems>status and here , copy the program name (it may look something like GP46LP6VEDORBSA2IHWYSR4TL58020)
    Step3: Go to SE38 and enter the above derived program name with a view to re-arrange the line withing the program, with reference to selection parameters. 
    For example: I have a selection screen in the following order:
      Controlling area            
      Fiscal Year                 
      From period                 
      To period                   
      Plan version                                                                               
    Cost center group           
      Or value(s)                 
      Cost element group          
      Or value(s)                 
    The corresponding program that drives this order is in the program and would look like this,
    SELECTION-SCREEN BEGIN OF BLOCK VALUE_SELECTION
                     WITH FRAME TITLE TEXT-003.
    <b> PARAMETERS: $1KOKRE  LIKE CCR1S-KOKRS .
      PARAMETERS: %1KOKRE  LIKE CCR1S-KOKRS MODIF ID IN4.</b>
    <b><i> for controlling area</i></b>
      PARAMETERS: $1GJAHR  LIKE COSP-GJAHR .
      PARAMETERS: %1GJAHR  LIKE COSP-GJAHR MODIF ID IN4.
    <b><i> for fiscal year</i></b>
      PARAMETERS: $1PERIV  LIKE COSP-PERBL .
      PARAMETERS: %1PERIV  LIKE COSP-PERBL MODIF ID IN4.
    <b><i> for period from</i></b>
      PARAMETERS: $1PERIB  LIKE COSP-PERBL .
      PARAMETERS: %1PERIB  LIKE COSP-PERBL MODIF ID IN4.
    <b><i> for period to</i></b>
    etc.
      PARAMETERS: $1VERP   LIKE COSP-VERSN .
      PARAMETERS: %1VERP   LIKE COSP-VERSN MODIF ID IN4.
      PARAMETERS: $1VALUTP LIKE CCR1S-VALUTYP MODIF ID IN4 .
      PARAMETERS: %1VALUTP LIKE CCR1S-VALUTYP MODIF ID IN4.
    SELECTION-SCREEN END OF BLOCK VALUE_SELECTION.
    ......... set variables ..............................................
    SELECTION-SCREEN BEGIN OF BLOCK SET_SELECTION
                     WITH FRAME TITLE TEXT-004.
      PARAMETERS: $1KOSET  LIKE RKSB1-KSGRU.
      PARAMETERS: %1KOSET  LIKE RGSBS-SETNR MODIF ID IN5.
      SELECT-OPTIONS _1KOSET  FOR CCR1S-KOSTL .
      PARAMETERS: $1KSTAR  LIKE RKSB1-KAGRU.
      PARAMETERS: %1KSTAR  LIKE RGSBS-SETNR MODIF ID IN5.
      SELECT-OPTIONS _1KSTAR  FOR CCR1Z-KSTAR .
    SELECTION-SCREEN END OF BLOCK SET_SELECTION.<i></i><b></b>
    If you want fiscal year to appear first, you try just copying the coding relating to fiscal year just above the coding for Controlling area.
    Extend the same logic for what you may want to get.

  • Report Writer Object Names

    Can anyone tell me what these objects represent in Report Writer. They are in a transport that is causing problems in the receiving system:
    RWRO
    RWSO
    RWJO
    RWMO
                       Thank-You.

    Hi
    check this
    Report Writer functions can be accessed from within the Report Painter.
    The difference lies in the GUI of the report painter.
    For Report Painter
    http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/content.htm
    For Report Writer
    http://help.sap.com/saphelp_47x200/helpdata/en/66/bc7dc143c211d182b30000e829fbfe/content.htm
    Refer the following links :
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-other/accessing-tables-using-report-painterwriter-98766
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    Regards
    Anji

  • Report Painter-How to change the order of fields on selectn screen.

    I have a custom Report Painter report that has 2 fiscal years 1 current FY and 1 Comparison FY.  This also includes 2 sets of periods.  I want the period fields to group together by Fiscal Year and Comparison Year. As shown below.
    Fiscal Year From Period___
    Fiscal Year To Period____
    Comparison Year From Period____
    Comparison Year To Period____
    Instead it  displays as follows:
    Fiscal Year From Period___
    Comparison Year From Period____
    Fiscal Year To Period____
    Comparison Year To Period____
    Any assistance would be greatly appreciated.

    I have a custom Report Painter report that has 2 fiscal years 1 current FY and 1 Comparison FY.  This also includes 2 sets of periods.  I want the period fields to group together by Fiscal Year and Comparison Year. As shown below.
    Fiscal Year From Period___
    Fiscal Year To Period____
    Comparison Year From Period____
    Comparison Year To Period____
    Instead it  displays as follows:
    Fiscal Year From Period___
    Comparison Year From Period____
    Fiscal Year To Period____
    Comparison Year To Period____
    Any assistance would be greatly appreciated.

  • Report Painter:How to change an existing report parameter to a SELECT optio

    Hi ,
    We have an already existign report, taht exists only in QA, How could we chnage the report such that the existing paramenter period would show up as SELECT option instead of a parameter.
    I have no experience with report painter.
    Thanks,
    Vinotha M

    I do not have any idea about Report painter and So dont know how I could do this.
    Please help with this.
    Also this report now does not exist in the development server.

  • Report Painter: How to change Selection screen.

    Hi All,
    I would like to know  the Process, how to add one more filed in the selection of the Report.
    Now  i have,
    selection.
    mat1:----
    mat2:----
    mat3:----
    date:----
      like that , Now i want to add mat4 in the Report Painter.
    thanks in adv..
    regards
    Prabhu

    Hi Mann,
    Thanks for reply.I have one doubt .
    1. I have already created variable for  characteristics figures,
    say exp
    col1->char001->&mat1
                        &mat2
                        &mat3
    now i want to add one more &mat4 for this chat.Figures.
    2.What is differance b/w set and Basic sets.How can i find basic sets of a Set.
    3.How can i att's chat.figures to Basic sets.
    plz help me to reslove this issue.
    regards
    Prabhu

  • How to change pkg from $tmp for many objects at once during transport req

    I know to change package name for objects one by one. but i want to change for some 30 objects at the same time. i tried to select all and do , but it changed only for the first one. how to do this?

    You can either change using TADIR table.
    Or
    In SE09, collect al your objects in a transport .
    Then click on Objects --> Object directory entry and change the package.
    Or in SE01 also you have an option to change package.

  • Class and Object name change in the universe designer

    Hello Experts
    I have a confusion , I am just wondering if I devlop a bobj universe, lets say, based on SQL database and change the name of the class and object during the creation of the universe, will that fetch the data from d/base properly while running a query / report. Although universe class and object has different names than database now but the records are the same. Do we need to point the object to d/base object in some kind of different or special way .
    To make my question more simple, In d/base table name is "Employee" whereas on universe side I create a class name "Staff" and at the same time field name in the database is "Emploee ID" whereas in the universe I named it "Badge number".
    Please advise if that will make any difference while I run the query or Is there any kind of complication on the universe side that I should expect which I am not familiar with.
    I would apprecite your response.
    Best Regards

    Hello experts,
    Let me rephrase the issue with exact scenario.
    I have a table names "REGION" with fields region id, region and country id.
    I have another table name REGION_SLINE with fields SL_id, region id and Sales_revenue.
    I created an equi join between these two tables based on region id field and checked the cardinality which is ok.
    Now when I try to create a report based on sales revenue per customer ( "customer's first name"  is an other field on CUSTOMER table), I dont get any result in the report and get a message that "No data to reterive"
    Also please note that when I run a report which is sales revenue per region id, I get the result, seem slike these two tables REGION and REGION_SLINE can generate the report but sales revenue per customer report is not generated because customer first name is a field of another table.
    I was just wondering if I need to write some kind of where clause in the object properties of region id which is used to create equi joon link.
    I woulld appreciate your response.
    Regards
    Edited by: SAP_LCCHS on Jul 4, 2011 9:19 AM
    Edited by: SAP_LCCHS on Jul 4, 2011 9:21 AM

  • Logical system Name Change Via Transport

    Hi All,
    Recently we made changes in parallel processing profile customizing table  (/SAPAPO/SDP_PAR) and created entries for Macro Jobs and CIF.
    For Application "CIF Delta Report", Logical system is mandatory and in Dev we gave the APO Dev Logical System Name (AD1XXX). Now when we moved the changes to Quality, expectation was that Logical system name for CIF Entry in the table would change to AQ1XXX - However, it still shows as AD1XXX there. Moreover AD1XXX entry is not a valid entry in Quality System and even when we see Drop Down values for that column (Press F4) - Only APO and ECC Quality systems names are appearing.
    Please suggest how can this logical system name be corrected. One option is running BDLS, but when this TR moves to Production there also we might end up in same scenario (Logical system as AD1XXX instead of AP1XXX) and running BDLS in Production wont be approved.
    Please suggest if there is any other option to handle this.
    Regards,
    Alok

    Hi Alok,
    we describe a solution in our
    SAP Rapid Deployment Solutions (RDS)
    Quick Link
                    Access SAP Rapid Deployment Solutions (RDS) directly via
                      http://service.sap.com/rds
    SAP Demand and Supply Network Planning rapid-deployment solution
    Quick Link
        Access this area directly via
    http://service.sap.com
    /rds-dpa
    In confgiguration guide
    Central Master Data Replication (SCO)
    you can read how it is done with
    Create Entries in Table
    TVARVC for Logical System Variable in Variants
    Frank

  • Link between universes and reports and universe name change

    I want to change a universe name.
    What is the impact on my WebI reports and DeskI reports ?
    Is it risky ? Will the link between reports and universes be saved ?
    Does someone know how the link between reports and universes works for WebI reports and DeskI reports ?
    Thanks

    The Universe name is stored within the data context of the report so the report (deski and webi) refer to a Universe.
    Changing the name of that Universe has a very bad effect: the reports usually stop working!
    In order to change the name, you must manually visit each report and change the Universe associated with EACH QUERY IN EACH REPORT!!  It can be done, but it is time consuming.  And you'll need both Universe names in the CMS until you're done
    Deski -> View Data, Definition, Click on the ... beside the Universe
    Webi -> Edit Query, Properties, Click on the ... beside the Universe
    M

  • Is it possible to transport ABAP querys/ Report painter between systems

    Hi all
    Is it possible to transport ABAP querys/ Report painter object between one r/3 system and another ?

    Hi,
    Its possible to transport SAP Query (Global Area). When you save the infoset it will ask you to the request id for transport
    For SAP Queries in Standard area, there is a transport icon in the SQ02 screen which would transport it to required destinations
    thanks
    Sriram

  • How to find report created with Report Painter?

    Hi!
    how to find report created with Report Painter?
    Here is the information that I have:
    Object filename, let's say <b>Y_P01_90000001</b>
    Report painter object <b>INV-102</b>
    The thing is that Library is unknown, thats why I can not find it via GR22...
    Any ideas?
    Will reward,
    Mindaugas

    Check in GRR3 under <b>INV</b> node...

Maybe you are looking for

  • No Direct posting possible to G/L Account - ERROR

    Hi all, here i create one new company code and business area and done all procedure related with it. but now when i create sales order this time i done delivery but when i post this order this time system give me a error like "NO DIRECT POSTING IS PO

  • What options for making a mac mini wireless?

    Is the oinly way of doing this getting an airport card installed into the mac mini? is there any usb or thernet style wireless device that would allow the mac mini to access out wifi adsl router? best tommy banana

  • Create a Multiple-Line JButton Without Using HTML format

    I used html format for multiple-line JButton and it took a long time to load that button up (about 5 seconds more). Does anyone know how to create a multiple-line JButton without using html? Any suggestion or sample code will be appreciated. javamess

  • Omit Trace Actions?

    I've got a set of SWFs called from a web site. Info security here at my company does webscans to look for potential theats and found the following issue. Debug Messaging Summary: An indication that the trace() function is being utilized was detected

  • Assign transaction to a user

    Hi,            I am not much experienced authorizations. I am trying to give authorization to a user for a particular transaction. I guess I have to do that in some PFCG....I am sure this is a simple thing...but can some body refer me to any document