Check if a DSO has been lookup by other DSO/cube in start/end routine

I have to support on of the client system which I am not part of the development.
I found one DSO has been schedule to load data in daily process chain but it is not update to any target.
Is it possible to check if this DSO has been using in the staging  i.e look up the reference field by other cube/DSO in start or end routine ?

Hi,
Possible by invoking respective field into code part.
I think not much stuff required in this regard.
Thanks - RK

Similar Messages

  • Need to check XI 3.0 has been installed properly or not on PC?

    Hi,
    I have installed XI 3.0 on my PC with the help of BASIS people.
    I want to check whether the XI has been installed properly or not.
    Can anyone please let me know how to check this?
    Regards,
    Bala Raja

    Hi Bala,
    There are few things you can check.
    1. run SLDCHECK tcode. There should be no error.
    2. Check http://hostname:50000/rep is coming up successfully.
    3. Login to ID/IR/RWB
    This is what I can think of initially to check the system.
    -Pinkle

  • How to check whether MRP run has been executed for a sales order or not

    Dear Experts,
    In Strategy:20, Make to Order scenario, I have run MRP for sales order in T Code:MD50,
    then how can I check whether MRP run has been executed for a sales order or not.  Is there any report where I can find some indication?
    Thanks and regards,
    Vikas

    Dear,
    In MTO scenario with Planning strategy group 20 in material master .
    After sales order is created, Run MRP , then planned order will be created then go to planned order details in MD04 or MD12 you will get sales order number in assigment tab.
    or check the Table PLAF field  PALTR ,and field name KDAUF its sales order, for all created planned order.
    Regards,
    R.Brahmankar

  • How do I check my email which has been sent to my apple ID

    How do I check my emai; which has been sent to my apple ID. If I to mail on my settings, it says icloud account is not verified. Idf I go to mail, only my msn.com emails show up

    Apple ID ( username) is set at apple.com. If I try to change it to my msn account, it says it is already in use and cannot be done

  • How do i know if my iphone has been syncronize with other device and how to remove it.?, how do i know if my iphone has been syncronize with other device and how to remove it.?thanks

    how do i know if my iphone has been syncronize with other device and how to remove it.?, cuz. I had found out that one of my co-work who was updatinng my phone was syncronizing to his name..in this case my photos is been syncronize to his acount.pls help...
    thanks

    Hey Cherielly,
    Thanks for using Apple Support Communities.
    Since you are having an issue with syncing to a different apple id. You may want to make sure you are signing in with the correct apple id.
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht1311
    Have a nice day,
    Mario

  • Way of checking if cs6 upgrade has been registered or deregistered before

    I am about to buy this product from a 3rd party reseller who says its new and unused.
    adobe CS6 upgrade from 5.5 to  CS6
    Is there a way of checking that this is true  and that it is an unregistered product? or if installed before if it has been de-registered?

    here's info on legal transfer of adobe product licenses, http://helpx.adobe.com/x-productkb/policy-pricing/transfer-product-license.html

  • Standard Report check whether Goods Issue has been performed for DN

    Hi All,
    My users is having a list of DNs where they would like to check if Post Goods Issue has been performed for them.  I would like to ask is there any standard reports as to check if a Delivery Note has PGI performed?
    I have tried report VL06G but in this report we cannot give the DN No. as the key. 
    Thanks.

    There is no standard reports to check GI by DN number.
    You have to find out the Outbound Number first then check by Outbound number.
    In SE16N, key VBFA table
    Pump in your DN number under "Follow-on doc."
    Under "Prec.doc.categ." select "J".
    with the outboud number, you can proceed to check using above report suggested.
    Alternatively, using same VBFA table. Pump in list of outbound number under "Preceding Doc." and select "Subs.doc.categ." as "R".
    If you can set-up query reports, you can also get all the information directly with the DN Numbers.

  • PowerShell to check if a user has been given permissions on a SharePoint site through a group or directly?

    Hi there,
    I will appreciate if someone can give me a PowerShell script to check if Domain\john has permission on http://sharepoint/site1 given via a group or given directly?
    Thank you.

    Hi frob,
    here you have a link for what you want:  Link 
    You'll get a .csv file with all the user permissions and if it's member of group, direct permissions, etc.
    Hope it helps.
    Best regards.

  • Firefox suffering from "connection has been reset" and other problems

    Running 14.0.1 under Linux. It has started to suffer from the "connection has been reset" problem...sometimes 2 or 3 times in sucession. In addition on many sites clicking the "back" arrow does noting...until I click it several times. Seems like FF is ignoring it.
    Happens in safe mode and is driving me crazy because I can't reproduce it.

    Does anything unusual show in the Net log of the Web Console (Web Developer > Web Console; Ctrl+Shift+K) ?
    You can ignore the usual CSS errors (i.e hide them) to make it easier to check the Net log

  • How I can to know in JSP if one page has been called by other page

    Hi,
    I have a JSP portlet with one form to submit some information about clients.
    When the visitor click one image the form is submitted correctly and the information is stored into database.
    The problem is that I can't clean the values of the strings after the insert and when I call the page again, the code insert again the last information in the form.
    My JSP code is supported in the feedback code of JPDK, but I can't ask for the value of submit button because the submit is done by the click over the image, with the next code:
    <img height=16 alt=Submit src="/pictures/stacksite/form_send.gif"
    width=99 border=0>
    I ask for one input box required, if is null run the insert code, if don't I display the form page.
    How I can clean this variables or how I know if the page has been submitted immediatly before. What variable I can request in JSP to know that or what I can do?
    Regards,
    FABIAN

    I'm not sure that any javascript is necessary. You just need to turn the image into a 'proper' submit button, using the <BUTTON> element. This will cause the form and all its data to be POSTED, rather than to be sent as a query in a GET request. Note that it is important that the form passes on the value of the PortletRendererUtil.PAGE_LINK parameter using a hidden field, so that the jsp remembers the portal 'context' it is running in. E.g.
    <%
    // Derive a portlet-specific name for the submit parameter
    String submitParam = HttpPortletRendererUtil.portletParameter(request, "submit");
    if (request.getParameter(submitParam) != null )
    ... handle the data ...
    %>
    <form name="contactinfo" method="POST" action="<%= HttpPortletRendererUtil.htmlFormActionLink(request,PortletRendererUtil.PAGE_LINK) %>" >
    <%= HttpPortletRendererUtil.htmlFormHiddenFields(request,PortletRendererUtil.PAGE_LINK) %>
    <BUTTON name="<%= submitParam %>" value="submit" type="submit"><IMG src="/pictures/stacksite/form_send.gif" alt="submit"></BUTTON>
    </FORM>
    null

  • My Iphone has been set with other Apple ID and so I can't use my Iphone

    Dear everyone,
    I bought a used Iphone 6 some monts ago. Seller told me that he forgot the user and password of his apple ID (All details of his Apple ID). So now I don't know how to find the Apple ID user and password to use my Iphone.
    I am unhappy realy ;( ;( ;(
    How do I find the user and password of the apple ID that my Iphone was set with them??
    Can I find them with use of my Iphone's IMEI numbers???
    Or Can I use my Iphone in Other way?such as without These username and password??
    I can't use my Iphone..
    Please help my solve this issue soon.

    If a second-hand iOS device has been 'Activation locked' then only the previous owner can unlock it, either by providing you with the account ID and password, or by removing it from his list of devices (as he should have done before selling it) - please see http://support.apple.com/kb/ts4515
    If you are unable to contact him to do this then I'm afraid you will not be able to use the device - there is no other way of unlocking it at all. Apple cannot unlock it for you, and the IMEI number won't help.
    You should if possible return it to wherever you bought it and ask for a refund as in this event the device is completely useless.

  • My space bar has disappeared when I open safari, and has been replaced by other keys. I don't understand why?

    My space bar has disappeared when I open safari and been replaced by other keys, does anyone know how this happened?

    When you tap in the address field to type the web address, another keyboard pops up without the space bar as no spaces are need when typing the web address. Just tap anywhere on the screen or on the keyboard icon in the lower right corner and the keyboard will go away.
    Message was edited by: Demo

  • How to check whether an invoice has been paid or not?

    Hi,
        In FI, how should I check whether an invoice is paid fully and also whether it has any residual item?
    And how should I pay an invoice with some residue? Which transaction I should use and what are the steps to do that?
    Since I'm new to FI, any guidance will help me a lot...
    Thanks,
    Priya.

    Hi Priya,
    you create a posting with residual items as follows:
    <b>Incoming payment</b>
    1. Start transaction F-28
    2. Enter all required information and click on <i>Process open items</i>
    3. On the next screen click on the tab <i>Res. items</i>
    4. Make sure that only the items that you want to pay are highlighted ((Net amount appears in blue)
    5. For each line item enter the residual amount that is still to be paid (Example: you have one invoice over 100 USD and 80 USD are paid, you enter 20 USD, since this is your residual that still needs to be paid)
    6. Save
    <b>Outgoing payment</b>
    1. Start transaction F-53
    2-6. is identical to incoming payment
    Regards,
    Claus

  • How to check whether database console has been installed on Windows or not?

    I selected the following choices when I ran Oracle Database 11g Release 2 Installer on Windows 2008 R2:
    Create and configure a database
    Server Class
    Single instance database installation
    Typical install
    I got the Database Configuration Assistant: Warning
    Enterprise manager configuration failed due to the following error - Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again.
    I have started the listener and register database service now. I have tried to run the command:
    emca -config dbcontrol db -repos create
    I got the error sysman already exists.
    Does it mean that even though I got the Warning message, the Enterprise Manager repository has already been created?
    What should I do to bring up the database console?
    Thanks.

    I did not see any EM DB Console service.
    I believe SYSMAN is the default schema for the EM repository. So, I think I just need to configure EM not to create EM repository.

  • Check whether checkbox interaction has been clicked

    Can anyone tell me whether it is possible to use the checkbox widget from the advanced interactions in Captivate 7 as part of a quiz as detailed below.
    What I would like to do is have 18 checkboxes on my slide with a button which when pressed will trigger an action to check if the correct ones have been checked. If they have I'll show correct feedback, if not I'll show incorrect feedback.
    I guess in short I'd like to know if it's possible to update a variable based on whether the checkbox is selected e.g. '_var = 1' or not '_var = 0'.
    I had considered creating a bespoke activity using click boxes and advanced actions to achieve the desired results but the iPad can't handle more than five click boxes on an individual slide.
    Many thanks in advance.

    Hello,
    I'm not sure that iPad will be able to support that, since one is never sure but it can be done in Captivate. My blog post about using checkboxes/radiobuttons for custom questions is the most popular post I ever wrote, when i screen the number of visits: http://blog.lilybiri.com/widgets-and-custom-questions-part-1
    The radiobuttons and checkboxes interactions have an identical functionality but are guaranteed for HTML5 output.
    You will see that the associated variables are no booleans at all but will be empty when checkbox for that item is not chosen, or equal to the item when chosen. This means that you'll have to create a conditional action that checks for the correct entries like this:
    IF v_one is equal to 'This is first item text' AND
         v_two is equal to v_null      AND...   where v_null is an empty variable, or you can also
    Since this is a static interaction, you will need an event to trigger that action: you could use a button 'Submit' or a slide event.
    http://blog.lilybiri.com/using-captivate-widgets-some-tips
    Lilybiri

Maybe you are looking for

  • How to converting WMV files?

    How to converting WMV files from PC to iPod playable files? thanks for all your help

  • Problem of custom table model

    Hi, i m leaning JTable recently, following is an experimental code which i wrote, it has a custom table model and custom tablecellrenderer, the custom tablecellrender determine the column of # of Years greater or equal than 5 should display color gre

  • HP 6310 all in one, the Print Cartridge Door Hinges are broken.

    I have 2 printers HP 6310 all in one with the same problem, the Print Cartridge Door Hinges are broken. Were can I buy the parts? is it too difficult to change them? Is it a HP repair services in my area? Is it any "recall" for this problem? I know s

  • Computer stolen along with ipod installer disk

    I have a new computer now but itunes wont recognize my ipod without installing the disk. Can I download the disk? And if I do install the software will it then restore my ipod and delete all of my music? I appreciate any help offered. Thanks!

  • How can I put the reports in a report group to favorites or sap menu?

    We have a custom report in report group(gr55) and my manager wants to put them in the sap menu or in favorites... How can I do that? Anybody can help me? Thanks a lot!