Display hidden fields in output list when submitting a report from another

I have a report A that is submitting another report B and exporting the list to memory. Report B is a standard report and cannot be executed on its own.
SUBMIT ReportB          
           WITH p_select = p_select
           EXPORTING LIST TO MEMORY
           AND RETURN.
CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = t_list
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    CALL FUNCTION 'LIST_TO_ASCI'
      TABLES
        listasci           = t_ascitab
        listobject         = t_list
      EXCEPTIONS
        empty_list         = 1
        list_index_invalid = 2
        OTHERS             = 3.
The output of report B displays an ALV report, default layout of this ALV has a number of hidden fields. So when I am exporting the list to memory, the returned internal table finally extracted (t_ascitab) has only the default fields and not the hidden fields.
The default layout of the standard report B cannot be altered (as per requirement).
Is there any way the hidden fields of the output of report B can be returned to report A??

Hi ,
You have to  Set layout of report  B as per your requirment  .
There is  also other method 
You can include Reportb   in main report and access  internal table  data  for further processing  .
regards
Deepak.
Edited by: Deepak Dhamat on Aug 25, 2011 7:59 AM

Similar Messages

  • Issue when submitting XML report from back end.

    Hi All,
    I have a customized XXPrinted Purchase Order Report where I am submitting it from back end as below.
    l_var := fnd_request.add_layout (template_appl_name =>'XX Custom',
    template_code =>'XX_PRINTED_PO',
    template_language =>'English',
    template_territory =>null,
    output_format =>'PDF');
    l_request_id :=fnd_request.submit_request
    (application => 'XX',
    program => 'XX_PRINTED_PO',
    When I am executing this block in PO approval workflow with the customized function XXPO_COMMUNICATION_PVT.fax_po
    It is submitting the report but output is showing in xml data (not in pdf)
    Please let me know if I am missing anything.
    Thanks in advance.

    Please post the details of the application release, database version and OS.
    Can you post the concurrent request log file here?
    Can you find any errors in the OPP log file ($APPLCSF/$APPLLOG/FNDOPP*)?
    How to Use FND_REQUEST.ADD_LAYOUT When Submitting a Concurrent Request Via a PL/SQL Procedure [ID 308658.1]
    Thanks,
    Hussein

  • Add field in output list in ZRFUMSV00

    Hi:
    I am facing a problem with Z version of RFUMSV00 program. I have created a variant with a new output list, bur I need to add some new fields in output list, but I only can add the some fields in a list, but I don´t know how to add different fields in change layout.
    Please, any idea?
    Thanks in advance.
    Best regards.

    Hi,
    Its you mention it is Z program . Please  request ABAp er to add fiield in program so that you can see in output list and add in your report .
    many Thanks

  • Something has changed on my iPod. When I sync it now it scrambles music between playlists. So, I will be listening to my jazz playlist when suddenly holiday music from another playlist is there. When I go to iTunes, however, the playlist is as it should b

    Something has changed on my iPod. When I sync it now it scrambles music between playlists. So, I will be listening to my jazz playlist when suddenly holiday music from another playlist is there. When I go to iTunes, however, the playlist is as it should be--jazz in the jazz playlist, holiday music in the holiday music playlist. I have two iPods--one is syncing properly while the older one is not. Any thoughts?

    You are currently managing your music manually. You can either sync or manage the music manually, not both. If you want to sync, all the music currently on your phone will be erased and replaced with whatever you decide to sync to it.

  • Creating a new connection when creating a report from scratch

    I've searched all around but I haven't managed to find any samples or forum posts that show how to create a connection when creating a report from scratch via RCAPI.  All of the code that I've found has been aimed at replacing the ConnectionInfo for an existing connection.  I figured that it would work something like this:
    m_crystalReport.setReportAppServer(ReportClientDocument.inprocConnectionString);
    m_crystalReport.newDocument();
    IConnectionInfo ci = new ConnectionInfo();
    PropertyBag propertyBag = new PropertyBag();
    propertyBag.put("Use JDBC", true);
    propertyBag.put("Connection URL", "jdbc:jtds:sqlserver://localhost:1433;databaseName=" + DB_NAME);
    propertyBag.put("Database Class Name", "net.sourceforge.jtds.jdbc.Driver");
    propertyBag.put("Database DLL", "crdb_jdbc.dll");
    ci.setAttributes(propertyBag);
    m_connection = new Connection();
    m_connection.setConnectionInfo(ci);
    m_connection.open();
    but this produces a NullPointerException within Connection.open().  If I leave the connection closed but add it to the report via DatabaseController.addConnection() then I just get the exception later on when I try to add tables using the connection.
    Can anyone give me any pointers please?
    Thanks,
    Rich.

    Just in case anyone else runs into this, I managed to fix it by leaving the connection closed and then using the connection info instead of the connection when creating tables, eg:
         ITable t = new Table();
         t.setAlias(v.getAlias());
         t.setName(v.getView().getName());
         t.setConnectionInfo(m_connectionInfo);
         getDatabaseController().addTable(t, null);

  • Error when  building a report from 2 different subject areas

    Hello Experts,
    I am using obiee 11.1.1.5.
    I have 5 dimension D1,D2,D3,D4,D5 connected to fact1 and 4 dimension connected to fact2 such as D1,D2,D6,D7.
    where D1,D2 is common to both the facts.
    Fact1 Is in subject area 1 and Fact2 is in subject area2.
    I need to create a report by adding columns of  subject area 1 and 2 with columns from all the dimensions D1,D2....D7.
    As of now i am getting error stating "No fact table exists at the requested level of detail " when i try to add columns from 2 different subject areas.
    Can anyone help me in solving the above problem.
    Is there any prerequisite to be taken care when  building a report from 2 different subject areas.
    Regards,
    NN

    Hello Nagireddy,
    So kind of you, for your quick reply
    I was able to solve the error by doing below steps in additional what you have specified
    -->For the fact table LTSs, set the logical level in the Content tab to the dimension's lowest level for each conforming dimension (leave the non-conforming dimensions level blank).
    Now I have another requirement i,e
    I need to have non measure columns such as Date into the newly created fact in BMM layer.
    I tried doing the steps which I followed for measure column, but it is throwing the same error which I get earlier.
    Below is the error
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 14025] No fact table exists at the requested level of detail:
    Let me know if have any suggestions

  • CallerPrincipal when calling one sessionbean from another

    Hi all,
    I have a little problem when calling one sessionbean from another sessionbean. The problem is, that in the method, which is called, is used SessionContext's getCallerPrincipal().getName(). This works great from client, but from other sessionbeans getCallerPrincipal() retuns an "ANONYMOUS" principal. How can I set the correct principal (the principal from the first sessionbean)?
    Thank you
    My env: Glassfish 2.1.1, Netbeans 6.8, Eclipselink 2.0.0, Java 1.6.0.18
    My code:
    @Stateless
    public class ABean implements ASessionRemote{
    @Resource
    SessionContext ctx;
    @Override
    public void aMethod(){
    String name = ctx.getCallerPrincipal().getName(); // the name is ANONYMOUS, when the call is done from other sessionbean
    @Stateless
    public class BBean implements BSessionRemote{
    @Resource
    SessionContext ctx;
    @EJB
    private ASessionRemote aSessionBean;
    @Override
    public void bMethod(){
    aSessionBean.aMethod();
    }

    "This works great from client"
    What do you mean by this, i.e what sort of client are you using (stand alone app, servlet) ?
    what shows up if you printout the caller principal in the calling bean ?
    are the two ejbs in the same ear ?
    what security meta-information are you using in ejb-jar.xml and sun-ejb-jar.xml, if any ?

  • Color LaserJet 2605dn reboots when attempting any report from LCD. Says Printing, then resets.

    HP Color LaserJet 2605dn reboots itself when attempting any report from LCD.  Says Printing, then resets with the green and amber light lit and the LCD screen says Hewlett-Packard.  If I try to send a print job to it from a computer, it says printing, and resets just the same. I've upgraded the firmware to 20071108.  I've rebooted the printer holding down the green and red buttons that didn't help.  I also held down the two gray buttons and powered on which didn't help, it just cleared all my printing stats and cleared my configuration.  I've attempted print jobs via USB, and network with same results.  Admin webpage comes up.  Thanks.

    Hi Pahu,
    Thanks for you reply. Here's some additional information because I'm not quite sure how to resolve the network addressing as you described. The router is set up as a DHCP server, using the standard 192.168.1.1 IP address, and the subnet mask is 255.255.255.0 The starting IP address is 192.168.1.100, and I have it set to allow up to 50 connections. (No particular reason, I think that may have been the default.) The printer is set up to check a variety of connection protocols, starting with DHCP. If that fails, it moves to BOOTP, etc. When I print the network configuraton page from the printer, it tells me the IP address is 169.254.18.32, subnet mask 255.255.0.0, default gateway 169.254.18.32, and the IP is configured by AUTOIP.
    In the past, when it has been working properly, the printer shows an IP address of 192.168.1.10X, usually .100 or .101, but it depends on which device I've powered up first. This is what I would expect, given that the printer should be communicating with the router and be assigned an IP address by DHCP. What I can't figure out is why the printer reverts to its internal default IP address 169.254.18.32, and why this is inaccessible even if I try to designate the printer as an IP printer and type in the printer's IP address.
    Do I need to set the printer to refresh its DHCP lease more often to ensure it doesn't get cut off by the router? How do I make sure the printer stays on the same subnet as the computers if they're all on the same router? Should I assign the printer a static IP address like 192.168.1.100, then set the DHCP range to start at 192.168.1.101? Sorry to ask so many questions, I'm not a network expert and I didn't think this printer would be such a pain to configure.
    Cheers,
    R

  • We have a 5s active on our account.  After turning on a previously active 4s (it had the same number)  The 5s can no longer place call and when you call it from another phone the 4s rings, but will not pick up.  Texting over the cell networks works fine.

    We have a 5s active on our account.  After turning on a previously active 4s (it had the same number)  The 5s can no longer place call and when you call it from another phone the 4s rings, but will not pick up.  Texting over the cell networks works fine.  Any suggestions??

    hens0861,
    Hmm, let's ensure this is working as it should be! So what phone should be active on your account? Did you switch the devices online or how to did you activate the 5s? Please share details.
    KarenC_VZW
    Follow us on Twitter @VZWSupport

  • Display hidden fields in the Sales Order

    Hello,
    I have a question. How can I show hidden fields using forms personalization? The issue I'm currently working right now is for Sales Order. One of the requirements is to make the subinventory field required for certain users. However, the subinventory field is hidden and I need to go to "FOLDER" then "SHOW FIELDS" from the drop down, choose "SUBINVENTORY" before field the gets displayed.
    Thank you in advance for your help! :)

    Those users can create a folder and save it and make it their default folder.
    This way, the subinventory field shows up automatically when they open the Sales order screen.
    Sandeep Gandhi

  • How to add new fields on output list of ME5A(Purchase Requisitions)

    Hi Friends,
    I have to do a task to add a new field ABC Indicator (MARC-MAABC) on the output list of ME5A. IS there any standard  way to to this or do I have to copy ME5A to ZME5A and do? Please advice.
    Apprecaite your suggestions ont his thread.
    Thanks,
    Harry

    Hi,
    Already there are some ENHANCEMENT spots are available in the program RM06BA00.. check if you can use them to add your logic to get the new field...

  • How to add fields to output list of BP search

    Hi,
    We have MDM 3.0. Currently we use the standard SAP-MDM Business Partner search functionality for searching a business partner. In the output list/result list of a search currently the fields street2/street4 are not shown. Can anybody tell me if it is possible to add those fields to the output list/result list? If yes how.
    regards

    Information on that has been provided in the Help Portal:
    http://help.sap.com/saphelp_mdm300/helpdata/EN/af/2a679db94f11458e3ccabe47a14d47/frameset.htm
    Navigate further:
    -> Search
       -> For Administrators
          -> Enhancement of the Search with New Attributes
    Hope this helps.
    Best regards,
    Markus

  • Regarding rental object-I want to add some fields in output list?

    Hi,
    I am creating Ze program of transaction REISROOC.I want to add some fields in the output list .
    here logical database is used & for adding some fields i need to write Select query.
    how n where should i add this query?
    can anyone help me????
    Thanks,
    vaishali

    Solved
    Edited by: vaishali patil on Mar 2, 2009 1:32 PM

  • EA05 extra fields to output list

    Hi All,
    At my current customer I need to add extra fields to the outsorting output list. Is thsi possible?
    I need to add the EAN code, the counsumtion and the total amount of the invoice.
    Is there an event that can be used or is it better create a new program based on EA05?
    Regards R.L.Groener

    Information on that has been provided in the Help Portal:
    http://help.sap.com/saphelp_mdm300/helpdata/EN/af/2a679db94f11458e3ccabe47a14d47/frameset.htm
    Navigate further:
    -> Search
       -> For Administrators
          -> Enhancement of the Search with New Attributes
    Hope this helps.
    Best regards,
    Markus

  • How to hide two fields in SharePoint list when a dropdown value selected?

    Hi all,
    I have a SharePoint list which have four columns 1 Title 2.Type (Dropdown: option1:Issues Option2:Risk) 3.Risk Name and 4.Risk type. If 'type' value is 'Issues' then I need to hide field 3 and 4. In other words, default value in dropdown should be 'Issue'
    and want to hide field 3 and 4 are onload without using InfoPath.
    How to achieve this? Thanks in advance!

    You can make use of jquery for the same. Add script editor webpart on the page and access the dropdown value and based on the value you get, show or hide the fields. Below are some pointers.
    http://sachinvkatkar.blogspot.in/2013/02/hide-fields-from-sharepoint-newform.html
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/50aa6f8d-f742-4400-82f3-7949ab1c215e/need-help-manipulating-form-fieldsrows-using-jquery?forum=sharepointdevelopmentprevious#802d9d4d-c19b-4752-a4fb-e38f40f50c51
    http://social.technet.microsoft.com/wiki/contents/articles/21730.sharepoint-2010-conditionally-hide-fields-on-standard-list-forms-using-jquery.aspx
    http://sharepointnadeem.blogspot.in/2013/09/sharepoint-showhide-list-column-based.html
    Geetanjali Arora | My blogs |

Maybe you are looking for

  • J6480 LCD Control Panel Display Malfunction

    My All-In-One J6480 Officejet is on its last legs.  In 2010, I added a Win 7 based laptop to my wireless home network shared with a Vista based 32 bit OS.  That created some lasting conflicts that still result in not being able to scan from the Win 7

  • ICal yields "Error during PUT for mailto:valid@email: iMIP request failed"

    Hello, I'm trying to bring up an iCal server (using Mac OS X Lion 10.7.3 Server on a Mac Mini). The basic configuration runs fine. But when I tried to enable eMail invitations, I got stuck with those messages in the error log: [twistedcaldav.scheduli

  • Connect to database instance PRD Failed

    Hi, We had refreshed our SCM quality system last month with production data, since then we are facing problem in BR connect operations like CheckDB, Verif DB, cleanup logs and update stats . When we schedule these operation using DB13 then we get an

  • Problems in migrating SQLServer to Oracle8i

    Hi, Iam converting from SQLServer2000 to Oracle8i. Iam trying to find out the equivalent tables for syscolumns, sysobjects. In syscolumns we use a condtion such as :: name='property_id' . SQLServer has this name field in syscolumns. What is the equiv

  • Making an image as a button

    How may i make an image as a button actually i mean can i set an image for a button? is something like that possible with java like in c# button.image("imagespath") Thanks