Find idoc number for partner

in WE02, I find the receiving idoc number 24792 in client 800, the partner number shows client 500, how to know the sending idoc number in client 500? thanks

Hi,
   The issue is solved. It seems that a parameter is missing in user profile as per our basis guy.
Thank you
Ravi Boppana

Similar Messages

  • To find IDoc number for a Scheduling agreement.

    Hi all,
         I am new to this area. I need to find out IDoc number for a Scheduling agreement. I have been instructed to go to VA33. And then after entering SA number and going in they instructed me to systems--> service for objects. But when I go there it is giving me message "NO SERVICE AVAILABLE". Can anyone help me out with this.
    Thanks in advance.
    Ravi Boppana

    Hi,
       The issue is solved. It seems that a parameter is missing in user profile as per our basis guy.
    Thank you
    Ravi Boppana

  • Problem in finding Idoc number from Delivery document number(VERY URGENT)

    Hi experts,
    I have a delivery document number.Now i have to find the Idoc number for thet delivery document and extract some necessary data from one of the segment of that Idoc.So I am not able to find a link through tables .
    So I exact query is 'what is the selection method i have to follow to get the idoc number given the delivery document number'.
    Regards,
    Praveen.
    Edited by: Praveen Jada on Mar 14, 2008 12:15 PM

    That's what I meant, do the following query:
    DATA: LT_DOCNUM TYPE TABLE OF EDI_DOCNUM.
    SELECT DOCNUM
      INTO TABLE LT_DOCNUM
      FROM EDID4
      WHERE SEGNAM EQ 'E1EDL20'
      AND SDATA EQ '0001234567%'.
    This will list you all the IDOC numbers in which delivery number 0001234567 appear in the delivery header segment.
    Depending on your process it's probably going to be one entry only.
    Hope that clarifies it,
    Michael

  • IDOC Number for a record

    Hello All,
    I am working in HR. If I have a record created by IDOC, is ther any way for finding IDOC  number that has created this record.
    Regards,
    Rahul

    Hi Sergie
    The ALEAUD is a separate IDoc, so naturally it must have a different number than the original IDoc. However, the field E1STATE/DOCNUM in ALEAUD is a reference to the original IDoc.
    How is your ALEAUD generated? If you are doing this "manually" via a message mapping, you need to include the original IDoc number in the message to your receiving system so that it can send an audit message back containing the original IDoc number. From this audit message you should be able to map a correct ALEAUD message.
    Regards,
    Thorsten

  • Finding Idoc Number

    Hi,
       Can some one tell me how to identify an iDOC number for an sales order in CRM.
    Regards,
    Raj

    Hi Praveen,
    ITs very easy ....
    Use function module
    FM SREL_GET_NEXT_RELATIONS
    logic :
      L_R_OBJECT-OBJKEY = Likp-VBELN.
      L_R_OBJECT-OBJTYPE = LIKP.
      CALL FUNCTION 'SREL_GET_NEXT_RELATIONS'
           EXPORTING
                OBJECT         = L_R_OBJECT
            ROLETYPE       =
            RELATIONTYPE   =
            MAX_HOPS       = 1
          TABLES
            LINKS          =
               ROLES          = L_T_relROLES
       EXCEPTIONS
            INTERNAL_ERROR = 1
            NO_LOGSYS      = 2
            OTHERS         = 3
      DELETE L_T_RELROLES WHERE OBJKEY EQ VBELN AND OBJTYPE EQ OBJTYPE.
    After this in the L_T_RELROLES table u can find the idoc number in the field OBJKEY
    Please check this.... its works and let me know if u need any further help.
    ......Patil

  • How to find serial Number for BCC Plugin?

    Hi,
    How to find serial number for Bcc plugin on FCP?
    I need format my Mac so before that I to find the serial number?
    Please anyone can help me....

    The serial number has the format like E-111-aaa-222-bbb-333-ccc-444-ddd-5ee-ffff, it can be found on a piece of paper which has 3 stickers with it inside the box.

  • How to find Change number for a Material

    Hi,
    If we know the material number and Revision level then how can we find the Change Number of that material.
    Is there any table in which i can find Change number for a revision level or is there any Function module available.
    Regards,
    Vaibhav

    Hi Vaibhav,
    Is there any table to find the change number and revision level of a material. I have change number and material and revision level coming from external system. But i need to check that with SAP whether it exists or not.
    Is there any table link to find whether a material has change number.

  • Where do I find serial number for Adobe Photoshop CC I purchased yesterday

    where do I find serial number for Adobe Photoshop CC I purchased yesterday

    Hello,
    first of all you should have a look there: https://www.adobe.com/account.html  >>> see My productsView all >>> These registered products are associated with your Adobe ID. >>> Name >>> Serial number
    If not successful use http://helpx.adobe.com/x-productkb/global/find-serial-number.html  >>> I lost my serial number >> see comment
    Good luck!
    Hans-Günter

  • Can't find serial number for iTunes

    Can't find serial number for iTunes! I need it and I can't find it... Where do you find it in the new updated versions?? Help!
    Thanks

    Apple provide limited phone support with their hardware, not iTunes. If it is an iTunes issue then describe it here and perhaps we can help. If it is a hardware issue and you have registered your product then you should be able to locate the serial number and check on your warranty/support options at https://supportprofile.apple.com/
    tt2

  • HT4061 how to find sirim number for i phone 5

    How to find sirim number for i p

    Please don't double post. Read here:
    http://support.apple.com/kb/ht4061

  • Where do I find serial number for a subscription?

    where do I find serial number for a subscription?

    Hey Helena,
    You might need to sign up at "https://cloud.acrobat.com/" using your Adobe ID credentials. There is no need of serial number for the same.
    Regards,
    Anubha

  • Where do I find serial number for Adobe Dps?

    Where do I find serial number for Adobe Dps?

    Sorry, I didn’t know what you referring to.
    You should have been supplied with everything you need when you signed up. I think you’re going to need to contact Adobe on this one.
    Bob

  • Finding the idoc number for material document

    Hi,
    I have a material document which was created by an idoc. How do I know the idoc number that has created this material doc?
    We have lots of idocs coming from external systems which do GI, GR, transfer postings etc. With the material document , not able to trace which idoc created it.
    Regards

    Hi Ramees,
    "Refer the Tables MKPF / MSEG inorder to get the IDOC no's for Material Docs. "
    But how can it be found for Transfer posting documents where no PO history exist !!
    Alex.

  • How to find Spool number for a 2 steps background job.

    Hi All,
    How to find spool number (and also the background job name ) for a 2 steps background job.
    in the table TBTCO i can see step numbers but i dont get the spool number. Is there any link between TBTCO and TSP01.
    Also after getting the spool number i need to drill down on ALV report. I hard coded the spool number and was able to drill down using BDC and call transaction but when i press back button it is not returning to the ALV report.
    Thanks,
    Shiva.

    Which one creates the spool? (first one I guess)
    What kind of spool? (WRITE, sapscript, smartform, pdf...)
    Do you use special statements like NEW-PAGE, or other things?
    Are you sure that the spools are generated by these jobs? (did you compare the spool generation times and job run dates to be sure...)

  • Table to find serial number for the stock of a material

    Dear All,
    I have a requirement in which i want to find the serial number for the stock of a material.
    in Equi i have serial number with material.
    But i want it with plant also.
    pl. suggest me in which table u have serial number,material , plant and storage location.
    Regards & thanks,
    Vidhya

    Thanks kesav.
    I checked EQSE table in that no entries are found.
    In EQBS table for that equnr u have plant and storage location.
    but the performace while selecting EQUI on the whole will be very slow.
    so i want a table with material,serial number,plant and storage location.
    kindly suggest.

Maybe you are looking for