Multiple Picking location for a Shipping point

Hi,
Is it possible to assign mutiple picking location against a shipping point in one plant.
Currently we can assign only one storage location as picking location against a shipping point in the below bath
SPRO->LE->Shipping->Picking->Determine picking location->Assign picking location
I have mutiple storage location for a single shipping point. I want  system to check any one of the storage location while creating delivery for that particular shipping point.
Eg:
Plant P1 have storage locations S1,S2,S3,S4 & shipping Point SH1,SH2.
System has to determine picking location as S1 or S2 for shippint point SH1.
Is it possible to control this by any userexit or anyother way?
This has to be applicable for STO/PO also.
Thanks

Hello,
there is user-exit:
"Determinations in the Delivery
You can use the following enhancements to control determination of the organizational units that control the picking or putaway process of deliveries:
Enhancement Function influenced
V02V0002 Storage location determination
V02V0003 Gate and staging zone determination (Header)
V02V0004 Staging zone determination (item)"
SPRO: Logistics Execution>Shipping>System Modifications-->Previous User Exits in Shipping
Line: -
You can also use Business Add-In for Delivery Processing:
Business Add-In for Delivery Processing
Use
Application component: LE-SHP-DL
You can use the Business Add-In LE_SHP_DELIVERY_PROC to influence processing of delivery data, during creation and changing of deliveries at specific points described in the interface. The BAdI methods enable you to read, write, determine, delete, and save your own delivery-related data, and to change the standard delivery data.
SPRO: Logistics Execution>Shipping>System Modifications-->Business Add-Ins in Shipping
-->Business Add-In for Delivery Processing
Andrzej

