Extraction of unloading point field from R/3 to SUS via IDOC ORDERS05

I am extracting unloading point field from R/3 to SUS via ORDERS05.
R/3 filed is EKKN - ABLAD
IDOC Field is E1EDKA1 - ABLAD
But E1EDKA1 is partner function dependent, as it has different values for different partner functions like E1EDKA1 AG, E1EDKA1 LF, E1EDKA1 WE.
While EKKN - ABLAD is not partner dependent.
Please guide as to how to map these two fields.
Regards,
Parag
9881240969.

Hello, partner functions are :
AG : Requester
LF: Vendor
WE: Delivery address
field ABLAD is for the unloading point so it should be mapped on E1EDKA1 with partner function WE.
Regards, Luciano.

Similar Messages

  • Unloading Point field in a production order

    HI Experts,
    I need to add "unloading point" field from a production order on to COHV report output. This is currently not avaible in COHV, Is there is any way i can add the field. Let me know please. THanks in advance.

    In my system there is no field called "profile". There is the "List" dropdown, and below it "Layout" field.
    Anyway, are you able to generate a report of "Documented goods movements"? The column "Unloading point" is not available in the default report. You have to add this column in the report by clicking on "change layout" button. In the report click on "Std ALV functions on" button - a black arrow pointing to the right among the small icons at the top(if needed). Then select the icon "Change Layout". This icon is right besides the "Export" icon which is used to export data to Spreadsheet.

  • How to get unloading point value from Production order?

    Hi
    Can u tell me how can i get the Unloading Point  value from Production order where the
    Warehouse no,
    Movement Type AND
    Requirement Type F is given
    Kindly send me full select query (Table name-field name).
    Moderator message: please search for available information and try solving things yourself before asking.
    locked by: Thomas Zloch on Sep 24, 2010 9:15 AM

    Try these options.
    Table: AFPO
    Field: ABLAD.
    Table: AUFM
    Field: ABLAD.

  • Extracting Values of a Field from a Database Table in SAP ECC System

    Hi,
    I downloaded Extracting Values of a Field from a Database Table in SAP ECC System Using MII 12.0
    senario from sdn. I'm trying to do that senario in MII 12.05. But I have problem with section 6 in page 7 (you can supply senario from sdn)
    "6- Under the loop of Repeater, use action u2018Rowu2019 to append just the string part of the WA which will display only values for field u2018Batchu2019"
    I did not find WA elemen in Output element of Repeater_0
    How can I create WA element?
    Thanks.

    Cemil,
    Set up a SAP JCo Interface action block.  Use the RFC name RFC_READ_TABLE.
    In the link editor map the table to "MARA", set RowCount to something small (20 is good sample size) and create an xml transaction property named FIELDS and copy the following into it:
    <?xml version="1.0" encoding="UTF-8"?><FIELDS>
          <item>
            <FIELDNAME>MATNR</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
          <item>
            <FIELDNAME>MTART</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
          <item>
            <FIELDNAME>BSTME</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
          <item>
            <FIELDNAME>XCHPF</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
          <item>
            <FIELDNAME>DATAB</FIELDNAME>
            <OFFSET/>
            <LENGTH/>
            <TYPE/>
            <FIELDTEXT/>
          </item>
        </FIELDS>
    Then link the Transaction.FIELDS to SAP_JCo_Interface_0.Request{/RFC_READ_TABLE/TABLES/FIELDS}.  You may run into problems with two other fields and optionally they can be removed (set link type to remove xml).  I usually remove them initially for testing.  The two fields are:
    SAP_JCo_Interface_0.Request{/RFC_READ_TABLE/INPUT/NO_DATA}
    SAP_JCo_Interface_0.Request{/RFC_READ_TABLE/INPUT/DELIMITER} (or you can set this to something like a semicolon,";" or tilda,"~".  I find it easier to caclulate position by length, but that is my own idiosyncrasy.)
    Once you get this one working, we can explore how to do filtering on the dataset.  Your output should be something like this:
    <?xml version="1.0" encoding="utf-8"?>
    <RFC_READ_TABLE>
      <INPUT>
        <DELIMITER />
        <NO_DATA />
        <QUERY_TABLE>MARA</QUERY_TABLE>
        <ROWCOUNT>20</ROWCOUNT>
        <ROWSKIPS>0</ROWSKIPS>
      </INPUT>
      <TABLES>
        <DATA>
          <item>
            <WA>000000000000000023ROH 00000000</WA>
          </item>
          <item>
            <WA>000000000000000038HALB 00000000</WA>
          </item>
          <item>
            <WA>000000000000000043HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000058HIBE 00000000</WA>
          </item>
          <item>
            <WA>000000000000000059HIBE 00000000</WA>
          </item>
          <item>
            <WA>000000000000000068FHMI 00000000</WA>
          </item>
          <item>
            <WA>000000000000000078DIEN 00000000</WA>
          </item>
          <item>
            <WA>000000000000000088FERT 00000000</WA>
          </item>
          <item>
            <WA>000000000000000089FERT 00000000</WA>
          </item>
          <item>
            <WA>000000000000000098HALB 00000000</WA>
          </item>
          <item>
            <WA>000000000000000170NLAG 00000000</WA>
          </item>
          <item>
            <WA>000000000000000178NLAG 00000000</WA>
          </item>
          <item>
            <WA>000000000000000188NLAG 00000000</WA>
          </item>
          <item>
            <WA>000000000000000288HALB 00000000</WA>
          </item>
          <item>
            <WA>000000000000000358HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000359HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000521HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000578FERT 00000000</WA>
          </item>
          <item>
            <WA>000000000000000597HAWA 00000000</WA>
          </item>
          <item>
            <WA>000000000000000598VERP 00000000</WA>
          </item>
        </DATA>
        <FIELDS>
          <item>
            <FIELDNAME>MATNR</FIELDNAME>
            <OFFSET>000000</OFFSET>
            <LENGTH>000018</LENGTH>
            <TYPE>C</TYPE>
            <FIELDTEXT>Material Number</FIELDTEXT>
          </item>
          <item>
            <FIELDNAME>MTART</FIELDNAME>
            <OFFSET>000018</OFFSET>
            <LENGTH>000004</LENGTH>
            <TYPE>C</TYPE>
            <FIELDTEXT>Material Type</FIELDTEXT>
          </item>
          <item>
            <FIELDNAME>BSTME</FIELDNAME>
            <OFFSET>000022</OFFSET>
            <LENGTH>000003</LENGTH>
            <TYPE>C</TYPE>
            <FIELDTEXT>Purchase Order Unit of Measure</FIELDTEXT>
          </item>
          <item>
            <FIELDNAME>XCHPF</FIELDNAME>
            <OFFSET>000025</OFFSET>
            <LENGTH>000001</LENGTH>
            <TYPE>C</TYPE>
            <FIELDTEXT>Batch management requirement indicator</FIELDTEXT>
          </item>
          <item>
            <FIELDNAME>DATAB</FIELDNAME>
            <OFFSET>000026</OFFSET>
            <LENGTH>000008</LENGTH>
            <TYPE>D</TYPE>
            <FIELDTEXT>Valid-From Date</FIELDTEXT>
          </item>
        </FIELDS>
        <OPTIONS />
      </TABLES>
    </RFC_READ_TABLE>
    Add a repeater sourced on:
    SAP_JCo_Interface_0.Response{/RFC_READ_TABLE/TABLES/DATA/item}
    Link your repeater output to a tracer with this:
    Repeater_0.Output{/item/WA}
    What you will see in each tracer message is a single line of data with all the fields contents concatenated together.  You can look up what each field in the string represents by the length of the field as returned in the Response segment of the RFC_READ_TABLE rfc.  Then you can parse out the data you are interested in.
    Give this a try and let me know how you succeeded.
    By the way, I could not find the scenario you referred to.  Can you post a link?
    Regards,
    Mike
    Edited by: Michael Appleby on Jan 12, 2009 5:16 PM

  • Getting shipto customer and unloading point field of PO

    Hi Abapers ,
    Im having a difficulty to find the corresponding fields namely the ship to customer and unloading point  of PO. basically the logic is like this: for example: given the sales doc i can used the table vbpa to get the partner type = SH which is the ship to party then get the customer and unloading point field.
    for SO i can used table vbpa.how about in PO?i need to get the shipto customer and its unloading point field.which field and table will i used?

    Table : EKPA ( Partner Roles in Purchasing )
    Field : PARVW
    Mathews

  • Adding the Unloading Point Field in Goods Issuance Transaction (MB1A)

    Good day,
    Is it possible to activate the unloading point field in the Goods issuance transaction code (MB1A)?
    As per checking, the unloading point field can be used if we will do the good issuance transaction with the use of Reservation Orders (created in MB21)
    Is it possible to make use of this field without using reservation orders?
    Thanks.

    Hello Roberto,
    check transaction OMBW, here you can customize available fields depending on movement type.
    Best Regards, Dirk

  • Unloading Points (KUWEV-ABLAD) on Sales Order Header via BAPI

    Hello all, first day posting on this forum, but I thought I'd answer a question before posting my own.
    We've built a nice .net based solution to entering sales orders into SAP using BAPI's, however I cannot find where we can set the Unloading Point ( field KUWEV-ABLAD) at the header level for a sales order. We're using BAPI_SALESORDER_CREATEFROMDAT2 to create the sales order, and that works fine, but there's nothing in ORDERHEADERIN to set this field.
    I found a field in ORDERPARTNERS, called Unload_Pt , which relates to an ABLAD field, but passing the value to this parameter doesn't seem to work, which makes me think that it's a different unlaoding point.
    Can anyone help me here? Does the parameter not exist? Do I have to extend the BAPI (something I've never done before) or is there a simple method of updating the field directly somehow?
    Any help would be appreciated,
    Thanks
    Matthew

    I've found the answer to this problem, in case anyone comes across this forum when searching in the future.
    the answer WAS to use the UNLOAD_PT field, but (and this should have been obvious) you have to add a line for the Ship-to-Party in the ORDERPARTNER structure, this has the function parameter "WE" (you'll have a line for sold-to "AG" already)
    you can then enter the text of the correct unloading point into the UNLOAD_PT field
    hope this helps
    Matthew

  • How to extract data for these fields from R/3 ?

    Hi frnds,
    My requirement is to extract the following fields which
    are related to MM: Condition type, condition
    value, Bill of lading, Qty in external delivery note,
    Different invoicing party, Invoicing document from R/3 to
    BI. But i found that they are not in any purchasing
    datasources or inventory datasources ( Except different
    invoicing party but the values are not picking up through
    standard extractors ).
    Anyone please tell me are there any standard datasources for extracting these fields ?
    If not, if i want to enhance datasources for these fields
    which datasource do i need to enhance i.e
    2lis_02_itm,2lis_02_scl,2lis_02_s012 or 2lis_03_bf,
    2lis_03_um ?
    Full points will be assigned.
    Regards,
    Bhadri M.

    Hi.......
    I think you have filled the set up table..........and you have replicate the datasource also.......and after replicating you have activated in the BI side........
    Then it should extract the data............
    Are you in BI 7.0...........
    You try one thing...............
    Replicate the datasource again............and then activate the transfer rules using program : RS_TRANSTRU_ACTIVATE_ALL...........
    Also check the selection tab of your Infopackage........may be you are giving some selection.........also check if it is coming till PSA..........if it is coming till PSA.....then check your transformation and DTP.......
    It may help you...........
    Regards,
    Debjani..........
    Edited by: Debjani  Mukherjee on Sep 21, 2008 11:18 AM

  • DTP can Not extract data of date field from PSA to Target DSO

    Hi everyone.
    I enhanced several fields in datasource "2LIS_12_VCITM". that is date field "BLDAT" and another date type fields.
    The data of date type fields are extracted very well from datasource to PSA.
    But only field "BLDAT" among them are NOT extracted from PSA to target DSO.
    Another date type fields is good. but only "BLDAT" field is empty.
    I added "BLDAT" later than another date fields.
    Is that the reason??
    I don't know why.
    Let me know the solution. pls~~~~

    Hi,
    Try deleting and recreating the DTP and loading again.
    This solution refers to note 925941 and should be solved in SPS10.
    Best regards,
    Olav

  • Is it possible to extract the xpath for fields from a XML file

    Hi,
    After all we do the recording to capture the xpath of the fields, so i thought of extracting xpath from a XML file will be a good idea.
    Is there a way to do this?
    Please suggest
    regards
    Suresh

    Yes, there is.  Go to the Tools menu -> Generate XPaths and load in your xml file.  Select the element you are interested in and you will get the XPath to utilise.
    Regards,
    Jamie

  • How to extract the a date field from a text value?

    Hi,
                                      SAMLE TEXT       Date: 06-FEB-14 02:47:07
    I have sample column in flat file like mentioned above, i need to capture only the date from this column. Can anyone please help me on how to extract this date from the column?

    Dear Mohammed Shariff,
    My suggestion is check it in google you can find no.of formulas related to excel.
    Ur's
    Mohan

  • Fields from 2 different Subject Area via inner or outer join

    Hi All
    I have a requirement where I have to pull columns which are available in 2 different Subject Areas.
    For eg. Col1 and Col2 in one SubjectArea1/Report1 and Col2 and Col3(obviously not available in SubjectArea1) in second SubjectArea2/Report2.
    The resultant expected is a single report with Col1, Col2 and Col3.
    SUBJECTAREA1/REPORT1----     SUBJECTAREA2/REPORT2-----------     FINAL REPORT(on Inner/Outer join)     
    col1,col2----------------------------col2,col3-----------------------------------col1,col2,col3
    Please let me know how to achieve this

    Outter Joins are not available within On Demand. Please let me know what Objects you are trying to user here for SubjectArea One and SubjectArea Two?

  • Transferring field "Unloading Point" from ECC to SRM

    Hello Everybody,
    I need to pass the field "Unloading Point" from the ECC side to the SRM side. Currently, SAP doesn't transfer this field when we execute the program BBP_EXTREQ_TRANSFER.
    The field Unloading Point has been enabled in the SRM and is displayed properly for any Shopping Cart created there.
    In order to pass the field, I have explored the BADI - BBP_BADI_EXTREQ_OUT, but there is no field in this BADI which can be used for passing the Unloading Point.
    One solution that I have is to create a custom field in the BADI structure and then move the Unloading Point in this custom field. But then again, a question arises, how will SRM know that this is the Unloading Point field.
    Also, will any of the following BADI's do the trick?
    BBP_CREATE_REQ_BACK
    BBP_TARGET_OBJECTS
    BBP_CREATE_BE_RQ_NEW  
    BBP_GROUP_LOC_PO
    Please let me know if there is any solution for this problem.
    Thanks & Regards,
    Nikhil.

    Hi Disha,
    Thank you for your prompt reply.
    As per your recommendation, I looked at the BADI "BBP_DOC_CHANGE_BADI", but it seems that the BADI is triggered when we order or hold the shopping cart and not when we transfer Purchase Requisitions from ECC.
    Also, I had seen the thread previously, but it wasn't helpful to me.
    I will be just creating the PR in the ECC side, and won't be having any SC in the SRM before I execute the program BBP_EXTREQ_TRANSFER. I want the field Unloading Point to be moved for every PR created whenever the program is executed.
    If I have missed your point somewhere, do correct me.
    Thanks!
    Nikhil.

  • Unloading point is not copied from PR -PO,when i change account assignment

    Hi All,
    unloading point is not copied from PR -PO,when i change account assignment from 'K' to 'F' in PO. unloading point field should be in display for both 'K' & 'F' Account assignment category in SPRO because we r using this field to acknowledge my thirty party planning system.
    Thanks in advance
    Vengal Rao

    Have a look at SAP note <a href="https://service.sap.com/sap/support/notes/734273">734273</a>

  • Shopping cart field unloading point BE_UNLOAD_PT

    Hi,
    I have made the unloading point field active in the shopping cart and want the user to be able to select from a drop down menu of specific unloading points defined, we do not want this to be a free selection fiield. This is so we can transfer this data to the backend in the same formats each time.
    Does anyone know how this could be acheived? We are on SRM 5.0
    I have tried z attribute but I cannot see a way of adding the Z attribute to the field as selctions options.
    Any help gratefully received..
    Thanks
    Andrew

    I have resolved this with a custom field

Maybe you are looking for

  • Updating problems

    when i update my ipod it doesnt work and comes up with this msg: 'songs on the ipod cannot be updated because all of the playlists selected are nolonger in use'.....

  • Alternate sort in interactive report

    Hi, I have several interactive reports where I need to enable sort on a column where the sort order is "custom" (I mean, not alphabetical nor numeric). In other words, I want to display one column, but sort using another one when I select a sort icon

  • Function keys on workitem

    Hi all, I have a User decision step in workflow. when workflow is triggered, I want to provide function keys like 'View remarks' and 'Add remarks' on the workitem display screen so that if user rejects, he can put comments and these comments can be s

  • Lulu Publishing & Adobe PDF Settings

    How do I run an existing PDF through Lulu's Adobe PDF Settings so it complies with their publishing standards? I downloaded their Adobe PDF Settings file: http://connect.lulu.com/t5/Interior-Formatting/PDF-Creation-Settings-How-can-I-be-sure-my- PDF-

  • Issue relating R& D

    Dear SAP Gurus,                   My client is having one R&D center.First they are manufacturing 5 sample with different little different specification in R& D center .These samples will be send  to customer for approval.2 or 3 samples will be rejec