Find the idoc segment link with Sap Table

Dear Abaers,
I am new to Idoc. i have one Idoc (Orders01) for creating sales order.
I had seen the t-codes WE 30 and WE 60 to know the field description.
The fielddescription shows names like name1 name2 ort01 etc.
i want to know what are the db tables involved for that particular idoc segment.
Thanks in Advance,
Arati

Hi Arati,
to get the description name:
WE30 transaction and check the segments name available.
With the segment name, go to WE31 and check the fields used and column 'Data element'.
Double-click in data element (or inform in se11), you have the description value of the field.
About the tables involved:
Click in 'Where use list' os this data element.

Similar Messages

  • How can we find the Idoc number which posts the material document in SAP

    Hi All,
    How can we find the Idoc number which posts the material document in SAP. We could not able to find the IDOC number from the material document which was posted by Idoc.
    Thanks
    Chandru

    Hi,
    In MIGO you can go to service of object(Just above show overview) and check 5th option workflow you will find the idoc number.
    regards
    suresh

  • To find the IDOC number with SOBID information

    Hi Experts,
      I have an employee information like VARYF, SEQNR, AEDTM, UNAME, ITXNR, SCLAS, SOBID and PROZT.
    Some outbound IDOC number has stopped its process to the SRM system.
    I want to know thw IDOC number.
    Please help me in finding out the transaction to find the IDOC number with the SOBID or OBJECTID information.
    Thanks in Advance.
    Ramya Sekar

    Look at transaction WE09.
    Other IDOC information can be found through WEDI.

  • How to find the IDOC for the archived message in integration engine

    Hello experts
                              In my outbound scenario (Idoc to file), I have a message id got processed from integration engine (SXMB_MONI) but failed in adapter engine (RWB) on 1week back, The same message archive in SXMB_MONI but i found same message in adapter engine.
    My question is how to find the archive message IDOC num
    We can't find in adapter engine it will show only (sender service, receiver service and interface date and time as well and receiver structure in message content tab) but not idoc no,
    Kindly provide the solution for the issue, Is there any alternative to find the idoc?
    I can search with partner in sap side but i can get lot of idoc's
    Thanks & Regards
    Rajashekar

    > We can't find in adapter engine it will show only (sender service, receiver service and interface date and time as well and receiver structure in message content tab) but not idoc no,
    >
    > I can search with partner in sap side but i can get lot of idoc's
    Hi,
    If solution given by experts in above replies doesn't work then you can try below method.
    What you can do is, take some unique values from message content tab (which came in some specific segment from IDOC)
    Now in R3 use tcode WE09 and set the dates when this was processed. Set other filter criteria as much as possible e.g. direction, idoc basic type, port, partner etc and at the bottom you can "Fast search mode" their you give the segment name and it's value.
    This will help you get you IDOC.
    Regards,
    Sarvesh

  • To Update the IDOC segment values through report program

    My requirement is to update the Idoc segment through the report program. Any SAP provided standard function module is available to update the Idoc segment values. Please help needed.

    DATA: LT_EDIDD TYPE STANDARD TABLE OF EDIDD."Local Table to Hold EDIDD
        LT_EDIDD = I_EDIDD. "table should have the data
    *-- Opening the IDoc for Edit
        CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_EDIT'
          EXPORTING
            DOCUMENT_NUMBER               = X_EDIDC-DOCNUM
          TABLES
            IDOC_DATA                     = IT_EDIDD
          EXCEPTIONS
            DOCUMENT_FOREIGN_LOCK         = 1
            DOCUMENT_NOT_EXIST            = 2
            DOCUMENT_NOT_OPEN             = 3
            STATUS_IS_UNABLE_FOR_CHANGING = 4
            OTHERS                        = 5.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    *-- Editing the IDoc
        CALL FUNCTION 'EDI_CHANGE_DATA_SEGMENTS'
          TABLES
            IDOC_CHANGED_DATA_RANGE = LT_EDIDD
          EXCEPTIONS
            IDOC_NOT_OPEN           = 1
            DATA_RECORD_NOT_EXIST   = 2
            OTHERS                  = 3.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    *-- Closing the IDoc after Edit
        CALL FUNCTION 'EDI_DOCUMENT_CLOSE_EDIT'
          EXPORTING
            DOCUMENT_NUMBER  = X_EDIDC-DOCNUM
            DO_COMMIT        = 'X'
            DO_UPDATE        = 'X'
            WRITE_ALL_STATUS = 'X'
          EXCEPTIONS
            IDOC_NOT_OPEN    = 1
            DB_ERROR         = 2
            OTHERS           = 3.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    thanks
    vijay

  • Difference between IDOC segments starting with E1 and E2

    Hi all,
    What is the difference between IDOC segments starting with E1 and E2
    Thanks

    Hi Kajol,
    A segment in SAP system is technically implemented as three physically separate pieces.
    1. Segment type u2013 the version-independent name of the segment. Standard SAP names begin with E1.
    2. Segment definition u2013 contains the fields which represent the data. Its maximum size is 1000 bytes. Standard SAP definitions start with E2 with the last 3 characters implying the version of the segment.
    3. Segment documentation u2013 represents the data dictionary documentation for each field in the segment definition. It begins with E3 for SAP provided segments.
    For example, E1EDP01 will be your segment type and E2EDP01003 will be your segment definition with 003 indicating its version.By default, the segment type points to the latest segment definition.
    Kindly do reward points if you find this as useful.
    Regards,
    Aswin

  • IDOC segment report with domain lookup

    Does anyone know of a report that will list an IDOC's segments with the qualifier texts expanded.
    Example:
    The E1EDK14-QUALF segment belongs to domain EDI_QUALFO (IDOC qualifier organization) which has 19 values in its value table.
    I'd like a report that would print the IDOC segment by segment along with the qualifiers value text.

    Hello Ed,
    Use function module 'IDOCTYPE_READ_COMPLETE'. This will give you a list of segments with description, a list of fields with description, a list of domain values for the fields and a list of message types connected to that IDOC type.
    You need to populate PI_IDOCTYP with the IDOC type and possibly PI_CIMTYP with the extension, if you are using an extension with that type. If not, Idoc Type is sufficient.
    Regards,
    Michael

  • Where can i find the theory for alv with function modules

    hi
    where can i find the theory for alv with function modules

    Hi,
    Please check this link
    http://sap.niraj.tripod.com/id66.html
    ALV function module
    http://wiki.ittoolbox.com/index.php/How_do_I_insert_a_logo_in_ALV_using_Function_Modules%3F
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/using-function-module-fm-reuse_alv_grid_display-to-display-a-report-in-alv-1472543
    reward if helpful
    raam

  • RFC metadata import error - Couldnu0092t find the branch for version with id

    Hi All,
    When re-importing RFC meta-data, system returned following error message   <i>Couldn’t find the branch for version with id = <version id></i>
    I am not able to delete the existing (already imported) RFC meta-data.  However, I am able to import the same RFC into a different Software Component.
    The error is described in SAP note – 710998, unfortunately, this note only references  XI 2.0
    Is there anyway other than these-
    1) Deleting a new SWCV and importing it and then import the RFC and make Release transfer from new SWCV to Old  SWCV. If so, is there any impact on my QA systems and Productions systems during transport.
    2) Deleting the existing SWC and Reimporting from SLD and trying to import the RFC again and redoing all the design
    3) Exporting the current SWC and deleting it and importing the same file and then trying out the RFC import.
    These options I just thought as an workaround solutions. Because i am not able to try these, as i don't have any test systems for this. Let me know any suggestions on these.
    Thanks in advance,
    Regards,
    Moorthy

    Yes, the used structures were imported from an old XI system. But I created the mapping new on the PI and put the used externel definitions manually to the mapping. That worked fine but now everytime when saving the mapping this error occurs. Btw both structures are used in other mappings, too, and they can be modified without any problems.
    Which jdk version do you mean? Client or server?
    Regards.
    Oliver.

  • Unable to find the IDOC number in WE02

    HI All,
    I have executed an outbound program from SM37 and i can see that job got finished in the log.
    but when i check the spool, it doesnt contain any list and also i am unable to find the Idoc number in WE02.
    I am not clear in this. Please expalin me in detail.

    Hi there,
    Go to Sales order screen, In the main screen below the command line, one button will be there " Services for object" Click that...... It will open one tool bar.... on that tool bar one icon will be there with thee arrow ..... Click on that,,,,, and here you can see the idoc number....
    Thanks,
    Raja

  • Finding the modules implemented in a SAP system

    Hi All,
        Is there any way of finding the modules implemented in a SAP system?
    Please reply.
    Thanks in advance
    Dhanapal S

    Hi Dhanpal,
    This is more of a functional question than a technical question. But if you can give a list of all the modules that you would like to know about, then it may be possible to get fair idea of which of them have been implemented.
    For example, if you'd like to know whether SD is imploemented or not, you would look for data in tables like TVKO, VBAK, VBAP etc.,
    In case of HR, you will see if there are any infotypes being used. for example tables PA0001 etc.,
    In case of MM, you will look at tables like MARA etc.,
    These points are by no means comprehensive. There are so many other factors that neeed to be considered. For example, if SD is implemented, then in general MM will also be implemented (may not necessairly be the case, but this is common).
    The point is that we examine the Customizing Data and Master Data for each of the modules and figure out if it is being implemented.
    But the easiest way is to ask the customer which ones he is implementing.
    Regards,
    anand Mandalika.

  • How do link with SAP SD?

    Hi GTS experts.,
    I am very new for GTS. I have got much more experience in SAP SD. How wil i start about GTS ? How do link with SAP SD?
    If any having any document , Pls guide to me
    Regards.,
    Lakshmanan.S

    Hi,
    You can goto the link (help.sap.com) - http://help.sap.com/saphelp_gts72/helpdata/en/b1/8dc5c62c885046ab71fdcddc6ad2c2/frameset.htm (GTS 7.2)
    This would give you a better understanding. Looking at the config guides after this is suggestive.
    You can also download a Business Process Guide for GTS and go through it. Helps you understand the Export and Import process and how GTS enables it. But its not restrictive i.e we can always make changes to cater to specific business needs.
    From SD<-> GTS point of view, Sales Orders (SD0A), Outbound Deliveries(SD0B) and Billing(SD0C) all can be mapped based on module specific and Business Process needs. Material Master and Customer master from master data point of view.
    Few other noted items include:-
    1. Document types
    2. Item Categories
    3. Partner Functions
    and many more.
    To start of with GTS has Organization structure wherein Company Codes - FTO and Plant - Legal Units are mapped. Storage location and plant combination can also me mapped.
    Regards,
    Abir

  • Where i can find the deleted transport request in SAP development system?

    where i can find the deleted transport request in SAP development system?

    Hi,
    When you delete the transport request from SE10 , you can not find the request entry from E070 and E071.
    and only local change request are possible to delete from SE10 /SE09
    if you are try to delete the change request with target system then it's gives you the error that request cannot be deleted because it contains locked objects.
    It's not possible to find out the deleted request from SE10.
    regards,
    kaushal

  • How to find the print program for a sap script

    Hey Experts,
    How to find the print program for a sap script (espicially when it is a custom script(Z*))?
    Thanks a ton,

    Thanx Vijay,
    Actually when I searched for the program in both the tables it didnt show up ther.
    But when I did check in the texts of script, I found it.
    Good job.
    Thanks all.
    Vijay, a small doubt.
    But why didn't it show up in those 2 tables when all the print programs for standard scripts show up usually?
    thnx once again.
    Message was edited by: dev a

  • Finding the IDOC

    HI Experts,
    I have IDOC number which is generated in ECC system and its 03 status in the same.
    I am also checked the queues there is no struck up any where.
    Based on the IDOC number how we know the message id in PI system?
    I checked in IDX5 with the IIDOC number but it showing "no messages are passed".
    Help me to find the MESSAGE ID for that particular IDOC.
    Thanks & Records
    Dileep Kumar P

    Hi Dileep,
    The first check point should always be SM58 of ECC System, you can enter the RFC destination name and wide range for date selection to check any stuck entries.
    If nothing is found in the ECC System then in PI System goto IDX5 enter the Idoc number along with the Date range you should get the Message ID.
    NOTE: Important point to check here is, even if you enter the IDOC number in the IDX5 you need to mention the date-time range correctly (i.e. it should include the sent time of IDOC) otherwise you will not get the results.
    Also check your retention period of successful messages in PI System, if messages is older than your retention period then also you won't get any result in IDX5.
    Regards
    Vj

Maybe you are looking for

  • XML over HTTP out of the EJB container

    I need to communicate with a legacy system via XML over HTTP from the EJB layer. I created a custom solution for this on a previous assignment using Castor for the marshaling etc. and standard JDK classes for the opening the HTTP connection, posting

  • Print issue in smart forms

    hi,    when printing the PO (ex: 3 pages) , the requirement is to print (static) 'terms and condition' to the back side of each page.how to do...2) if it is a dynamic data how it is possible.

  • Multiple datasources or one with enhancement?

    Can I simply extract 4 different datasources (each of which contain 5 of the fields I am interested in), and bring the 15 fields to for mapping to my created Infoobjects in BW? Or, is the typical thing to do, is to enhance the structure of one of the

  • Changes in Adjustment Layers in 8

    It seems to me that the use of adjustment layers in version 8 has changed and not to the better.  When working with an adjustment layer, it used to be possible to decide if you liked the effect before accepting the adjustment.  One simply clicked "OK

  • 6233 HELP NEEDED!!.... Email / Multi-Media Messagi...

    Can someone pleeease tell me if/how you can send a picture from the phone to an email address?? It worked like a dream on my old phone (6230i) ??? And failing that.. how on earth do you send an email from this phone?? Thank you