Get Report Name for Report Painter

Hi Gurus,
I need in an ABAP program to find dynamically the name of a report generated via Report Painter and associated to a TCODE.
I got the tcode.
How i can find it? I find the cluster number in GRRT but i don't know how to convert it in my report name (or even if i'm on the right way)

Hello Clemens,
as soon as the report is associated to a transaction code, it should be in TSTC
Not necessary
You create a parameter transaction when attaching a tcode to a report painter report which gets stored in TSTCP.
Cheers,
Suhas

Similar Messages

  • HP ePrint from excel add-in: Error while getting driver name for printer

    Trying to use add-in for ePrint from excel/word I get, "error while getting driver name for printer \\...HP DesignJet 800PS 42 by HP," with an option to select "OK" and that same message repeats with each printer in our network, and then it doesn't allow me to print using the add-in. However, I can print normally to HP Go Web, open up Print and Share,  then print it from there. This happens with excel and word. I have Office Suite 2007.

    Hello modameister,
    Sorry you are having issues with this printer and the ePrint add-on.  There are a couple of questions I would like you to answer please.
    1.  What operating system are you using? (XP,VISTA,7,MAC OS X)
    2.  What and how much data are you trying to print?
    3.  Have you tried to copy and paste the data into a different application or tried using the snip it tool?
    4.  Are you receiving any .dll errors (mscms.dll)
    Thanks
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Any Function module or BAPIs are available to get scheme name for the inter

    I have internal order no value in table  AUFK-AUFNR ,  and the internal order corresponding Scheme value is available in IMPR-PRNAM . Now I want to inner join both the tables to extract the data , but there is no common field . Is there any Function module or BAPIs are available to get scheme name for the internal orders?

    look at DB-VIEW  "V_IVP_OR".
    Regards,
    Laurent

  • How to get column names for a specific view in the scheme?

    how to get column names for a specific view in the scheme?
    TIA
    Don't have DD on the wall anymore....

    or this?
    SQL> select text from ALL_VIEWS
      2  where VIEW_NAME
      3  ='EMP_VIEW';
    TEXT
    SELECT empno,ename FROM EMP
    WHERE empno=10

  • I keep getting ' user not register for online ' when trying to get track names for my CD imports for Windows 7

    I keep getting ' user not register for online ' when trying to get track names for my CD imports for Windows 7 and I'm unable to find a solution.

    I can't be certain exactly which steps are going to be needed in each case, but if you work through this in sequence hopefully one of the steps will prove effective.
    First try this:
    With iTunes closed.
    Press the WinLogoKey+R
    Type in %appdata% and press return
    Double click on Apple Computer
    Double click on iTunes
    Delete the file CD Info.cidb
    Start iTunes and try again.
    If that doesn't work close iTunes and try deleting com.apple.iTunes.Gracenote.plist in the same folder.
    If that doesn't work close iTunes and try deleting iTunesPrefs.xml. This will reset your some of your preferences in iTunes so be sure to check them and reset as required.
    If that still hasn't resolved things close iTunes and try deleting the entire %appdata%\Apple Computer folder or look for parallel files/folders in the C:\Users\<User>\AppData\Local or C:\Users\<User>\AppData\LocalLow in case a corrupt file is persisting there.
    Note that any iOS device backups are stored in the MobileSync folder within Apple Computer. Once things are working you should backup your devices again as soon as possible.
    Or it might not be the preference files after all...
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • I cant get the names for music on mediasource for my zen to

    I cant seem to get any names for my music on mediasource. I went and did the Gracenote CDDB thing but all that I can seem to get is a a thing that says Socket open failed. Does anybody know what that means and how can I fix it's
    Thanks!

    You can try reregistering the Gracenote DLLs, as described in the Zen FAQ at Nomadness.net.
    Alternati'vely try installing a program that also uses Gracenote to see if that works.

  • Get report painter report result

    Hi experts,
       I use report painter/writer to create a report. Then I want to get the result of this report and print them. Could you please help to give a solution on how to get the result of this report in another print program??
    Thank in advance!!
    Villy.Lv

    Hello Villy Lv,
    Could please let me know how to use the function Module CRIF_RW_WEB_CALL_REPORT. Iam trying to get the values of the report writer using this FM however the FM is stopped on the Selection Screen of the report writer - giving a message "Check the Selection".
    We are on ECC 5. I am using the below logic  to pass the values to the FM  -
    ATA: i_data TYPE STANDARD TABLE OF grwwebdata,
          i_params TYPE STANDARD TABLE OF alv_s_param_wp,
          wa_params TYPE alv_s_param_wp,
          i_msgs TYPE STANDARD TABLE OF bapiret2.
    wa_params-pname = '$PARAMETER[$6-KOKRS'.
    wa_params-pvalue = '1000'.
    APPEND wa_params TO i_params.
    wa_params-pname = '$SELECT-OPTION[_6ORDGRP'.
    wa_params-pvalue = 'I[EQ[TEST3000'.
    APPEND wa_params TO i_params.
    CALL FUNCTION 'CRIF_RW_WEB_CALL_REPORT'
      EXPORTING
        i_report_group        = '6OBU'
    *   I_PERS_APPL           =
    *   I_NEW_SELECTION       =
    *   I_DISPLAY_LIST        =
    *   I_APPL_ID             =
    *   I_VAR                 =
      tables
       IT_PARAMS             = i_params
        et_data               = i_data
        et_messages           = i_msgs
    if sy-subrc EQ 0.
      endif.
    Please let me know your thoughts.
    Thanks!

  • Get folder name for item

    Hi All,
    I need to retrieve the folder name for where the item is stored to generate a report in following format in csv
    File Name Full Path Parent Folder Created By Last Modified By Number of Versions Total Size
    My code which gets all other info.
    function Get-DocInventory() {
    [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
    $site=Get-SPSite -Identity "siteURL"
    foreach ($web in $site.AllWebs) {
    foreach ($list in $web.Lists) {
    if ($list.BaseType -ne "DocumentLibrary") {continue}
    foreach ($item in $list.Items) {
    $data = @{
    # "Web Application" = $webApp.ToString();
    #"Web" = $web.Url
    "Site" = $site.Url
    "list" = $list.Title
    "Item ID" = $item.ID
    "Item URL" = $site.Url+"/"+$item.Url
    "Item Name"= $item.File.Name
    “Item Versions” = $item.Versions.Count
    "Item Created" = $item["Created"]
    "Extensions" = $item.name.split(".")[1]
    "Item Modified" = $item["Modified"]
    "Item Created By" = $item["Author"]
    "Last Updated by" = $item["Editor"]
    "File Size" = $item.File.Length/1KB
    New-Object PSObject -Property $data
    $web.Dispose();
    $site.Dispose()
    #Get-DocInventory | Out-GridView
    Get-DocInventory | Export-Csv -NoTypeInformation -Path D:\Scripts\Hemant\inventory.csv
    Coukld you please help me get folder name
    Thanks Basva

    To get the full Folder URL you could use:
    $item.File.ParentFolder.Url
    And just for the Folder Name use:
    $item.File.ParentFolder.Name

  • ITunes 11.4.0.18 will not get track names for imported mp3 albums.

    I'm new to Apple (Windows 7 i7 Sandy Bridge processor 16GB ram) and recently got an iPod touch 5g 64GB and I am trying to figure out iTunes.  I have GB's of albums that I have collected over the years in mp3 format.  When I imported them to iTunes via...File>Add Folder to Library...It imported all of my albums, but, almost NONE of the tracks are in order and they are "scattered" for lack of a better word.  Some are with the albums they are supposed to be with, but MOST made their own names and albums.  Getting the tracks with the albums I fixed by doing it manually.  Getting the tracks in order in the albums...HELP.  I tried to "Get Track Names", but iTunes comes back with "iTunes cannot get CD track names for songs that were not imported using iTunes.  To allow iTunes to look for CD track names for this song, import the song again using iTunes."????  I'm assuming that iTunes will only get the track names if they are imported from CD only and not mp3?  If I have to manually enter all of the information in myself....God help me...just leave it unorganized???

    When iTunes imports a CD it records the information used to look up the album in the Gracenotes database. When you add your tracks into a different library that data is no longer available. See Grouping tracks into albums for some tips on organizing iTunes content.
    tt2

  • Getting column names for resultMap - Ibatis

    Hi friends,
    I need to get the column names for the properties specified in sqlMap.xml in my code .
    for example: <resultMap id="resmap" class="java.util.HashMap">
    <result property="custId" column="cust_id"/>
    <result property="routerId" column="router_id"/>
    <result property="routerName" column="router_name" jdbcType="CLOB"/>
    <result property="device_type" column="device_type"/>
    </resultMap>
    i need to get the column values in code.........
    is there anyway to access the sqlMap.xml file as an instance in Ibatis.

    I always use jaxb2 to unmarshall/marshall, works like a charm

  • Getting group names for a list of IDs

    I've got the list of group IDs of which the user is a member, and I'm trying to get the group names in a single query. I've got it working where I get each name in a loop, but I'm concerned about performance if a user is a member of a large number of groups.
    This is the Java code I've been fooling with:
    Object qFilter[][] = new Object[3][1];Integer ids[] = new Integer[iGroupIDs.length];for (i = 0; i < iGroupIDs.length; i++) { ids[i] = (Integer)iGroupIDs; }
    qFilter[0][0] = new Integer(PT_PROPIDS.PT_PROPID_USERGROUP_GROUPID); qFilter[1][0] = new Integer(PT_FILTEROPS.PT_FILTEROP_IN);qFilter[2][0] = ids;ptQueryResult = objMgrGroups.Query(PT_PROPIDS.PT_PROPID_USERGROUP_SIMPLENAME, -1, PT_PROPIDS.PT_PROPID_USERGROUP_SIMPLENAME, 0,-1,qFilter);
    I keep getting an exception:
    Native exception: The parameter is incorrect. (0x80070057): [ParseQueryFilter error on clause #0
    (0x80070057) Invalid property ID specified (0x10000)] (612,PTDispatch.cpp)
    I'm new to PT programming so I'm a bit stumped as to what is the issue. Any hints anyone can offer is appreciated. Thanks!

    Thanks to everyone - responded.
    This is group set up when creating user. This is standard functionality.
    What we do:
    Step 1.
    Using "Administer" tab in portal, then using "Create new groups" link, We have created various groups. We assigned six digit numeric value to group name. We have several groups, such as 001234, 002235, 003348. These group's have different privilege.
    Step 2.
    Using "Administer" tab, we create new user on a regular basis using "Create new users" link. Later on, we assign these new user to a group created in step 1.
    We have a custom table, where we store, user and their corresponding group information, such as:
    record user name group name date created
    1 aaa 001234 01-02-04
    2 bbb 001234 01-04-04
    3 ccc 002235 01-05-04
    Key in the table is based on both user and group name.
    What I need to find out is, when user 'aaa' logged in, to find out who is the user and what portal group this user belong to.
    Then join these two value to our custom table to make sure to match the user and his group name, and get other value from other table and display in the LOV.
    But I am not sure what API need to use in my query in LOV. Or is there any other way?
    Thanks

  • How do  I get track names for a CD imported into my Itunes?

    I am running itunes 11.1.3 (8).
    I can 't find the command to get the track names for a CD I just imported into my itunes.
    This used to be simple....
    Any suggestions?

    It still is simple, but as always you get the track names before you import the CD.  iTunes has a preference setting so it will always do that or you can re-identify a CD using a menu item (see below).  Once they are imported there is no way in iTunes to get the identification service to work.  There are third party services that work outside of iTunes but for a single CD it is easier to just reimport the whole thing after correctly identifying first.
    How iTunes remembers audio CDs - http://support.apple.com/kb/TA27785
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html - "iTunes Library Extras.itdb contains some Gracenote CDDB information."
    To re-identify an incorrectly identified CD: "Insert the CD and select it in iTunes, then menu Advanced > Get CD track names. It should requery the Gracenote database and let you pick the correct album." - https://discussions.apple.com/message/18901866 - Newer versions in upper right hand corner, Options>Get Track Names

  • How To Get Attribute Names for a Particular VO

    Hi ,
    How To Get Attribute Names Of a Vo where I can Set Viewattributname To the Table RN Columns Where I am Adding Extra Columns Based on Some Condn..
    So wen i am creating new Column to existing Table RN and we Need to add Attribute Name Also...Rt..
    And How To get RelationShip Between Database Column Name and Java Vo Attribute Name
    Ex: PlanId is the Java VO Attribute Name for the Database Column PLAN_ID
    In The Same way Hw We Get the Relation ship for All other columns In the Controller Cllass ..
    Can Any One Reply as It is urgent Req...
    Thanks ,,
    Jithen

    Instead of using the VO attribute names to set and get values, best to go to the VO definition, click on Java, and generate the View Row Class with the accessors.
    In the class where you're trying to set attributes, instead of a Row class, use the View Row class of your VO (eg ViewObjectName's class would be ViewObjectNameRowImpl), and when retrieving a row from the VO, cast the row to the previously mentioned View Row Class.
    At that point you can use the View Row Class's methods that would perform sets and gets of each column.
    To get attribute names, I don't know off the top of my head, but there might be a method mentioned in the Javadoc for the ViewRowImpl or ViewObject or ViewObjectDefinition classes to get the attribute/column mapping, or perhaps you can somehow read the XML definition of the VO which has that mapping.
    Assuming business components were built automatically and no attribute names were overridden, intuitively the attribute name is a camelcase version of the column name, removing understores and capitalizing the character following the removed underscore - but that's not a fool proof approach. Just a general observation.
    Hope this helps.
    Edited by: user6631964 on Sep 16, 2010 12:31 PM

  • How to get domain name for the userId?

    There is a generic way to get userID
    System.getProperty( "user.name" ).
    In case of windows it's a name you login in.
    Is any way in Java to figure out domain name of that particular user by Java code?
    Igor

    You can dojava.net.InetAddress.getLocalHost().getHostName()to get the name of the computer. But this will not give you the "domain name of the user". In Windows, for example, when I sign on to my computer, that user name only means something to my computer. There's no "domain", in the Internet sense, involved.

  • Unable to get track names for new album itunes 11.1.5

    Hi All,
    I have 2 computers running Mavericks
    Both have the same version iTunes 11.1.5
    On some imported albums I have not got the track names.
    On one computer I can right click on the track and 'Get Track Names'+'Get album artworks' and it works, but on the other I do this and it does not.
    Any thoughts on why one computer can do this and the other does not?
    Both are connected to the internet and can connect to the itunes store.
    Cheers
    Simon

    It may simply be that the CD you are trying to import is not in the CD track name database.

  • Getting font name for Type 1 subsetted font

    Hi,
    The attached PDF contains some subsetted  Type1 fonts.
    When I use the   function PDEFontGetAttrs and  get the PDEFontAttrs::name, I am getting the font name as   "GPCDOB+NewBaskerville-Roman".
    What function should I use to get the original font name and not the subset name ?  In the above example, I need to get  “NewBaskerville-Roman".
    I use the following piece of code to get font name:
    PDEFontAttrs fontAttrRec;
    PDEFontGetAttrs (font, &fontAttrRec, sizeof(PDEFontAttrs));
    strcpy_s(fontName,100,ASAtomGetString(fontAttrRec.name));
    fontName I get is    "GPCDOB+NewBaskerville-Roman".
    (I am using Adobe PDFLibrary)
    Thanks,
    Priya

    Hi,
    Thanks.
    I have decided to go with stripping off the first 7 characters.

Maybe you are looking for

  • Is SilverLight compulsory for running a Labview program?

    Hi, I am using a computer on which Silverlight isn't installed (the microprocessor doesn't have SSE instructions so I am not able to install it). While installing Labview 11 I got a message saying SilverLight isn't installed. I will test my labview p

  • Struts validation

    Hi i have a question and was looking forward for your help... during struts validation we use depends="int" so our purpose is to accept values which are pure integers and remaing should be rejected by validator.....but then if we put some text say "a

  • Icon on Taskbar in foreign language

    I cannot rid myself of the skype icon on the bottom taskbar which is in some unintelligible language.  Suggestions please.

  • Updated Firefox Now Have 2nd Full Kodak EasyShare Program-'Puter Crashing 59% resources

    I updated Firefox thru CNET Tracker to newest program and now have MAJOR issues! Have a Kodak Easy Share program & didn't update to the newest Kodak program due to the many issues I had read about it. I went to 2nd Kodak program properties found this

  • Facing Problem in siebel tools

    Hi, I am using Siebel tools version 7.1.5 After i logged in into siebel tools through my local , i logged in successfully. Now go to screens->systemadministartion -> list of values. As soon as i click on list of values, i got the following error: An