Issue with Report to Report Interface

Hi,
  I had interfaced Query 1 and Query 2.Query has char like Calmonth, Plant and Plant Platform in the mentioned sequence.When I click on Calmonth-> goto>Query 2 ,it is displaying all the details for that month.Its fine upto here.But when I click on Plant and Plant Platform and use goto> Query2 then it is shown all the details of that particular month instead of details for that plant of that particular month.
Please let me know how to solve this issue.
Thanks,
Madhu.

Hi Madhu,
verify the Receiver Assignment.
1.      Select your sender-receiver assignment in the Receiver table.
       2.      Choose  Assignment Details. The Field Assignments dialog box appears.
       3.      If you want to make changes to the individual fields, choose the required settings using input help. You can assign the processing method (type) of selections for characteristics and the permitted Selection Type, as well as designate the field as Required Entry Field.
[http://help.sap.com/saphelp_nw70/helpdata/EN/a2/9b548d979de04180d15b5a55aa94aa/frameset.htm]
hope this provides u info related...
regards,
NR

Similar Messages

  • Issue with Exceptions in Reporting

    Hi BW Gurus,
                I am still new to BW, Like I have a issue with exceptions in reporting.
                Let me explain clearly, I created a report which gives me two MRP values they are for example V1 and PD(there other MRP types but I am focusing only this two). Here I can see in my report those two values and the overall result of all MRP types (they are 6 different types). My report looks like this for examply
       V1                  46,782,434(this are rough figures)
       PD                  56,232,453
       Overall Result      102,434,111
            Here my requirement is I need to find this overall result like accroding to thresold values this overall result shows RED,YELLOW,GREEN.
            I have given threshold values in exceptions. like
       0           -
    > 45,000,000(Red)
       45,000,001  -
    > 65,000,000 (Yellow)
       65,000,001  -
    > 500,000,000 (Green)
           But according to this values I should get Red( Overall Result), I cant see any change in the overall result.
           Please can some one give advice how to reflect this threshold values in my report.Or I have to select any other options in exceptions.
           Thanks in advance.
    Regds
    Sam

    Not really possible with BEx functions, but if you provide a workbook to users you can just type in this information in a non-Bex cell and save the workbook.
    Else you can try to name your exception such that it shows the value ranges. Then in the report, from the toolbar Layout > Display Exceptions.
    Hope this helps...

  • Strange issue with WEBI schedule Report

    Hi All,
    I have a strange issue with schedule WEBI reports, a schedule report runs for Hours , i reschedule it again by deleting the instance and the schedule report never got succeed even after running for hours.
    Any idea???
    regards

    Hi Manoj,
    1. Try to put some filters in the report and then run the report. if it takes less time, then probably your query is fetching very    large data.
    2. MDX query error may be the reason , this error come when a query runs endless, please try running the query 2-3 times, or when load on server is less.
    Hope this will help,
    Anamika.

  • ISSUE WITH SUPPLIER SITE OPEN INTERFACE IMPORT PROGRAM in R12

    I am facing issue while submitting supplier site open interface import program programmatically using fnd_request.
    I am uploading the interface tables with the mandatory data and running the standard Request Set for Suppliers.The program is creating the Suppliers but is unable to create the Supplier Sites.It is getting completed with no rejections as well as imported records.
    It is updating the Supplier Sites Interface table (ap_supplier_sites_int ) with status as rejected with no rejected records in ap_supplier_int_rejections table.
    I am using the following code.
    Step 1 - call set_request_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling set_request_set...');
    success := fnd_submit.set_request_set ('SQLAP', 'FNDRSSUB852');--'FNDRSSUB1703');
    IF (NOT success)
    THEN
    RAISE srs_failed;
    ELSE
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program first time...'
    END IF;
    -- Step 2 - call submit program for each program in the set
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSUIMP',
    'STAGE10',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program second time...'
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSSIMP',
    'STAGE20',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    -- Step 3 - call submit_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling submit_set...');
    req_id := fnd_submit.submit_set (NULL, TRUE);
    IF (req_id = 0)
    THEN
    RAISE submitset_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Finished.');
    And in the interface table the record status is rejected and ther is no corresponding record in ap_supplier_int_rejections.
    but the supplier is getting created succesfully.
    ### Steps to Reproduce ###
    INSERT INTO ap_suppliers_int
    (exclusive_payment_flag,
    vendor_interface_id,
    vendor_name,
    segment1,
    vendor_type_lookup_code,-- set_of_books_id,
    status
    VALUES ('N', --'N',
    ap_suppliers_int_s.NEXTVAL,
    'TEST_REC4',
    4428813,
    'VENDOR', --2041,
    --rec_spl_site_bank_hdr.set_of_books_id,
    'NEW'
    INSERT INTO ap_supplier_sites_int
    (vendor_site_interface_id,
    vendor_interface_id,
    vendor_site_code,
    address_line1,
    city,
    state,
    zip,
    country,
    operating_unit_name,
    status --exclusive_payment_flag
    VALUES (ap_supplier_sites_int_s.NEXTVAL,
    -- VENDOR_SITES_INTERFACE_ID
    ap_suppliers_int_s.CURRVAL,
    -- VENDOR_INTERFACE_ID
    'REC_VDR_SITE4',
    -- VENDOR_SITE_CODE
    'REC_ADDR4',
    -- ADDRESS_LINE1,
    'REC_CITY4', --CITY
    'REC_STATE4', --STATE
    3442121,
    'US', -- COUNTRY,
    ' Test US Operating Unit',
    'NEW'
    );

    Hi
    I have the same issue with ap supplier sites interface program .. Did your problem got solved..I will be thankfull for any help
    Thanks

  • Hierarchy issue with Web Intelligence Report

    Hi All,
    We are facing an issue with OLAP Universe where we are using hierarchy for cost center in reports.
    BEx query shows correct data in RSRT with hierarchy nodes.
    We have built a Universe on top of this BEx Query.
    We are using couple of nodes of cost enter hierarchy in WebI report but if we keep more than one node in WebI query, data comes double (probably because of duplicate rows). Instead if I keep just one of the node in WebI query, WebI report returns correct data.
    Please suggest, why such behavior with OLAP universe and how to resolve this?
    Best Regards,
    Ashish

    Thanks for your suggestions.
    I am little confused on how to check SQL generated for OLAP WebI Query.
    But other reports on same universe behave same way and I'll give a try to another universe but I don't expect it to behave in different way. I saw a setting for relational Universes like restriction on duplicate rows but the same is not present in case of OLAP Universe.
    Do you know how WebI behaves with BEx hierarchies?
    There has to be some setting to make it work...
    Best Regards,
    Ashish

  • Issue with printing lockbox report

    Hi,
    My lockbox report after processing file is giving the total amount and check amount correctly but when I print the same report, the figures don't match with the correct report figures for check amount and advice total.
    Please help....
    Thanks,
    Sheel
    Edited by: Sheel Ahuja on May 19, 2010 11:11 PM

    Hello,
    Please, open a message for SAP on the OSS Marketplace. There are some notes for this type of issue, but they are currently in pilot release.
    So, open a message describing the issue and providing a reproducible example in your system.
    REgards,
    REnan

  • Issue with CRS Historical report scheduler

    Hello guys,
    I have a customer with ipccx 5.02 .
    THe customer could execute manual reports but  the  scheduler reports doesnt work.
    I follow the IPCCX troubleshooting guide :
    1.Stop and start scheduler service.
    2. Connectivity is fine.
    I dont receivce any error from CRS client , i need little help im new in IPCC world?
    Any suggestions please?
    Thanks,
    Carlos

    Hi Anubhati,
    PC is logged during the time that scheduled is programming and also is not in sleep mode.
    I have download the CiscoSch log from CRS Historical report and i found i issue with license :
    INFORMATIONAL Jan 19 2011|17:00:45 Authenticate [email protected]@default user on Application Server 10.181.55.247
    104 ERROR  Jan 19 2011|17:00:45 Getting of total available license info failed
    105 ERROR  Jan 19 2011|17:00:45 Historical Reporting Licenses Available(=0); Report cannot be generated.
    I have the following license :
    UCCX enhanced
    IVR ports 150
    Enhanced seat 22
    CCX Maximum agents 300.
    I generated a report for see how many agents is logged in = 15 .
    Regards,
    Carlos

  • Issue with exporting Financial Report in Smartview 11.1.2.2

    If I export a FR in "Export in query Mode" , it concatenates the parent with the child (parent.child) and does not return anything in Smartview. Even though the report works fine in workspace.
    I narrowed down the issue and it seems if I use Stored member roll up instead of using Shared member roll up it returns the right data when I export the report in Smartview.
    So the issue is only with the FR using Shared members.
    Does anyone know if this is a known issue or can replicate this in their environment ? We are on version 11.1.2.2
    Thanks

    Nope that didn't work, but I figured out the error. I was running the command on a client machine. When I run the command on the server itself, it works fine.. well, now I have issues with my POVs, but at least it's finding my .csc file.
    Thanks for your help John.

  • Issues with BI publisher report in dashboard

    Hello all,
    I got some issues about BI publisher reports in a dashboard.
    I use a dashboard prompt in combination with a BIP report.
    1.) I don't want to see the publisher control bar in my dashboard. Now you can't view the report anymore after using the dashboard prompt. Because it says you have to press the view button which is on the publisher control bar.
    So when I add the bar. Then I have first to press on go in the dashboard prompt and after that I have to press on view in the publisher control bar.
    2.) When I open my dashboard I see a scroll bar in my BIP report. Now when I use the dashboard prompt, it disappears. So I can't view the entire report anymore
    3.) I like to develop in english, but the test must be in dutch. Now I have a english dashboard with a dutch control bar. Also logging in to BIP in english and then navigating to analytics will not help.
    4.) I can't use I-bots on BI publisher reports, or can I?
    5.) This is not really an issue, but more like a problem but I want that users can view the BIP report on the dashboard only in HTML, but I want that they only can export to excel, is this possible?
    Hoping for some answers ;)
    Thanks in advance!
    Message was edited by:
    Remc0

    Hi Venkat,
    Thanks for your quick respond.
    1.) Auto Run is enabled. And the report runs automatically as well. But then it ignores the dashboard prompt (as a regular report would do as well). But when I choose some values in the prompt and then press go. Then it says I have to press on view as well.
    2.) no that is not the case. My report is so big that it always need a scroll bar ;) also adjusting the size settings in the dashboard doesn't help. The only occurs when viewing in HTML, when previewing in excel or RTF it all just work fine.
    3.) true, but ow well this is the least importetant one ;) so if this doesn't work, than it doesn't work ;)
    4.) Ok, I will have a look on that.
    5.) I did enabled HTML and EXCEL outputs in my BIP report. But when the first point is working, then I don't want to see the control bar anymore and I want to have the output on the dashboard in HTML and then I want to build a button, or a link or something that exports the request to excel. Is that possible?

  • Issue with risk analysis report in GRC10.0

    Hi All,
    We are running the user risk analysis report from NWBC: Reports and Analytics -> Access Risk Analysis Reports -> User Risk Violation report.
    This report is not fetching all the data even though user has all the required authorizations.
    We are getting the data when we execute the dashboard reports.
    Any one has idea?
    Cheers
    Hari

    Alessandro,
    Thanks for the reply. I am aware of this.
    Problem is when dash board report is showing the risk for the user but risk anaylsis report in Reports and Analytics is not showing the risks to that user.
    As per our investigation, the risk data that is displaying in the risk anaylsis report in Reports and Analytics is incomplete. We didn't find any errors in SLG1. Also there is no issues from authorizations side.
    Regards
    Hari

  • Visibility issue with a sub report in Report Manager

    I have a subreport in a List item. In the visibility property of the subreport, I have the following expression:
    =IIF(Fields!X.Value = "A", "True", IIF(Fields!X.Value = "B", "True", "False"))
    This is working fine for me in SSDT. If the value of field X is A or B the subreport does not display, but the subreport displays otherwise.
    However, when I upload the report to Report Manager and run it the subreport will always display, even when the value of Field X is A or B. 
    Any suggestions for what I'm doing wrong, and/or how to fix or work around?. I've inserted Field X as a textbox into the List item, alongside the subreport, to ensure that the value is in fact A or B for the subreports that are displaying when they shouldn't.

    I've tried making the change suggested by
    PrajapatiNeha and then re-uploading the RDL to Report Manager.  The visibility error is still occurring.
    Thanks for your responses. I've downloaded the RDL from Report Manager, and located the appropriate code  for the subreport. The RDL contains the following for the sub-reports visibility properties:
    <Visibility>
    <Hidden>=iif(Fields!Indicator_Group.Value = "Service Utilisation" Or Fields!Indicator_Group.Value = "GP Referred Services", True, False)</Hidden></hidden>
    </Visibility>
    I dont really have any experience with reading the XML code, but this appears to be ok?
    If i set the visibility property to Hidden, then the subreport will not display for all records. But with the expression the subreport is still always displaying.
    Thanks

  • Issues with Exporting to Report Definition File

    Post Author: dcasper70
    CA Forum: Exporting
    We just notices a strange thing happening when exporting to a report definition file.  Hoping someone can explain it and/or offer us some kind of solution.  We're currently about 25 deep into an extensive documentation phase involving 500+ reports, and just noticed this issue.
    We assumed that ALL formulas that are being used in the report should be written out to the report definition file, either in section 4.0 (Formulas) or section 4.3 (Other Formulas).  We have now noticed that in most reports this is not occurring. 
    In fact, in almost all cases, the RDF section 4.0 is completely blank, and section 4.3 has only a small fraction of the formulas in the report!!!
    Is there some export option that we haven't found?  Some setting somewhere we need to look into???  Does any detailed documentation on this type of exporting exist that someone can point us to?
    Most search results that we've come across have implied or directly stated that ALL formulas/parameters/objects/etc will be exported.  This clearly is not the case in our experience. 
    Someone please show me that I'm just missing something simple!!!!!
    Running Crystal 10.0.0.533,
    Database type = Oracle Server
    Table Type = Stored Procedure

    Post Author: JohnLouis
    CA Forum: Exporting
    Most likely, that is how it works, check out this article
    http://www.bridgebuilder.com/bb_documents/newsletters/2003/08-03%20newsletter.pdf
    Only formulas that are inserted directly in the report are reported, not referenced ones, or those contained within a text box. I have found ReportMiner, CrystalKleen and .rpt Inspector Professional Suite, but have not used any of them. If you try these, let me know if it works for what you are doing, I may need to do the same soon.

  • Issues with ldap_add via LDAP Interface on WS 2008 R2 from WGM for mounts

    Important Setup Information:
    Active Directory domain on Windows Server 2008 R2
    Extended AD Schema to include apple-* attributes
    Mac OS X Snow Leopard Server 10.6.2 bound to Active Directory
    Connected to Active Directory Forest in Workgroup Manager with Domain Admin / Schema Admin credentials.
    The Issue:
    When attempting to configure a Home path using an SMB URL using the following attributes:
    Mac OS X Server/Share Point URL:
    smb://gio-storage-01.giodivine.com/Users
    Path to Home Folder:
    user 01
    Full Path:
    /Network/Servers/gio-storage-01.giodivine.com/Users/user01
    I receive the following error:
    *Not authorized.*
    This action failed because you are not authorized to perform the operation.
    I checked the console, and found the following (completely useless) error:
    Got unexpected error of type eDSPermissionError (-14120) on line 574 of /SourceCache/WorkgroupManager/WorkgroupManager -361.2.1/Plugins/UserAccounts/UserVolumesPluginView.mm
    I enabled diagnostic logging of the LDAP Interface on the Active Directory server and acquired the following error attributed to the "permissions" issue that Workgroup Manager emits:
    Internal event: Function ldap_add entered
    Internal Event: The LDAP server returned an error.
    Additional Data
    Error value:
    00000057: LdapErr: DSID-0C090C30, comment: Error in attribute conversion operation, data 0, v1db0
    So; it would appear that there is some issue with the Active Directory schema extensions, or that the UserVolumesPluginView module is not referencing the schema correctly. My expectation would be that an apple-mount object be created to describe the mount point in /Network/Servers and that the unixHomeDirectory attribute on the User object would be set to the newly created map point.
    The latter occurs, i.e. the unixHomeDirectory attribute is set to:
    /Network/Servers/gio-storage-01.giodivine.com/Users/user01
    The map point is never created in Active Directory, however. It did create a new container in AD at the root, i.e. cn=Mac OS X,dc=giodivine,dc=com, but nothing is ever created there.
    I have attempted to completely remove all of the extended schema changes, re-compare an OD master against the AD PDC, recreate the schema changes LDF, and re-apply the changes to no avail.
    Any information as to how I can find out exactly what call to ldap_add is being made so that I can somehow track down the faulty schema extension attribute would be helpful. Are there ways to enable verbose diagnostic logging of Workgroup Manager and it's accompanying modules?
    Thanks in advance!
    Deavon M. McCaffery
    <Edited by Host>

    Hi Scot,
    Sometimes a third party backup application will change the default VSS provider adding VSS writers which causes Windows Server Backup using an incorrect component in doing backup, that's why I suggest to delete it for a test. Anyway you can reinstall it
    after testing.
    And as you said a high-load CPU could also be the cause of the issue so you may need to first rule hardware effective out.
    If issue still exists, please try the steps below as well:
    1. Please check DCOM Server Process Launcher service is started.
    2. If not, try to change RPC service to run as SYSTEM account. To do this please modify the following key:
    Note: Backup the key before edit incase it cause any issue.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RpcSs\
    Find "ObjectName" and change the value to LocalSystem.
    Reboot to see if DCOM back to work and if Windows Server Backup starts working. If not, please provide the result if there is any new error occurs.
    If DCOM still not work, please compare the content of the following key with a working server:
    HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
    Edit if there is any difference and make sure you created a backup of the key before editing. 
    If you have any feedback on our support, please send to [email protected]

  • Having 2 small issues with 10.4.3 interface - shift click & control click

    I am having two issues with 10.4.3 on my mom's computer.
    1) I Control-Click the mouse and I do get a shortcut menu on the desktop, on icons, etc. How can I get this back? I can not seem to find a preference that sets this.
    2) I am in iPhoto and would like to select multiple film rolls (consecutive rolls) by clicking the first and then clicking the last one that I would like and it is working like I am comand clicking and only selecting the two rolls that I have clicked on and not the ones in between.
    Any help in how to work this out would be great.
    Happy Turkey Day!
    K

    1) I Control-Click the mouse and I do get a shortcut menu on the desktop, on icons, etc. How can I get this back? I can not seem to find a preference that sets this.
    Do you have any third-party items in:
    /Library/Contextual Menu Items/
    /Users/YourUsername//Library/Contextual Menu Items/
    If you do, try dragging them onto your Desktop and then retry control-clicking.

  • Issue with SAP BW Report Iview

    Hi,
    The issue stands with the context menu(right click menu)
    I have created a BI Query and generated a BW Report with the Web Designer Wizard.
    When I run the generated URL it is working fine, with the context menu also working perfectly.
    However when I use that report in SAP BW Report Iview, the report gets opened perfectly but the context menu is taking me to a new page with those options.
    As of now i do not know of any setting for context menu specially.
    If anyone can help me or if anyone has encountered this error before, pl. let me know the solution.

    Atul -- i am running into simillar issue. Please let me know if you found a solution for this.
    Hi all -
    When i create a BW Report iView 7.x in EP 6.0, the second level context menu doesn't appear for the template. Please let me know if this can be fixed.
    Thanks
    PR

  • Issue with execution of report

    Hi,
    I have an issue when the report is running. It is taking long time to run.
    The scenario is that We used Plant in selection screen initially and there were no issues in execution of the report.
    As per the business process, the plant has to be replaced with another info object zobject_0plant. Zobject is a customized infoobject and 0plant is the navigational attribute of zobject.
    The report is running good without the selection of Zobject_0plant.
    When this zobject_0plant is selected in variable screen, the report is taking long time to execute.
    Please help me to resolve this issue.
    Thanks in advance.

    Hi... as per your issue
    First note:  Check the  master data  tds rates were maintained or not . and the new rates were updated in all the vendor master data or not
    In EWT a field called business place is playing major roll. Please check that all the transactions should have business place. if some transactions do not have business place than it will not consider for challan posting.
    1. Post invoice with TDS (importantly update the business place and section code)
    2. Run J1INCHLN for monthly remittance to Govt.
    3. Update J1INBANK for back challan updatation
    Note : checked the table with_item and the bseg,bkpf tables.basically the j1incert picks/parses data from the with_item table(the program fetches all the data from bkpf and checks with with_item table and does some filtering and its shown in the certificate print)
    4. Run J1INCERT to print the TDS Certificates
    Note: Finally just look into your J1INCERT entering parameters screen, the problem lies in the paramaters most probably in dates only assuming all the required configuration has been correctly done
    Also Please change the assigned form J_1IEWT_CERT to J_1IEWT_CERT_N
    I hope it will helps you...please confirm
    Regards
    vamsi

Maybe you are looking for

  • Start routine to update some fields of a ODS based on the another ODS

    Hi I know i have to do abap coding at the start routine to update a ODS based on another ODS. I have tried doing the code for quite some time now and i have not been successful. I think I havenu2019t followed the definition required for this routine.

  • Photoshop on PC and Mac?

    Hello, I bought photoshop for my PC desktop. I'm considering buying a Mac laptop and I want to know if I'll be able to use my license to install photoshop on it. I read somewhere that I can install it on two computers, but I'm not sure if the PC/Mac

  • The Pro's adapter?

    Can I use the new unibody Macbook Pro's power adapter for charging my older white macbooks battery?

  • Streaming in mobile?

    can we stream video from pc to mobile using mmapi?..if yes, how? coz i searched many sites regarding mmapi.. they didnt provide any information for streaming and also other question. can we stream video from mobile(also live video) to pc and also fro

  • Frage zu Testversion Adobe Premiere Elements 11

    Ich habe mir die Testversion runtergeladen, weil ich ein neues Video-Bearbeitungsprogramm suche. Leider kann ich meine Filme aber nicht in den Editor laden, er erkennt mein format offenbar nicht. Meine Filme sind MPEG2 bzw.  M2TS. Für welche formate