PCA report can't include customized library

I want to create PCA report and execute under KE80
I use GR21 to create a libray Z80 by copying standard library 8A0. in KE84, how can I create form under Z80 library , so I can create PCA report under Z80 library, I just don't want create customized report under standard library? thanks

Libriaries are used for ReportPainter/ReportWriter reports (RPRW) TC GRR2 and GR32 respectivelly.
KE8... transactions are intended for Drilldown reports where you don't use a library,
Instead you have a Characteristic list to choose from and I don't know if you can add new ones.
Cheers
matej

Similar Messages

  • How can I include Customer Hierarchy in Customer master IDoc -DEBMAS06 ?

    Hi,
    I am generating Customer master IDoc using basic message type DEBMAS06. But when I include customer hierarchy data while creating customer master, it is not included in any of the segments. The segment containing the data from KNVH is not included in standard.
    How do I include this hierarchy data in the IDoc? If I create a segment, under which basic segment should it  be included and how to update the data in the segment?
    Can anybody help?
    Points assured.
    Best Regards,
    Rajendra

    Hi
       You can use LSMW :-
    1) Create a project , sub project and an object.
    2) execute it from 1 st screen to enter the object.
    3) You will find proces steps.
    4) In Maintain Object Attributes  choose Program Name RFBIDE00.
    or I-DOC or the way you want the input to be.
    5) You can proceed from there following the instruction..

  • Classic PCA reports in New GL environment.

    Hi,
    We have now implemented New GL.  Also applied EHP3 .  In EHP3 enviornment, there is a facility by which we can convert classic PCA reports (report tree : KE5A) into new GL, that is, practically changing the tables from GLPCT to FAGLFLEXT.  This helps us in not re-creating those reports.
    I have converted two reports into the New Tables.  But, I am not able to see these reports seperately.  That is, classic PCA reports can be accessed through KE5A transaction. What about these convered reports ?
    Please advice me how to access these reports (New GL converted reports).  Is there any transaction code like KE5A?
    Till, classic PCA is deactivated, both will run parallelly.
    Regards,
    Rama

    Hi,
    old PCA report painter reports can be migrated to NewGL reports under certain circumstances (see SAPNET note 1555535 for details).
    As the NewGL PC reporting bases on the data available in the new GL tables FAGLFLEX* I think that you will miss some infos in NewGL PC reporting compared to infos available in classic PCA reporting (eg object type / object class).
    Nevertheless it is possible to add fields toFAGLFLEX* but I doubt that this will be helpful in your case.
    BR Christian

  • Can I use Report Manager to distribute customized oracle reports?

    Hi,
    Can I use Report Manager to distribute customized oracle reports, other than FSG reports?
    If no, is there any function that can be used for distributing reports submitted from concurrent manager in r12.1.2?
    Thanks for any advice!
    HY

    Pl post details of OS and EBS versions.
    >
    Can I use Report Manager to distribute customized oracle reports, other than FSG reports?
    >
    I am not sure - pl ask your friendly Oracle salesperson if this functionality is included in your license.
    >
    If no, is there any function that can be used for distributing reports submitted from concurrent manager in r12.1.2?
    >
    Another option could be to use XML/BI Publisher - again, you will need to check if your license includes distributing custom reports.
    HTH
    Srini

  • Can't add HTML custom library ZIP

    Hello community,
    I've tried for 3 days now to make the custom library work, I've read and read....I've tried and tried.
    basically I took the exmaple files for custom store front version 3, I used DPS version 3, and making a enterprise version app.
    I can't even get the non-edited store library ZIP file work.
    error: invalid ZIP.
    has an error been included in latest DPS app builder ? how much do you have to edit the structure of the custom sotre front example to make it work ?
    attached the error.
    http://www.adobe.com/devnet/digitalpublishingsuite/articles/html-default-library.html

    Contact Gold support or your Adobe rep for troubleshooting help.

  • Custom Report: Can you hyperlink to a task or requisition?

    Custom Report: Can you hyperlink to a task or requisition?
    When defining, configuring a custom form based report, how do you hyperlink to the task item or requistion?

    Hi
    I've had this one answered with our yes! hours, I'm sure it came up in the training too - I'm assuming you are using advanced reporting?
    If your requisition URL is http://servername/RequestCenter/myservices/navigate.do?requisitionId=18954&query=requisition you would need to create a colum in the report with the expression
    'http://servername/RequestCenter/myservices/navigate.do?requisitionId=' || cast ([REQUISITIONID],VARCHAR(10)) || '&performerID=&query=requisition'
    You would then need to insert a hyperlink type column and make the value of the computed value your hyperlink - I chose to make my ReqID the display name. As you are hardcoding the URL in, you will need to change it as you migrate between environments.
    Hope this helps - it is going to make drill downs a lot easier for us now.
    Meghan

  • How can we setup a prefix namespace for a custom library in FB 4.7

    Using 3.6, we are creating a custom library.
    We need to be able to use a prefix such as "MyLib" when adding library components to an MXML file in an application.
    Right now we get <ns:MyButton. . .> and we need <myLib:MyMyButton . . .>. Any other library used gets <ns1:...<ns2:... etc. Not very usefull to identify the source of the component.
    In the library, we have the manifest.xml and design.xml. The library is functional except for the prefix.
    manifest.xml
    <?xml version="1.0" encoding="utf-8"?>
    <componentPackage>
              <component id="MyButton" class="com.test.MyButton"/>
    </componentPackage>
    design.xml
    <?xml version="1.0"?>
    <design version="2">
              <namespaces>
                        <namespace prefix="myLib" uri="library://flex/myLib"/>
              </namespaces>
              <categories>
                        <category id="MyLib" defaultExpand="true"/>
              </categories>
              <components>
                        <component name="MyButton" namespace="myLIb" category="MyLib" displayName="MyButton"/>
              </components>
    </design>
    When building the SWC, the assets includes the manifest.xml and design.xml files. The Namespace URL library://flex/myLib and manifest file location are also set. The compiler arguments contains -include-namespaces library://flex/myLib
    Is there  fix for this?
    I understand that the "design" part has been removed from 4.7, but why would it affect the mxml prefix?

    Any feedback from Adobe people that worked on FB 4.7 and the removeal of the design mode?
    Are they related? Any suggestions?
    Having random namespace prefix being generated is very annoying.

  • How can I include results of a subsequenc​e, which runs in a new thread, in the main sequence test report

    Hi!
    I', m working with TestStand Version 4.2.1. I have a main sequence, which calkls different subsequences. All these steps are properly reported. One of subsequences runs as "new thread". How can I include its results in common test report of the main sequence?
    I have markes variables of the subsequence as it is requred for test report (it works OK if it is not a new thread). If the the numerical test, which is executed in this subsequence is correct, I get no results at all. If the numeric test failed I get somewhere in the main sequence report a "red message", that test failed whithout any reference to the step or values of vaiables which were not correct.
    I tried an option "On the fly" in the Report Configuration , but haven' got any useful results. What shall I do?
    Best regards
    Solved!
    Go to Solution.

    Hi,
    I tried it but without success:
    1) I got a reference to the Thread as "Locals.Step1=RunState.Thread" for every of 2 steps which start a thread
    2) I put both "Waits" after steps with (and without) threads, at the same place, where they were before
    3) The sequence run OK, but when it came to Wait for Thread 1 it waited for ever, I had to terminate sequence
    Does it mean, that I got a false reference (suppose No - please, have a look at attached pic)?
    Or does it mean, that Waits are badly placed in the sequence (threads are already terminated)? Here is a pic of sequeces calls with Wait after them.
    Regards
    Attachments:
    Thread.JPG ‏34 KB
    SequenceCall.JPG ‏32 KB

  • How can I include 3rd party jar files with my custom extention?

    I'm writing an extension that is dependent upon some 3rd party jars. How can I include/package these with my extension?
    we're using the 11g tech preview
    thanks,
    Dylan

    Do you mean that you need these files to appear in JDeveloper as a library available for the developers who build a project and use your extension?
    You can create a library in JDeveloper with JAR files by simply adding the following to your extension.xml file:
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    - <libraries xmlns="http://xmlns.oracle.com/jdeveloper/1013/jdev-libraries">
    <library name="My Extension Library">
    <classpath> ${ide.extension.install.home}/lib/some.jar</classpath>
    </library>
    </jdeveloper-hook>

  • (How) Can I include Long Texts in Reports or Queries?

    Hello,
    We need to send our vendors their contract details including some of the long texts data.
    So far we were sending excel spreadsheets to the vendors without the long texts. Is there some way we can start sending the spreadsheets to our vendors adding few extra columns for the long texts. Some of the vendors contracts have 20+ lines of data in the long texts.
    Are there any better or easier ways than excel spreadsheets?
    Is any kind of query development possible  where long texts can be included?
    Appreciate your time and answers.
    Fred.

    Sorry friends for not communicating my requirement clearly. I am aware of the functions to retrieve the long texts data for purchase orders/contracts.
    I need some help in downloading the data to excel sheets. I believe there are restrictions in the number of characters that can be accomodated in a excel column, so I am not sure if very long texts (say >500 lines & 72 chars each) can be wrapped around within a excel column.
    Also can a query be written to extract long texts, or can long texts, >500 lines & 72 chars each, be displayed using ALVs?
    Thanks a lot for your time. Appreciate your inputs.
    Below is a sample of how the report needs to look.
    Contract Number     Vendor     Long Text1     Long Text2
    0000000001                     ABC Firm     Text ID'01ABC' Text ID'01ABC' Text ID'01ABC' Text ID'01ABC'      Text ID'02ABC' Text ID'02ABC' Text ID'02ABC' Text ID'02ABC'
                                              Text ID'01ABC' Text ID'01ABC' Text ID'01ABC' Text ID'01ABC'      Text ID'02ABC' Text ID'02ABC' Text ID'02ABC' Text ID'02ABC'
                                              Text ID'01ABC' Text ID'01ABC' Text ID'01ABC' Text ID'01ABC'      Text ID'02ABC' Text ID'02ABC' Text ID'02ABC' Text ID'02ABC'
                                              Text ID'01ABC' Text ID'01ABC' Text ID'01ABC' Text ID'01ABC'      Text ID'02ABC' Text ID'02ABC' Text ID'02ABC' Text ID'02ABC'
    0000000002                     XYZ Firm     Text ID'01XYZ' Text ID'01XYZ' Text ID'01XYZ' Text ID'01XYZ'     Text ID'02XYZ' Text ID'02XYZ' Text ID'02XYZ' Text ID'02XYZ'
                                              Text ID'01XYZ' Text ID'01XYZ' Text ID'01XYZ' Text ID'01XYZ'     Text ID'02XYZ' Text ID'02XYZ' Text ID'02XYZ' Text ID'02XYZ'
                                              Text ID'01XYZ' Text ID'01XYZ' Text ID'01XYZ' Text ID'01XYZ'     Text ID'02XYZ' Text ID'02XYZ' Text ID'02XYZ' Text ID'02XYZ'
                                              Text ID'01XYZ' Text ID'01XYZ' Text ID'01XYZ' Text ID'01XYZ'     Text ID'02XYZ' Text ID'02XYZ' Text ID'02XYZ' Text ID'02XYZ'

  • Can i view customer report as per the business area wise , region-wise how?

    can i view customer report as per the business area wise , region-wise how?

    Hi,
    You can view the report business area wise, extract the report and go to dynamic selection and selection business area. When the report is display just sub total on business area. System is showing report as per your requirement.
    Regards,
    Pankaj

  • PCA report rolling figure

    we are extending S_alr_87013326  and create a new ABAP report to include  rolling 6 months of actual number.
    can we use GRR3 or report painter, which library is S_alr_87013326 belonging to?
    if we use ABAP code, then which table we should use to get rolling 6 month figure?
    thanks

    please don't create a new ABAP report
    instead copy the report/form to a customer report/form and extend the fields there
    transaction GRR3 is for viewing reports
    you can also execute them here, but you do this trough report groups (tc GR55)
    maintanance for report painter reports is GRR2, for report writer reports GR32, for drill down reports (your case) KE82
    cheers
    matej

  • IPhoto Trash Can deleted my entire library

    I bought a brand new 27" iMac at the end of Oct 2010, which came pre-loaded with iPhoto '11 (Version 9.1 (475). I copied photos from my old iMac onto CD-ROMS and then imported them directly into my brand new iPhoto '11 by the select, drag and drop method. I deleted maybe 5 photos which the trash can correctly counted. However, when I deleted my trash can, it included ALL the photos in my entire iPhoto library (4000+) and deleted my entire library. These photos were not visible in the trash can before I hit the delete button.
    After that happened, I thought maybe I did something wrong, so I manually transferred the photos to my iPhoto '11 all over again. This time, photos which I haven't even deleted appear in the trash can and when you try to empty the trash can, the message says something like "Are you sure you want to delete 4000 photos?" (i.e. my entire library). Plus it seems that I can't manually move things out of the trash can because they just magically reappear in the trash again. Why is this happening?
    BTW I just downloaded and installed the latest iPhoto update, but the problem still persists.
    As a side note, before deleting my iPhoto library, I had used Migration Assistant to transfer some files from my old iMac G5 (circa 2005/2006) to my new iMac using a firewire cable. However, as I did not transfer any applications, I don't think this would have affected my iPhoto '11, right? It was only after I noticed that my iPhoto library didn't get transferred to my new iMac that I decided to import photos to my new iPhoto '11 manually.
    Apple products seem to be getting worse. I've filed a report with Apple, so hopefully they can fix the software. But what can I do in the meantime?

    same thing here. out of the clear blue my trash said it had 800 photos in it (my library has 9000 photos in it). I looked at the ones in the trash and they appeared to be still in the real album, as though I had duplicated some of my photos then trashed them. If i tried to empty iPhoto trash it asked me if I wanted to delete my entire 9000 photos (even though only 800 were in iPhoto trash).
    I rebuilt the entire iPhoto album (option command button on launching iPhoto) and picked all rebuild etc. options, took a couple hours) but the problem persisted. Fortunately I was totally backed up from a day or so ago, I checked the backup to make sure it did not have the trash problem, and then had iPhoto empty the trash of the one with with trash problem, and like others it dumped the entire iPhoto library! Yikes
    Now there are 2 things on my computer that i could not afford to lose, 20 years of photos, and 20 years of quicken data, so I am VERY careful with those, and fortunately it paid off.My back-up is good and I rebacked up that file, but what a disaster that would have been had I lost all m photos.
    so, This is not a minor glitch but a huge software issue that has to be fixed fast, not everyone, despite being told so, has good regular back-ups.
    roger

  • Can't read iPhoto library from external drive

    I suddenly can't can't read iPhoto library from external drive. I have talked to WD and nohing is wrong with the network drive. I can open images and files from it. But, I can't read in iPhoto Library.

    Network Drive? a NAS?
    iPhoto needs to have the Library sitting on disk formatted Mac OS Extended (Journaled). Users with the Library sitting on disks otherwise formatted regularly report issues including, but not limited to, importing, exporting, saving edits and sharing the photos.
    Basically, you need to move the library to a correctly formatted disk.

  • How to include custom application.xml in JDev9i project

    Can anybody explain to me how to include a custom application.xml file when deploying to an .ear file? I need to include application wide security roles, and I can't see where in Jev9i how to do this.
    After searching this forum, I see that jdev9i can't include the orion-application.xml, but I want to include just the standard J2EE application.xml. Is this possible?
    Thanks,
    matt

    The standard application.xml file unfortunately can't be customized in JDev 9.0.2. The reasons why this capability was left out of JDev 9.0.2 are same reasons why the other EAR-level XML files were excluded. The OTN thread
    Re: Regarding 11i and E-business suite
    has a summary of those reasons, which you've probably seen. We know this is an area in need of improvement and will be adding this functionality in the JDev 9.0.3 release. Until then, you'll have to go with a work-around like an Ant build file, batch file, Java application, or some other kind of script.
    Below is a sample Java application which can be used to insert <security-role> elements into an EAR file's application.xml. Modify the main() method to customize for your purposes, and put xmlparserv2.jar on the classpath (in a JDev project, add the "Oracle XML Parser v2" library):
    package mypackage4;
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    import oracle.xml.parser.v2.*;
    import org.w3c.dom.*;
    import org.xml.sax.SAXException;
    public class PostProcessEAR
    public static void main( String[] args ) throws IOException
    final String earFile = "C:\\temp\\myapp.ear";
    final PostProcessEAR postProcess = new PostProcessEAR( earFile );
    postProcess.addSecurityRole( null, "first_role" );
    postProcess.addSecurityRole( "Description for the second role", "second_role" );
    postProcess.commit();
    System.out.println( "Done." );
    private final File _earFile;
    private final ArrayList _securityRoles = new ArrayList();
    public PostProcessEAR( String earFile )
    _earFile = new File( earFile );
    public void addSecurityRole( String description, String roleName )
    if ( roleName == null )
    throw new IllegalArgumentException();
    _securityRoles.add( description );
    _securityRoles.add( roleName );
    * Write out modified EAR file.
    public void commit() throws IOException
    if ( _securityRoles.size() == 0 )
    return;
    final ZipFile zipFile = new ZipFile( _earFile );
    final Enumeration entries = zipFile.entries();
    final File outFile = new File( _earFile.getAbsolutePath() + ".out" );
    final ZipOutputStream out = new ZipOutputStream( new BufferedOutputStream( new FileOutputStream( outFile ) ) );
    while ( entries.hasMoreElements() )
    final ZipEntry entry = (ZipEntry) entries.nextElement();
    final InputStream in = zipFile.getInputStream( entry );
    if ( "META-INF/application.xml".equals( entry.getName() ) )
    final XMLDocument modifiedApplicationXml = insertSecurityRoles( in );
    final ByteArrayOutputStream byteOutput = new ByteArrayOutputStream();
    modifiedApplicationXml.print( byteOutput );
    final int numBytes = byteOutput.size();
    entry.setSize( numBytes );
    if ( entry.getMethod() == ZipEntry.STORED )
    entry.setCompressedSize( numBytes );
    final CRC32 crc32 = new CRC32();
    crc32.update( byteOutput.toByteArray() );
    entry.setCrc( crc32.getValue() );
    out.putNextEntry( entry );
    byteOutput.writeTo( out );
    else
    // Copy all other zip entries as they are.
    out.putNextEntry( entry );
    copy( in, out );
    in.close();
    out.close();
    private XMLDocument insertSecurityRoles( InputStream in ) throws IOException
    final DOMParser domParser = new DOMParser();
    domParser.setAttribute( DOMParser.STANDALONE, Boolean.TRUE );
    try
    domParser.parse( in );
    final XMLDocument doc = domParser.getDocument();
    final Element docElem = doc.getDocumentElement();
    final Iterator iter = _securityRoles.iterator();
    while ( iter.hasNext() )
    final String desc = (String) iter.next(); // might be null
    final String roleName = iter.next().toString(); // must not be null
    final Element securityRoleElem = doc.createElement( "security-role" );
    if ( desc != null )
    securityRoleElem.appendChild( createPcdata( doc, "description", desc ) );
    securityRoleElem.appendChild( createPcdata( doc, "role-name", roleName ) );
    docElem.appendChild( securityRoleElem );
    return doc;
    catch ( SAXException e )
    e.printStackTrace();
    return null;
    private Element createPcdata( XMLDocument doc, String elemName, String pcdata )
    final Element elem = doc.createElement( elemName );
    elem.appendChild( doc.createTextNode( pcdata ) );
    return elem;
    private final byte[] buffer = new byte[4096];
    private void copy( InputStream in, OutputStream out ) throws IOException
    while ( true )
    final int bytesRead = in.read( buffer );
    if ( bytesRead < 0 )
    break;
    out.write( buffer, 0, bytesRead );

Maybe you are looking for

  • How do you reorder or rearrange the images in a photo album

    We set up several photo albums on our new ipad2.  Now that we have them, we are trying to rearrange the photos within an album to make the slideshow make more sense.

  • External Client Error - /groupexpansion/service.svc/WebTicket_Bearer

    When users login to the Lync 2013 client from outside the network, it begins continually uploading a heap of data. A fiddler check shows an error, which appears dozens of times after just of few minutes of being connected. It returns a HTTP/1.1 500 I

  • How to read a text file located on other PC.

    Hi, i've to read a text file using javabut file is not at my PC but it is on a different PC.I know the IP Address of that PC. But i m not able to connect to it. Plz. provide any suggession with some sample code if possible. Thx.

  • Upgrading from DP 2.3 to Quad 8 core

    My expectation is that I should expect to see a major improvement in speed and an increase in how many plugs I can open without having to freeze anything. Future Specs: Intel 8 core 2.8 to 3.0 6 Gigs Ram 4 1 TB drives What should I expect? Thanks for

  • Internal Production Cost

    Dear all, Can anyone assist me how special production order process cater the internal production cost. (internal production cost, not material cost)