BAPI_SALESORDER_CREATEFROMDAT2  receiving location field

Dear all,
We are creating sales orders using BAPI_SALESORDER_CREATEFROMDAT1 and BAPI_SALESORDER_CREATEFROMDAT2 but we cannot find where to enter "receiving location" data in these BAPIs. Can anyone give us an idea which filed shall we use for it ? Is there any technical document that explains the field instructions abouth these BAPIs ? Thanks in advance.
Rgds.

Dear all thanks for your comments however our problem is not "how to define ship-to-party". Our problem is "how to define receiving point with ship-to-party". For example there is a field named UNLOAD_PT in ORDER_PARTNERS of BAPI_SALESORDER_CREATEFROMDAT1  and the value we populated here directly goes to the "Unloading point" field of the sales order created. Just like this one we are searching for a field in this BAPI for defining "Receiving Point" in the created sales order.
Rgds.

Similar Messages

  • Palm not receiving "location" field from iCal

    Hello,
    I recently bought a Palm Tungsten E2 and have it connected through HotSync Manager and the iSync conduits (I think) to sync my Address Book and iCal data. Everything is pretty much fine except that I realized today the "Location" field that I have filled out in iCal is not being retrieved/sent to my Palm. When I go to an appointment on my Palm and hit "details" there is nothing listed for "location." Thanks for any help solving this issue!
    Aaron

    Welcome to Apple Discussions.
    This has always been, and continues to be, a shortcoming of the iSync Palm Conduit. You can place location information in the Notes field below it, and that information will appear on your handheld organizer as a note appended to the event.
    Or, you can instead opt for the Missing Sync for Palm OS, which does map this information according the schema shown here.

  • BizTalk AS2 receive location (500.0 error) reported by eternal party when trying to reach BizTalk 2010.

    
    Hi There - 
    We are facing AS2 connection problem with one of our customers. Following is scenario.
    Problem Scenario –
    We BizTalk 2010 server with which we are trying to connect one of our customer’s bank for secure communication.
    Our UAT box  has been done with a successful test connection with that bank however when we move to production server, whenever the Bank try to send any simple .txt file via AS2 protocol, we do not receive the file and bank receive an error following
    message .
     <div><fieldset>   <h2>500
    - Internal server error.</h2> 
      <h3>There is a problem with the resource you are looking for, and it cannot be displayed.</h3> 
    Bank has AS2 setup on following environment.
    AS2 Software Used
    Connect Enterprise
    AS2 Software Provider
    Sterling Commerce  (IBM Mail Slot)
    Platform on which AS2 Software is installed
    AIX
    I have compared the UAT and Production servers AS2 receive URL configurations and these are completely alike.
    Whenever I try browsing the virtual directory setup for AS2 from IIS 7.0 or from
    internet explorer with hostname and virtual directory, I get 500.0 internal error which following post says is absolutely fine, this should not be a problem.
    XXXXXXX
    I have setup the IIS Log trace. Following are the traces from IIS. 
    Action Performed to resolve the issue.
    Compared the UAT and Production server settings both are alike.
     Setup the AS2 receive with reference of following URL .
    http://msdn.microsoft.com/en-us/library/bb727975.aspx
    http://biztalk-dish.blogspot.com.au/2012/07/guidance-on-edi-over-as2-in-biztalk.html
    http://www.biztalkbill.com/Home/tabid/40/EntryId/66/Configuring-BTSHTTPReceive-dll-to-work-on-IIS-7.aspx
    Installed the party certificates by referring following URL
    http://msdn.microsoft.com/en-us/library/aa559902.aspx#step5
    App Pool a/c and (Isolated and Inproc) host a/c and the receive pipline host a/c are same and certificates has been installed by loggin to server with same account .
    Firewall ports are open to accept the traffic, I have to log from network team.
    I tried following URL.
    http://go4answers.webhost4life.com/Example/http-receive-url-without-78425.aspx  (I have suffix the DLL name to the URL which party has to reach.
    Example - http://XXXXXXX/EDIIN/BTSHTTPReceive.dll
    http://hostname/virutalDirectory/BTSDLL
    I have tried resolving 403/ 405 error which sometimes reported in my IIS error log, which generally arrive after reset of IIS 7.0
    Using URL -        
    http://go4answers.webhost4life.com/Example/btshttpreceivedll-405-error-57131.aspx
    http://biztalk-diary.blogspot.com.au/2010/05/btshttpreceive-error-405-method-not.html
    IIS errors has been referenced using following Url
    http://support.microsoft.com/kb/943891/en-us
    following are the error logs from IIS 7.0 log file, whenever party sends any message to our server.
    2013-12-14 19:02:59 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 9812
    2013-12-14 19:03:48 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 343
    2013-12-14 19:04:48 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 406
    Sometimes I find following entries though
    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
    2013-12-14 20:10:55 ::1 GET /EDIIN - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E)
    301 0 0 453
    2013-12-14 20:10:55 ::1 GET /EDIIN/ - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E)
    500 0 193 15
    Any advice will be a great help.
    Please Note: We have setup other virtual directories for receive HTTP connection using (BTSHTTPReceive.dll) file and these connections has been setup using same user account and are working perfectly fine.
    I repeat,
    >>           I have compared all the configurations for AS2 receive location with other setup on Production for other customers ( this is similar)
    >>           I have cross checked the setting with UAT box where connection with this Bank is working absolutely fine but in production it is NOT and configurations are similar.

    Hi,
    It maybe windows firewall issue. you can try create a Windows Firewall exception if
    Windows Firewall is running on your server. And please refer the blog about 500 error in iis which might helpful:
    http://support.microsoft.com/kb/942031/en-us
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • REM Prod Version: How to hide/disable Storage Location fields

    Hi,
    We are using REM.
    For Issue storage locations, we are maitaining str location in BOM/MRP2 View.
    For Receving Str locatiom, we are maitaining str location in MRP2 View.
    Similarly, for REM assemblies, system provides str locations fields in Production Version.
    Requst to guide on following points:
    1. What is the application and priority of Strorage locations in Prod Version (PV)?
    2. Can the Str locations in PV be hidden/disabled?
    Regards
    Nitin

    Hi NITIN,
    <b>For receiving storage location of finished goods in REM system gives priority for selecting stor loc as below.</b>
    Production version (Rec.stor.loc) -> MRP view (prod stoarge loc)
    <b>For issue storage location of components  in REM system gives priority for selecting stor loc  as below.</b>
    BOM (issue storage loc) --> MRP view (prod stoarge loc)  -->Production version (Rec.stor.loc)
    why do u want disable the storage loc at production version.
    please close reward and close or else come back for more doubt

  • Storage location field missing while doing GR with PO number

    When I receive goods from a PO, the storage location field missing from MIGO with 101. Material been extended with storage location and entered in PO. But sloc field totally greying out while I receive goods with PO.
    I tried other way to receive goods , but storage location disappears when I save it.
    MMBE shows stock as on order before reciept , after  I post goods, material document created but stock disappears. Not even in the plant.
    Can anyone help , please?

    <i>The following from other message thread solved my problem....</i>
    Stephen Birchall  
    Posts: 1,095
    Questions: 1
    Registered: 3/27/07
    Forum points: 1,566 
       Re: Material Classifications and Purchasing cycle  
    Posted: Apr 23, 2007 9:26 AM    in response to: Dushyant C Koth...       Reply      E-mail this post 
    Hi,
    You create the material in MM01 and select the non-valuated stock material type.
    When you create a PO for this material the system will ask you to enter an account assignment category (such as K for cost centre etc.) Indicate the GL etc that you want the costs to be posted to (Stationery, office supploes etc.).
    When the items are received, post the GR as normal (with MIGO). At GR the total value of the items will be posted to the correct financial accounts and the stock quantities will be updated.
    Then when you have consumed anything you post a goods issue (MB1A or MIGO) and this does not post anything to the financial accounts (it was all posted at GR) but it does reduce the stock figures.
    This process is ideal for ANY low value / high volume items, because the stock is managed correctly but you do not have many hundreds of tiny financial posting as each low value item is consumed.
    Steve B

  • Multiple Receive location but Single Instance of Orchestration

    Hi,
    I have only one Receive Port (POP3 adapter) and multiple receive locations configured to different email IDs.
    ReceivePort1
    - Receive location1 - [email protected]
    - Receive location2 - [email protected]
    - Receive location3 - [email protected]
    If I send a mail with more than 1 recipient then that many orchestration instance is being generated.
    If I send a email where 'To' field has all three email Id also, always orchestration should instantiated only once. If I make my Orchestration as Singleton, does it help?
    Regards,
    Lakshmi

    Hi Laxme,
    Ask the team which manages the mailboxes to create a rule for these different emailIDs. The rule should route the mails (which you want to process in BizTalk, so you can have filter) to these email ID/ mailboxes to another email ID/mailbox something like
    [email protected]
    Then create a Receive port and Receive Location to receive emails from
    [email protected] In the port’s inbound map, apply map to convert the incoming message to the different mailbox to an canonical (common) schema
    Create a orchestration to receive message of type of the canonical (common) schema
    Define correlation set and types and in the correlation properties we will use the “BTS.ReceivePortName” property. This will enable you to have the convoy configured on all the messages arriving on a particular receive port. And define a singleton orchestration,
    if you want to have one instance of the orchestration created. Since you will have one mailbox to receive messages you can process the message in your orchestration even without the singleton orchestration depending on your actual processing requirements.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Unable to pick up the file from Receive Location

    BizTalk is  unable to pick up the files from receive location.
    My admin console is working so slow.
    It is showing the problem of snap-in as follows:
    I have checked all my receive location and its masking,it is working fine.
    Actually it is working fine in dev server(snap-in problem is not occuring in dev server ) but when I import MSI and binding in UAT server.
    It is not picking up the file from receive location.
    I want to know one more thing :if my message box database is not working fine,will it receive the files from receive location.
    Prakash

    For files not received by receive location. If the Receive Location is still enabled but files are not processed by Receive Location, then check whether the host instance  configured with your receive location is running. If the host instance is in
    running state, restart the host instance and try.
    Regarding the error in the admin console as shown in the image, people started to see this issue with admin console from BizTalk 2009 onwards. This happens in cases like you have done some activity with console and before its been refreshed it you do more
    activities like expanding the node you will see this error. Sometimes WMI is bit slowly to refresh your admin console screen. Just wait for few seconds untill the WMI screen is rendered completely. Ensure you have all the cumulative updates installed for your
    version of BizTalk and also ensure the service pack for your OS is updated.
    Obviously if message box is not working, files will not be received/processed. But if message box is not in healthy state this would affect all other application not just one and in-fact it would affect entire BizTalk not just Receive Locations.
    To start analysing this file not been processed by Receive Location, start with checking the host instance as mentioned.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • MB5B - Stock on posting date doesn't show Storage Location field

    Hi All,
    I run report MB5B - Stock on posting date with Stock Types = Storage Loc/Batch Stock, but the report doesn't show
    Storage Location field in result.
    How can I see it in this report?
    Thank you very much for your kind support!
    Cao Huy.

    hi
    what i think i sthis report is only for the OPENINGand CLOSING stock for the period or day
    now whenu give SL field then system will only concider stock from that SL
    the filed of SL will not be viewable in report as it is just opening and closing balance
    regards
    kunal

  • ICal bug: cannot copy/paste into location field of exchange 2007 calendar

    when you copy text from any application (cmd C) and then try to paste it into de location field of a new or existing appointment of a calendar synchronizing with an exchange 2007 account in iCal 4.0, then .... well nothing happens. You can paste it in a subject or a notes field but not in de location field.

    My experience as well (hooked into google calendar), and a frustrating one. I assume this is related in some way to the "yellow exclamation point in edit mode - can only select entire block"? I see that normal "on my mac" calendar locations don't have the yellow exclamation point, and I can select any portion of the text. What's up with this? Is iCal suggesting that google's "Where" field is incompatible somehow? Yet there seems to be no trouble exchanging data between the two...
    Message was edited by: johnshifflett

  • How to get application name from a receive location?

    Hi all,
    I am trying to do a custom error application, and I want to notify system admin users that "the receive port XXXX has stopped in application YYYYYY".
    Right now I do know which receive location that is being suspended. But I am not being able to get the application name, associated to this receive location (I can also get the ReceivePort, if it matters).
    I've tried 2 ways:
    > using WMI
    > Using SQL (direct query in BizTalk databases - for testing).
    I did not found any solution, even search table by table, i did not found a relation between Applications and receive location..
    Anyone? 
    Thanks in advance
    Ricardo Bessa

    The following SQL query should give you a result of every disabled receive location as well as it's receive port and application:
    SELECT
    RL.Name AS ReceiveLocationName
    , RP.nvcName AS ReceivePortName
    , APP.nvcName As Application
    FROM [BizTalkMgmtDb].[dbo].[adm_ReceiveLocation] AS RL WITH(NOLOCK)
    INNER JOIN [BizTalkMgmtDb].[dbo].[bts_receiveport] AS RP WITH(NOLOCK)
    ON RL.ReceivePortId = RP.nID
    INNER JOIN [BizTalkMgmtDb].[dbo].[bts_application] AS APP WITH(NOLOCK)
    ON RP.nApplicationID = APP.nID
    WHERE
    RL.[Disabled] = -1
    ORDER BY Application ASC
    Christian @ IntegrationAdmin.com

  • Change of Search help for location field in report incident

    Hi All,
             i have added new fields Region,BSA in the report incident form .here based on the region entered in the search help the corresponding bsa have to be displayed in the search help of BSA .these are achieved customising  the search help exit FM    EHFND_SHLP_EXIT_F4_BOBF_QUERY.
    similarly based on the BSA entered in the BSA field Location field search help should filter the values and display .the isues here are
    1. the location field and search help attached are standard and they are being used in many instances .
    2.when i click on the f4 help the control doesnt stop any where in the feeder class CL_EHHSS_INC_Q_LOC_UI_FRM of the form  though i put the breakpoints .ie the event on enter locid is not getting triggered.
    my question is where can i write the code to filter the values being displayed in the location search help.
    Thanks&Regards
    Luxmi

    Hi Luxmi,
    Dictionary-based search helps are triggered from directly within the WDA layer. Therefore, there is no callback from the FPM event loop. The filter would need to be implemented as an implicit enhancement of the aforementioned search help exit function.
    Thanks,
    James

  • File transport does not have read/write privileges for receive location???

    Hi all.
    I try to read an EDI-file from a file location.
    In configured the receive location but when I enable it I get an error message in the log saying:
    File transport does not have read/write privileges for receive location "Location"  (Event ID: 7183)
    The location is correct (I used the browse option) and the folder is shared with all users (full access for everybody).
    How can I get rid of this error

    There can be many reasons for this error. First of all try the KB article http://support.microsoft.com/kb/888498 . Then try the solution on this link http://bluebiztalk.blogspot.com/2008/05/file-transport-does-not-have-readwrite.htmlAbdul Rafay
    http://abdulrafaysbiztalk.wordpress.com/
    Please mark this as answer if it helps

  • How can i add STORAGE LOCATION field which is not...............

    hi,
    sap gurus,
    good morning to all,
    how can i add STORAGE LOCATION field which is not in the standard tables namely
    KOMP, KOMK, and KOMG.
    how to include it in our FIELDS FROM FIELD CATALOGUE.
    if we include this field is there any impact on the standard tables.
    plz let me know this.
    bcz
    we are selling our products in two ways
    (1). one is straight from factory ie direct sales from factory
    if customer asks for excise invoice then we will sell thru factory and keeping freight in mind we will
    deliver him which ever is economical either rail or road.
    before coming to second case of selling the goods
    we will do STOCK TRANSPORT ORDER from plant to different storage locations.
    if we did STO thru road we have to sell the goods thru road only.
    if we did STO thru rail we have to sell the goods thru rail route only.
    (2). if the customer is not asking any excise invoice then we will send the goods thru depo/storage
    location which is not registered under excise.
    if the goods came by road then it will be delivered by road only.
    if the goods came by rail then it will be delivered by rail only.
    my logic here is
    basing on the
    storage location, transportation types, and distance i want to create condition record
    that captures exact frieght at the sales order level.
    confirm whether i am right or wrong.
    regards,
    balaji.t
    09990019711.

    Hi,
    It is not recommended to add new fields to any SAP standard tables. It disturbs the whole SAP functionality.
    But if you have no choice expcept to change the standard tables to meet your requirement -  then you need an access key to modify the object, which is available from the market place.
    Nevertheless, the better option is to create a 'Z' table with the required fields and use that accordingly.
    Changing standard tables will have serious impact when you apply patches or do an upgrade on the existing functionality.
    REWARD POINTS IF HELPFUL
    Regards
    Sai

  • Location field in Incoming Payment

    Hi All,
    My client requirement is that they want to have Location in the Incoming payment window but in that its not possible to get that. I can map that through UDF but this does not solve my problem as through UDF i can give it for storing the information as far as reporting i concerned i cant get it. So please help me out. Thanks is advance.
    With best regards,
    Murtuza Ahmed.

    Hi
    Can you please explain what does location field mean and where it is defined . Location is usually used in Item master data as UDF to work as a bin location .I don't think so your client want to see where item is located in incoming payment.
    If you can define Location,probably can help to find your solution .
    Thank you
    Bishal

  • Processing Multiple Files for more than 100 Receive Location - File Size - 25 MB each file, file type DML

    Hi Everybody
    Please suggest.
    For one of our BizTalk interface, we have around 120 receive locations.  We are just moving (*.dml) files from the source to destination without doing any processing.  
    We receive lots of files in different receive locations and in few cases the file size will be around 25 MB and so while moving these large files, the CPU usage is varying between 10% to 90+% and the time consuming for this single huge file is around
    10 to 20 minutes.  This solution was already in place and was designed by the previous vendor for moving the files to their clients.  Each client has 2 receive locations and they have around 60 clients.  Is there any best solution for implementing
    this with in BizTalk or outside BizTalk? Please suggest.
    I am also looking for how to control the number of files which gets picked from the BizTalk receive location.  For example, If we have say 1000 files in receive location and we want to pick at a time only 50 files only (batch of 50) then is it possible?
    because currently it is picking all the files available in source location, and one of the process is dropping thousands of files in to the source location, so we want to control  the number of files getting picked (or even if we can control to pick the
    number of KBs).  Please guide us on how we can control the number of files.

    Hi Rajeev,
    25 MB per file, 1000 files. Certainly you got to revisit the reason for choosing BizTalk.
    “the time consuming for this single huge file is around 10 to 20 minutes”
     - This is a problem.
    You could consider other file transfer options like XCopy or RobotCopy etc if you want to transfer to another local/shared drive. Or you can consider using SSIS
    which does comes with many adapters to send to destination system depending on their destination transfer protocol.
    But in your case, you have some of the advantages that you get with BizTalk. For your scenario, you have more source systems (more Receive locations), with BizTalk
    it’s always easier to manage these configurations, you can easily enable and disable them when a need arise. You can easily configure tracking; configure host instances based on load etc. So you can consider following design for your requirement. This design
    would suit you well since you’re not processing the message and just pass it through from source to destination:
    Use a custom pipeline component in the Receive Locations which receives the large file.
    Stores the received file into disk and creates a small XML metadata message that contains the information about where the large file is stored.
    The small XML message is then published into the
    message box db
    instead of the large file. Let the metadata file also contain the same context properties as the received file.
    In the send port, use another custom pipeline component that process the metadata xml file, retrieve the location of the disk where the file is stored, access the file and send it to destination.
    Read the following article on this design..
    http://www.codeproject.com/Articles/180333/Transfer-Large-Files-using-BizTalk-Send-Side
    This way you don’t need to publish the whole message into message box DB which would considerably reduce the processing time and utilises host instance to process
    more files. This way you can still get the advantages of BizTalk and still process large files.
    And regarding your question of restricting the Receive location to handles the number of files from receives location. No it’s not possible.
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Maybe you are looking for

  • How do i move all layers at once in my GIF

    hi, I have recently switched to adobe fireworks, and its really confusing to me. I was wondering how to move all layers at one time in my animated GIF. I like moving each frame individually and it is taking a LONG long long time! In image ready, it w

  • Saving out .tiff to .jpeg using "Save As"

    Hi peoples, I hope you can help me with this saving out issue i have, If i open a .tiff from lightroom into photoshop cs6 with LR adjustments, I click "save as" .JPEG in a new location, I am now editing the .jpeg and not the tiff. Yet if I open the s

  • Why has bingbar been took off it had my home page and few other things I used

    I had the Bingbar add on and it has disappeared??? It had shortcuts like my home page and print, copy and a few others please help Lin

  • Event handling for closing a browser window on portal in web dynpro abap

    Hi, I am new to portal as well as web dynpro. Is it possible to handle portal events in web dynpro abap? My requirement is whenever a browser window is closed on portal, if any new system messge has been added I want to display them in a pop-up. I ch

  • Help reqd on no ranges issue for SD

    Hi experts, After i have loaded my customer master datas(xd01) thru lsmw,im facing a problem in the current number ranges issue...i've uploaded of 1000 records of no range started from 10000 to 11000...but in XDN1(tcode)...it shows the current number