Similar Messages

  • How to trun off batch determination for certain shipping points ?

    During Delivery Notes creation we would like to turn off the batch determination on basis of certail shipping points. can some please guide what is the best way to do it. We do not want it turned off for all the shipping points but for a special ones.
    The idea is when we create Delivey for certain shipping point we do not need to fill in the batch code and yets save, pick confim, goods issue during delivery creation process....
    we have sepcial shipping points for consignment process and for them we need to skip the batch determination......
    Thanks in advance
    Rajey

    I don;t think you  can control based on shipping point because batch creation is controlled at movement type level

  • Invoice Splitting - for some shipping points and not others

    Dear Gurus, I have a requirement where for some shipping points I need to be able to split an invoice on sales order (i.e. a separate invoice for each customer order) and for other shipping points I require a single invoice for multiple customer sales orders.  Using the copy control rules for LF to F2, I have set the Refence Number to B but this does not achieve what I want.  Would it be possible to achieve this via a copy requirements routine and by setting the values in VBRK-ZUKI?  Do I just copy the standard 003 routine and apply my changes here?  If yes, where do I insert the code - the top or bottom?  Regards

    In VOFM, first of all "Copying requirements" are used when we want to stop creating a target document from a source document or to prevent certain items from copying to target document under certain conditions. Copying requirements can't be used to do invoice split.
    Data transfer routines are the ones that allow invoice split (in addition to allowing copying fields from source to target). Although "copying requirements" is a loosely used terminology, it is important we make distinction between copying requirements and data transfer routines as both are different and perform different functions.
    SAP uses field VBRK-ZUKRI (a 40 character field) to store the combination of field values that are used as basis of invoice split. Invoice split happens if any of the fields stored in VBRK-ZUKRI differ across orders/deliveries (or their items) from which invoices are created.
    We assign VBRK-ZUKRI during item copy control in data transfer routines. The fields are simply concatenated and assigned to VBRK-ZUKRI.
    in VOFM, "Data transfer" routine 003 for Billing documents for example splits the invoice for each reference document, as shown by code below
    Include FV60C003
    *       For each reference document an invoice is created
    FORM DATEN_KOPIEREN_003.
      DATA: BEGIN OF ZUK,
              MODUL(3) VALUE '003',
              VTWEG LIKE VBAK-VTWEG,
              SPART LIKE VBAK-SPART,
              VGBEL LIKE VBRP-VGBEL,
            END OF ZUK.
      ZUK-VTWEG = VBAK-VTWEG.
      ZUK-SPART = VBAK-SPART.
      IF KURGV-PERFK = SPACE.
        ZUK-VGBEL = VBRP-VGBEL.
      ENDIF.
      VBRK-ZUKRI = ZUK.
    ENDFORM.
    In the above coding we are concatenating VBAK-VTWEG (Distr channel), VBAK-SPART (Division), VBRP-VGBEL (Reference Order from billing item) as the criteria for invoice split. So if any of these field differ then it will cause a split. So basically we are creating one invoice for all items that reference a single order
    So what you need to do for your requirement, is to copy the logic of data transfer routine 003 in VOFM to your own custom 9XX routine and make the assignment to ZUK / VBRK-ZUKRI only when shipping point (LIKP-VSTEL) is not equal to certain values that you don't want split to happen. It is better to maintain those shipping points in a custom table and make the check on the table rather than hard coding, so that in future it is easy to add more shipping points or remove existing ones if needed.
    Also remember to assign the new data transfer routine number 9XX to all relevant item categories in VTFL for your target billing type and reference delivery type

  • Multiple Sales locations for a Business Partner

    I need to have multiple sales locations for the same Business Partner, is it possible within SAP Business one?
    The Business Partner have several locations of sales and we need to delivers & have a service level with that locations.
    Thanks for help,

    Thanks for your reply.
    I need the have each LOS ( Location of sale or location of delivery) of Business Partner because we will deliver items for the LOS and not for BP.
    As we also need to control (serial numbers) items & services ( field management) I also need to have the LOS as BP.
    As example:
    BP name AAA have 30 LOS.
    BP AAA bought 2000 items.
    BP AAA ask us to old theses items in warehouse.
    BP AAA request to delivery a x quantity in LOS 1, 2,3,4,...
    The invoice went to BP AAA, but the deliveries will be to each LOS of BP AAA.
    As I said we need to have the field services working side-by-side with serials numbers and services for each LOS of our BP AAA.
    So, we have subcustomers from big customer BP AAA.
    Do we have any way of having all subcustomers(LOS) as BP, along with the real customer AAA?
    Thanks in advance,

  • No transfer order created via VL10A for certain shipping point

    No transfer order created automatically via VL10A for a certain shipping point.
    For Shipping Point E004 the TO is automatically created in VL10A, but for Shipping Point E070 it's not automatically created.
    Could you kindly let me know why TO is not automatically created by Tcd VL10A?

    Automatic TO creation depends the warehouse number or movement type. Can you check the warehouse number for both shipping points?
    Regards,

  • How could I config a Delivery Notes for a shipping point ?

    Hi Experts!
    I need to config a new delivery notes especially to tie a shipping point and a revenue channel...do you know how to proceed??
    Actually, my client already have a delivery note for a shipping point and a revenue channel, but now I need to create another type of delivery note with other number range for a different shipping point and revenue channel...
    I do not know the path in spro neither if I need to use a Tcode transaction....
    Please let

    the path is for creating new delivery types which can be processed thru txn vl01n, vl10b etc. when you want different delivery types to handle differnt sales document types.to deal with say free samples exports sales from depots etc differently.
    you must be meaning the output from vl03 , is it?

  • Pick Pack time in shipping point.

    Hi Gurus,
    I would like to have a clear understanding on the Pick Pack time / Loading time in Shipping point Configuration.
    1. I have configured shipping point with factory calendar assigned to it.
    2. I have given the pick pack time in the shipping point config.
    Now the question is, i'm able to give fraction values also here , say 2.5 days for pick pack time,.
    what does this mean? how do i infer.
    Please provide clarity.
    I do not want details on how the dates are determined in Sale order w.r.t to this details, instead more clarity on how days will be taken if fractional values are given in days and not in hours.
    Regards,
    Basha.

    System will consider decimal based on factory calender and work times fields
    If work times are defined, lead times can be set in hours/minutes and applied to the work times.
    The following priorities are used for scheduling:
    Factory calendar and work times maintained
    The lead times are used in hours / minutes work time. Here, both the work days defined in the calendar as well as the work times on the individual weekdays (Monday through Sunday) are taken into consideration.
    Additionally maintained lead times in calendar days are possibly not taken into consideration if the lead times are not maintained in hours/minutes. The work time would then be zero from the schedulung view.
    Factory calendar maintained
    The work times in calendar days are used and the workdays defined in the calendar are included. From the scheduling view, each day has 24 hours (in contrast to the lead time in hours/minutes where the work times are taken into consideration).
    Additionally maintained lead times in hours/minutes are possibly not taken into consideration if the lead times in calendar days are not maintained. The work time would then be zero from the scheduling view.
    No factory calendar maintained
    As above, the system calculates only using calendar days, and work-free days, such as weekends or public holidays, are not taken into consideration
    Thanks
    Chidambaram

  • Multiple storage locations for single material - ECC 6.0

    Hi
    Can anyone let me know, how one can map multiple storage loctions for single material?
    regards
    Sanjay

    hello,
    Go to SPRO --> IMG --> Materials Management --> Inventory Management and Physical Inventory --> Plant Parameters.
    Tick Create storage locations automatically. System will extend the material to the storage location maintained in the transaction.
    Nikhil

  • Multiple Backup Locations for Multiple Lightroom Databases

    I currently work with two lightroom databases but when I back up the databases, the backups get stored in the same Lightroom Backups folder. The two backups are stored in separate sub-folders but the actual database files have the same name. Thus, the only way to know which backup is for which database if to note the times that the backups were created and use this to determine which backup applies to which database.
    It would seem like the actual backup files could be named as per the associated database or the backup location could be specified for each database so that there is less chance for a mistake if a database needs to be restored.
    Thanks in advance,
    Dave Mayfield

    Thanks for your reply.
    I need the have each LOS ( Location of sale or location of delivery) of Business Partner because we will deliver items for the LOS and not for BP.
    As we also need to control (serial numbers) items & services ( field management) I also need to have the LOS as BP.
    As example:
    BP name AAA have 30 LOS.
    BP AAA bought 2000 items.
    BP AAA ask us to old theses items in warehouse.
    BP AAA request to delivery a x quantity in LOS 1, 2,3,4,...
    The invoice went to BP AAA, but the deliveries will be to each LOS of BP AAA.
    As I said we need to have the field services working side-by-side with serials numbers and services for each LOS of our BP AAA.
    So, we have subcustomers from big customer BP AAA.
    Do we have any way of having all subcustomers(LOS) as BP, along with the real customer AAA?
    Thanks in advance,

  • Setting up multiple FTP locations for scheduled reports

    I have tried to set up a new Crystal Report that would FTP the report to port 2033.
    I set up 5 new Job servers with the new FTP data, each time I schedule the report it auto reverts back to port 21, I have checked the requested server and the server is set to 1 on the new servers that is set to port 2033.
    I continue to receive a failure with a error of
    Title:      BCS FollettEDI
    Document Type:      Text
    Status      Failed
    External Destination:      FTP the instance with the filename: "" to the folder: "./DropOff" on host: "edigis.follett.com " .
    Owner:      Administrator
    Server Used:      DRISQL.JobServerFollettEDI
    PID:      5364
    Folder Path:      User Folders/Administrator/BCS/Follett - EDI/
    Remote Instance:      No
    Creation Time:      5/24/2011 12:27 PM
    Expiry:      5/24/2021 12:27 PM
    Start Time:      5/24/2011 12:27 PM
    End Time:      5/24/2011 12:27 PM
    Printer:      None
    Formats:      Text
    Parameters:      No Parameters
    Error Message:      connection error. [CrystalEnterprise.Ftp]: [unknown error!]
    If anyone could help, PLEASE and THANK YOU
    Craig Spehar

    You could define one separate reports-server for each user, and configure the path for it in the reportsserver's conf-file. In the formsweb.cfg, point to a different env-file for each user, in that env-file, place thename of the users reports-server. retrieve it using TOOL_ENV.GETVAR and use it in the call of your report.

  • Multiple Shipping Point in One Plant

    Hello.
    How to decide if we create another shipping point or not.
    We have two warehouses, located far from each other.
    The design is to have just one plant, and create two storage locations.
    Should I make two shipping points for each warehouse and assign to just one plant?
    Share you ideas...
    Thank you,

    Dear Deriada Gemma 
    Shipping point requirement is based on physical locations from which shipment is done, in case you are using Logistic execution then based on shipping point shippings will be done.
    If you have two wh and want to create seperate deliveries for both wh use two seperate shipping points
    you can automatically determine based on plant, loading group and shipping condtion.
    from help you will find few other reason for which seperate shipping point decision can be made
    list list, printing ...etc
    Define, copy, delete, check shipping point                                                                               
    In this step, you define the shipping points in your company or edit              
        shipping points that already exist. In order to adapt the functional              
        scope of a shipping point to the organization in your company, you                
        should process the following check list:                                                                               
    o   The shipping point is the top level in the organization for                   
            shipping.                                                                               
    o   A shipping point can be allocated to several plants.                                                                               
    o   A shipping point can be divided into several loading points.                                                                               
    o   A delivery is always initiated from exactly one shipping point.               
            Thus, all items of a delivery belong to one shipping point. Groups            
            of deliveries also belong to exactly one shipping point.                                                                               
    o   You can influence delivery scheduling via allocation to departure             
            zones.                                                                               
    o   The shipping point can be proposed automatically during order                 
            processing depending on the plant, loading group and shipping                 
            condition.                                                                               
    o   A shipping point has an address.                                                                               
    o   The shipping point is used as a selection criterion for lists of              
            deliveries and the work list deliveries.                                                                               
    o   The shipping point is used as a selection criterion for processing            
            deliveries like printing, picking or goods issue.                                                                               
    o   You can determine the printer destination for messages differently            
            for every shipping point on account of shipping documents.                                                                               
    Regards
    Jitesh

  • Shipping Point Determination for Sub contracting Process

    Dear Experts,
    While processing the GR for a Sub Contract Purchase Order, we are getting an Error  'VL 100 - Shipping Point XXX doesn't exists'
    However, I am not understanding where from this Shipping point is picked.
    Checked the Shipping point determination based on Loading Grp, Shipping conditions & Plant. But that is a different shipping point, and it is being picked while processing the outbound delivery for sending components thru 541 Movement.
    It is clear that the Shipping point XXXX is not existing, but not sure, as where from that Shipping point is being determined while doing GR
    Request for your inputs please
    Thank you,
    Best Regards,
    Ramakrishna Mangena

    Hi Ramakrishna ,
    What u earlier said is perfectly right : Shipping point determination based on Loading Grp, Shipping conditions & Plant
    Check the following :
    Are u posting GR through VL31N .
    If yes, just check the receiving pt entered in Header Data - Shipment Tab.
    Regards
    Ramesh Ch

  • Shipping point for OBD in ME2O for subcontracting PO

    Hi all,
    While creating delivery for subcontracting PO in ME2O ,getting error message " Essential transfer parameters are missing ".
    And for this shipping point it not there,not able to maintain it manually also since it is gray.
    Please advice what is the conditions for automatically picking the shipping point in ME2O - outbound delivery and even after maintainance what may be the reason for not picking automatically in OBD.
    Note :In my case shipping point assigned to plant and shipping condition maintained for that.
    Thanks
    Regards,
    Dhina.

    Hi
      Have u maintained delivery type LB for plant , IN SPRO-PO-SET UP Subcontract Order
    Thanks
    Saurava

  • Shipping point in STO defined upon storage location

    Hello, all
    On stock transport order I want to set up shipping point in a way that it is determined regarding to storage location I have entered in header of STO.
    Storage location is saved in field EKKO-ZZLGORT (tab Customer data). Now I need solution how to determine or overwrite shipping point when entering items.
    For example:
    . if storage location is 100, shipping point should be AAAA
    . if storage location is 200, shipping point should be BBBB
    I know that shipping point is determined according to combination of Plant-Shipping conditions-Loading group. And it works this way now.
    Is it possible to do this via customizing ? If user-exit is needed please specify which and what must be modified. I'm not a programmer but I know business process. Will get help of programmer if needed.
    I'm looking for this solution because I want to prevent that VL10b puts Stock transport orders with different storage location in header on same delivery.
    Thanx in advance,
    RJ

    Hi,
    You should be able to use METHOD if_ex_me_process_po_cust~process_item to change the shipping point. We've created a customer table in which we've set the corresponding plant, SLOC and shipping point combination which is read during execution of the BADI.
    You can also use METHOD if_ex_le_shp_delivery_proc~save_document_prepare for changing the shipping point in the delivery.
    We've used above for return items. We're on 6.0 as well and for all non return items, standard customizing is available, but not for returns.
    Hope this helps.
    MdZ

  • Output type for Delivery note missing for shipping point

    Hi all,
       I have a plant setup to email delivery note which uses shipping point SGUS.  Condition record is setup for this shipping point using Del Typ/Shipping Point /Plant.  This uses the communication stragery ZINT.
    The email works well for this shipping point.  However, when delivery cannot be email using shipping point CHAL.  I guess this plant has 2 shipping points (sgus and chal).
    When delivery is created, output type for email is missing.   I already created condition rec
    for LF/CHAL/plant 121.  Still not working.
    Can anyone pls provide any suggestions ASAP ?
    Thanks
    Joyce

    Hi MdZ,
       I looked at the analysis output.  ZD04 output is what i am after.  Don't understand the followings:
    Q1 - why the ordering in anaylsis is different than in output determination procedure. For example:
    In Analysis Output: i have:
    LDOO    -  Output not found
    MAIL     - manual output
    PLOO    - Output not found
    Z940    - Output found
    ZBOL   - Output not found
    ZD04   - OUTPUT NOT FOUND
    The Output Determination Procedure as:
    Step  Counter   CType
    10       1           LD00
    12       1           ZLFX
    13       0           LALE
    14       1           ZBOL
    20        2          MAIL
    75       1           ZD04
    90       1           PL00
    110      1          Z940
    Step 10 should be read , then step 12, and so on.  Why is the ordering in procedure different than in
    output analysis ?
    Q2. Why did it display ZD04 not found when ZD04 appear on the delivery output as green light ? When i drill down, it show 2 access sequence.  Access 10 stated Output found.  Access 20 stated Output not found.
    Thank you.
    Joyce

