Logic required to get the missed document nos in arport

Hi Guys,
Document numbers are flowing in to two ODS's. These doc numbers are available in 'X' and 'Y' ODS's.
We are missing some doc nos in both the ODS's.
For example: 101,102,103 doc nos are available in 'X" ODS also 101 1nd 102 also avaialable in'Y' ODS.
But we are missing 103 in "Y' ODS.
we want to display those doc nos in a report.
We Created an infoset on these two ODS's.
What kind of logic is required to display these missed doc nos in a BW Report
Thanks,
Nela

I would suggest to use another DSO, specifically for this missing document numbers with Document Number and two Flags (FLAG1 and FLAG2). Both DSO1 and DSO2 will Source this 3rd DSO (In this DSO, Doc Number will be Unique - No Duplicates).
In the transformation for DSO1, lookup DSO2, compare the Doc Numbers and fill FLAG1 as 'X' on each missing record.
In the transformation for DSO2, lookup DSO1, compare the Doc Numbers and fill FLAG2 as 'X' on each missing record.
Then you can generate two reports for missing Doc Numbers based on FLAG1 and FLAG2.
This is just an example, you could do the same in other optimized ways.... discuss with your ABAPer....

Similar Messages

  • How can I get the missing font in document

    How can I get the missing font in document

    PSE uses the fonts on your computer, so if you install Rockwell there, PSE should pick it up.

  • I have used the same Apple ID on my children's iPads. Both iPads are now showing as the same. How do I get the missing account back?

    I have used the same Apple ID on my children's iPads. Both iPads are now showing as the same. How do I get the missing account back?

    You can clear the iPad and start again with the other account> Settings->General->Reset->Erase all Content & Settings
    Or you can go to Settings->Itunes and App Stores->Apple ID->Sign Out,
    And Then  Sign in with the other account. You can then download the Apps with that account. Though you may block the other account for 90 days.
    Your best bet is to set it up again using the orighinal account it had, so you can get their Apps back. without affecting your account.

  • When I attach a PDF document in mail only the first page appears. How do I get the whole document to work

    Title says it all. I go to attach file add the fild and the first page shows up in the body of the email. How do I get the whole document to show up?

    You can't get the whole document to appear on your side.
    When you send it, the entire document will be sent.  Normally, clicking on it will open it in preview where you can see all pages.  If you want to see it in this way, just cc: or bcc: yourself on the email when you send it.

  • Why can't I get the Kodak Document Print App in the UK?

    Why can't I get the Kodak Document Print App in the UK?

    "Apparently it's available in the US iTunes store but not here?"
    Because Kodak has chosen not to make it available there.
    "Can't for the life of me understand why that should be!"
    You do not have to understand it for it to be so.
    You can try asking Kodak, as they make the app.

  • How to get the Change Document Header details for a given date

    Hi All,
    Can anyone help me on this Change Document Header details(CDHDR).
    Better way to pull the information of Change Document Header details(CDHDR). No Index is maintained for the tables.
    So please suggest better Optimising techniques to get the Change Document Header details(CDHDR).
    Using this Function module : CHANGEDOCUMENT_READ_HEADERS how to import the DATE_OF_CHANGE.
    Thanks in advance
    Regards
    Chakri

    HI,
    Go through the documenattion of the FM u can get the details.. and also where used list
    Regards,
    Nagaraj

  • Requirement for getting the VAT Taxes automatically from the vendor invoice

    Dear All,
    We Have a Requirement for getting the VAT Taxes automatically from the vendor invoice in to the Sales invoice after invoice verification process.Is this feasible?. Can anybody explain how this can be done to overcome this issue.
    Thanking you,
    Best regards,
    R.Srinivasan

    hi,
    technically i do not think tht can be done. but even from functional part its incorrect in the sense tht the values on which tax is calculated in purchase may be very different from tht in sales. so we may never get the correct picture.
    saurabh

  • HT203433 i purchased a cd on my phone but the whole cd didnt download to my computer how can i get the missing tracks to download

    i purchased a cd but when downloaded to my computer some of the tracks was missing how can i get the missing tracks to download???

    On computer go into iTunes store, in the Quicklinks section click on purchased, go to music not on this computer and you should find all music still in the cloud. 
    On phone open music, choose store at top of screen, then choose the More option at bottom of next screen, look in downloads where anything waiting to download should be.  If nothing there go to Purchased, click on Music, Not on this Phone and you should see any iTunes music you have bought that is not downloaded to the phone.

  • I moved my FCP events and projects folder onto my external hard drive and now everything is gone on FCP.  When I tried to reload those folders onto FCP nothing happened.  I still get the missing files image.

    I moved my FCP events and projects folder onto my external hard drive and now everything is gone on FCP.  When I tried to reload those folders onto FCP nothing happened.  I still get the missing files image.  When I try to import the folders manually something pops up that says it is incompatable.  It is possible to retrieve everything that was lost?

    "When I tried to reload those folders onto FCP nothing happened"
    Brownale6 how can  u reload folder in to FCP.
    As you said folders are moved to external disk but have you checked it should be like this
    For Event
    external disk>Final Cut Events>your event folder.  
    For project
    external disk>Final Cut Projects>your project folder.

  • Getting the WSDL documents

    hi,
    i need to get the WSDL document that describes the service that the user selects. but some how, my codes now does get a WSDL document but it does not describes the web seervice... more like describing the organization...
    the following is my codes:
    * Author : Lim Wei, Melissa Koh
    * Admin# : 002068s, 002915l
    * Class Name : Naics.java
    * Date : October 21, 2002
    * Description : Connects to UDDI registry as selected by user.
    package FYPJ;
    import javax.xml.registry.*;
    import javax.xml.registry.infomodel.*;
    import java.net.*;
    import java.util.*;
    import java.lang.*;
    public class NaicsQuery{
    private Connection m_conn;
    private int cntServices = 0;
    Vector servicesAva = new Vector();
    // empty constructor
    public NaicsQuery()
    public void makeConnection(String conn)
         Properties props = new Properties();
         props.setProperty("javax.xml.registry.queryManagerURL", conn);
         props.setProperty("javax.xml.registry.factoryClass",
    "com.sun.xml.registry.uddi.ConnectionFactoryImpl");
         try
    ConnectionFactory factory = ConnectionFactory.newInstance();
    factory.setProperties(props);
    this.m_conn = factory.createConnection();
    System.out.println("Connection to UDDI created");
         catch (Exception e)
    e.printStackTrace();
    if (this.m_conn != null)
              try
    this.m_conn.close();
              catch (Exception eb)
    public void executeQuery(String serviceName)
         RegistryService rs;
         BusinessQueryManager bqm;
         BusinessLifeCycleManager blcm;
    try
    // Get registry service & managers
    rs = m_conn.getRegistryService();
    bqm = rs.getBusinessQueryManager();
    blcm = rs.getBusinessLifeCycleManager();
    System.out.println("Got registry service, query manager, and life cycle manager.");
    Collection classifications = new ArrayList();
    classifications.add(serviceName);
    BulkResponse response = bqm.findOrganizations(null, classifications, null, null, null, null);
    Collection orgs = response.getCollection();
    // Display info about the organizations found
    Iterator orgIter = orgs.iterator();
    while(orgIter.hasNext())
    //Concept concept = (Concept)orgIter.next();
    Organization org = (Organization)orgIter.next();
    System.out.println("Organization Name: " + org.getName().getValue());
    System.out.println("Organization Description: " + org.getDescription().getValue());
    System.out.println("Organization Key ID: " + org.getKey().getId());
    //concept = (Concept)bqm.getRegistryObject(concept.getKey().getId());
    //String name = getName(concept);
    Collection links = org.getExternalLinks();
    if (links.size() > 0)
    ExternalLink link = (ExternalLink)links.iterator().next();
    System.out.println("\tURL to WSDL document: " + link.getExternalURI());
    // Display primary contact information
    User pc = org.getPrimaryContact();
    if(pc != null)
    PersonName pcName = pc.getPersonName();
    System.out.println("Contact name: " + pcName.getFullName());
    Collection phNums = pc.getTelephoneNumbers(null);
    Iterator phIter = phNums.iterator();
    while(phIter.hasNext())
    TelephoneNumber num = (TelephoneNumber)phIter.next();
    System.out.println("Phone number: " + num.getNumber());
    Collection eAddrs = pc.getEmailAddresses();
    Iterator eaIter = eAddrs.iterator();
    while(phIter.hasNext())
    System.out.println("Email Address: " + (EmailAddress)eaIter.next());
    // Display service and binding information
    Collection services = org.getServices();
    Iterator svcIter = services.iterator();
    while(svcIter.hasNext())
    Service svc = (Service)svcIter.next();
    System.out.println("Service name: " + svc.getName().getValue());
    System.out.println(" Service description: " + svc.getDescription().getValue());
    cntServices ++;
    servicesAva.add((String)svc.getName().getValue() + " (" + org.getName().getValue() + ")");
    Collection serviceBindings = svc.getServiceBindings();
    Iterator sbIter = serviceBindings.iterator();
    while(sbIter.hasNext())
    ServiceBinding sb = (ServiceBinding)sbIter.next();
    System.out.println(" Binding description: " + sb.getDescription().getValue());
    System.out.println(" Access URI: " + sb.getAccessURI());
    Collection specLinks = sb.getSpecificationLinks();
    Iterator slIter = specLinks.iterator();
    while(slIter.hasNext())
    SpecificationLink spLink = (SpecificationLink)slIter.next();
    System.out.println(" Usage description: " + spLink.getUsageDescription());
    Collection useParam = spLink.getUsageParameters();
    Iterator useIter = useParam.iterator();
    while(useIter.hasNext())
    String usage = (String)useIter.next();
    System.out.println(" Usage Parameter: " + usage);
    System.out.println("-----------------------------------");
    System.out.println("*****************************************************************");
    catch(Throwable e)
    e.printStackTrace();
    finally
    // At end, close connection to registry
    if(m_conn != null)
    try
    this.m_conn.close();
    catch(JAXRException jaxre)
    public int getNumServices()
    return cntServices;
    public Vector getServicesAva()
    return servicesAva;
    /*public static void main(String args[])
    String queryURL = "http://uddi.ibm.com/ubr/inquiryapi";
    if(args.length != 0)
    System.out.println("Error!");
    System.exit(1);
    NaicsQuery nq = new NaicsQuery();
    nq.makeConnection(queryURL);
    nq.executeQuery();
    how should i go abt getting the WSDL document i want???
    your help will be appreciated...
    thanx in advance...
    - trazzo

    Hi,
    What a lot of code! I think this is a lot easier than that.
    You need to use the WSDL2Java command. See tutorials.
    This will find a wsdl file and create the java files necessary.
    You then need to compile tese java files
    You also nned a client (more of that another day/night.
    Compile this also
    RUN.
    best
    kev

  • How can I get the help documents of Siebel CRM On Demand Answers?

    How can I get the help documents of Siebel CRM On Demand Answers?

    Click any help link within CRM On Demand to access the Online Help. There is a link in the top right to open the Help as a PDF file. You can even print this 777 page PDF file in part or whole if you really want to.
    Mike

  • TS1292 I scratched my itune card and some of the numbers came off. Please advise how to get the missing numbers

    I scratched my iTunes card and some of the numbers have come off. How do I get the missing numbers?

    See this support article:
    http://support.apple.com/kb/TS1292
    If you can't get to work after perusing that page, contact the iTunes Store Support; instructions are at the bottom of that article.
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • Indesign CS3: How to get the current document name?

    Hallo!
    How do I get the name of the current document loaded in Indesign?
    Thanks,
    Alois Blaimer

    ...Plese Ignore the last post...<br /><br />docRef is the UIDRef of the document. Plese consider the following code<br /><br />IDocument *docFrom = Utils<ILayoutUIUtils>()->GetFrontDocument(); <br />if (docFrom == NULL ) <br />    break; <br />UIDRef  docRef = GetUIDRef(docFrom )); <br /><br />InterfacePtr<IDocument> iDocument (docRef, IID_IDOCUMENT); <br />if(iDocument == nil) <br />   break; <br /><br />PMString docName; <br />iDocument->GetName(docName);

  • How to get the PDF Document version when using Digital Signature

    Hi,
    I have a form which contains two signature fields.
    When i sign the form the pdf document is saved as a version which can be seen by clicking the Signature Panel.
    I need to get the binary of the versions stored in the form.
    Please suggest me the how to get the version data from the form.
    Regards,
    S.V.atish Kumar

    Hi Mithun:
    I think I have run into a similar issue and have not been able to find a resolution.
    I have been trying to place three groupings of data and limit them to 15 rows; additional rows would print on a void check on a next page using the rtf template.
    Earnings .............. Pre-Tax Deductions .........Taxes
    <line 1 earnings> <line 1 pre-tax deductions> <line 1 tax dedcutions>
    <line 2 earnings> <line 2 pre-tax deductions> <line 2 tax dedcutions>
    <line 3 earnings> <line 3 pre-tax deductions>
    <line 4 earnings> <line 4 pre-tax deductions>
    <line 5 earnings>
    <line 6 earnings>
    The template works fine with these lists as nested tables until I add in the restriction and filler for the 15 rows for the first table. The data in the 2nd two lists does not appear once the limitation is added.
    Check Writer (XML)  - Issues with payroll check stub in rtf
    As an alternative, I have been thinking adding the remaining line totals (over 15 rows) and adding a 16th row. However I have been running into an error when trying to use the code for-each-group.
    *** XML-22056: exactly one of four group attributes must be present in xsl:for-each-group
    Can you send me your template to review? My email is: Karen.Lacey(AT)paetec(DOT)com
    Thanks!
    Edited by: RedLacey on Dec 17, 2009 11:48 AM

  • How can I get the sales document number in CRM??

    Hello,everybody
    I want to create a document flow report in CRM.
    But I donnot know how to get the documen id which is in ERP (for example: Sales, Billing)
    Is there anyone who can give me some advice?
    Thanks.

    Do you have ERP documents in CRM ? I mean does ERP documents are getting replicated in CRM? or you want transaction no from ERP only ? Which version are you working on?
    Thanks,
    Nitin

Maybe you are looking for

  • IPhone 4 using iOS 6.0.1 will not play music through my car stereo

    I have an iPhone 4 since it became available on Verizon's network.  I have had no issues with my phone since I began using it.  I own a 2008 VW Rabbit with the optional iPhone/iPod docking station to play music through the car's stereo.  I purchased

  • Can't change the port

    A while ago, while in a library and trying to iChat/text with my wife and getting errors I attempted changing the port to 443 to solve the issue. It helped and I was able to chat. Now I'm having problems Vchatting and thought I'd change the port back

  • Which of these stereos will work best w/ my iPhone 4 in my 2003 Chevy S10?

    Hey guys, I'm looking for a new stereo deck for my 2003 Chevy S10 that will work with my iPhone 4. Which of these do you think would do the trick the best? Thanks a lot! http://www.amazon.com/gp/part-finder/slide-show/2003/Chevrolet/S10/ref=aupf_dp_l

  • AFP disconnects users, file opening problems, abnormal exits and bus errors

    Hi all Since a few weeks we have been having problems with AFP file sharing with OS X Server 10.5.5 (Simple config) Several times a day the server stops responding to save commands (especially with Adobe software) or abruptly disconnects users. The c

  • How do I get out of iOS Mail Setup?

    Hi All I got a new iPad Mini for  Christmas.  I got it set up and working easily and fairly quickly. I copied my Mail settings from my MacPro (OSX 10.8) using the "Sync selected Mail accounts" check box in iTunes. I've been reading mail on my iPad fo