Maybe you are looking for

  • Transport of activity from Quality to production for webDynpro Java applica

    Hi, can anybody tell me how do i go for transporting activity in webdynpro java applications from quality to production server. i have done some changes in webdynpro code  and deployed in quality system. i have created activity and now want to transp

  • Get Name of Future Step in TestStand Sequence

    Hello All,   Working on a sequence of numeric limit tests, and need to set the limits programatically, based on an imported configuration file.  I use a simple action call to set the limits with a code module (TestStand Set Property Value function),

  • Call or Execute, ABAP program with variant

    REPORT Z_call_ABAP_program  NO STANDARD PAGE HEADING. TABLES : BKPF , INDX. PARAMETERS : ZBUKRS LIKE BKPF-BUKRS OBLIGATORY DEFAULT '0001',                              ZGJAHR LIKE BKPF-GJAHR OBLIGATORY DEFAULT '1995'. SELECT-OPTIONS : ZPERIOD FOR BKP

  • Why is my ipad 3 suddenly shut down?

    Im just playing temple run whhen suddenly it shuts down,all i can see is the apple logo

  • How to download and convert RTF/DOC file in DMS into PDF file

    Hello. We're on ECC6.0. We have a requirement to get the *.doc or *.rtf file checked in DMS, convert it to pdf format and download it as *.pdf file. The document data is stored in DRAO-ORBLK (LRAW data type). Has anyone programmatically done this? Wh