Create shipment cost that reference from TD shipment number

Dear all,
At the moment, i just create shipment cost for shipment number (create by VT01N). So, i want to create shipment cost for TD shipment (O4F1). How to do that? Pls help!
Thanks,
Quanglv

Hi
Std. Process
Sales order >> Delivery (with or without PGI) >> Create shipment document - VT01N >> Create shipment cost document - VI01 >> Auto P.O can created - ME22N >> Invoice reciept from Service vendor - MIRO
Kapil

Similar Messages

  • VI01 - Shipment Costs (combining Deliveries from the Shipment)

    Hello experts
    Do you know how to combine (consolidate) the shipment costing line item (VI01) when there are more than one Delivery to the same customer in the Shipment document?
    E.g. I have a Shipment with 58 Deliveries and for a specific customer has 2 Deliveries, the Shipment Costing (VI01) must to create just one line item consolidating the 2 Deliveries for that customer, not to split 2 lines (one line for each Delivery).
    Any help will be highly appreciated.
    Best regards...
    Marcelo Boccia - SAP SD

    Hi,
    As per my best knowledge shipment cost document item is not created based on delivery, it is created from shipment header or shipment stages:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/93/7440ac546011d1a7020000e829fd11/frameset.htm
    Shipment cost items
    The items refer either to a shipment header or a shipment stage. The items contain general data for shipment costing and settlement, such as service agent, pricing date and settlement date, tax amount and tax basis as well as organizational data such as company code, plant and purchasing organization.
    There is an individual status at item level for each of the shipment costing, account assignment and forwarding to FI functions.
    As you can see delivery is not mentioned.
    At shipment cost sub-item level you may have deliveries.
    Isn't it possible that your deliveries belong to different stages? Is any related development in your system?
    Please check your shipment and report us on the result.
    Thanks,
    Csaba

  • VI01 - Shipment Costs (combining Deliveries from Shipment document)

    Hello experts
    Do you know how to combine (consolidate) the shipment costing line item (VI01) when there are more than one Delivery to the same customer in the Shipment document?
    E.g. I have a Shipment with 58 Deliveries and for a specific customer has 2 Deliveries, the Shipment Costing (VI01) must to create just one line item consolidating the 2 Deliveries for that customer, not to split 2 lines (one line for each Delivery).
    Any help will be highly appreciated.
    Best regards...
    Marcelo Boccia - SAP SD

    Guys
    This is the right question:
    - I would like to know if there is a customizing in order to do that or if would be a good idea to use an User-Exit or BADi.
    I found these objects:
    User-Exits:
    V54B0001      Shipment Costing: Configure pricing
    V54B0003      Shipment Costs Calculation: Determine Rate Type and Currency
    V54B0004      Shipment Costs Calculation: Determine Status
    V54C0001      Shipment Costing: Description(s) shipment cost item(s)
    V54C0002      Shipment Costing: Create shipment cost sub-items
    V54C0003      Shipment Costs Processing: Determine Invoicing Party
    V54C0004      Shipment Costs Processing: Determine Loc. for Tax Invoice
    V54D0001      Shipment Costing: Determining the Tax Countries
    V54KSFRC      Determining the factors for apportionment of shipment costs
    V54P0001      Extended Function Codes for Shipment Cost Information
    V54U0001      Shipment Cost processing: Check whether changes made
    V54U0002      Check shipment costs for completion
    V54U0003      Specification of shipment cost number
    V54U0004      Formatting for update of new objects (shipment costs)
    V54U0005      Updating new objects in shipment cost processing
    V54U0006      Shipment Purchase Order - Header Data Supply
    V54U0007      Shipment Purchase Order - Item Data Supply
    BADIs:
    BADI_SCD_ACCTG          Call During Shipment Cost Account Assignment
    BADI_SCD_CREATE          When Generating a Shipment Costs Document
    BADI_SCD_CREATE_CHCK     For Checks When Creating a Shipment Costs Document
    BADI_SCD_PO_SELECT          Call for the Purchase Order Item Determination
    BADI_SCD_PROCESS_CHK     For Checks During Shipment Costs Processing
    BADI_SCD_SAVE          When Saving Shipment Costs Documents
    BADI_SCD_TRANSFER          For Transferring Shipment Cost Items
    Unhappily I don't know the right object to use...
    Thanks
    Marcelo - SAP SD
    Sao Paulo - Brazil
    Edited by: Marcelo Boccia on Feb 10, 2010 10:45 PM

  • Create Sales Order with Reference from Quotation

    Hi All,
    Is there any bapi or function to create sales order with reference from a quotation?
    I know BDC is possible but any other methods?
    Thanks
    Dyl

    You can use - BAPI_SALESDOCUMENT_COPY.
    Prerequisite is Copy control should exist in customizaiton.
    -Alpesh

  • Create Shipment Cost Document by interface without shipment

    Hi,
    is there a possibility to create a shipment cost document by an interface from an external transportation planning system without having LE-TR shipments in the ERP system?
    We would like to use the shipment cost document for the freight cost posting.
    Rgds,
    Ralf Weske

    Hi Ralf,
    I dont think you can process Shipment cost Document, without creating a shipment in SAP. 
    If your External Transport system can provide you a report lets say in excel format then you can use "FB60" to create an invoice.
    Problem here will be to compare the data sent by External transportor to actual. for this you can develop a report in SAP system based on your requirements to calculate frieght cost.
    Once Excel file will be receivied from transporter you run the report in sap compare the data, if found inline process the invoice in FI with FB60
    I hope this makes sense.
    Regards,
    Paresh

  • How do I create a runtime library reference from a J2EE library DC?

    I've created a J2EE library DC that references some classes in an already deployed library.  The referenced jar file has been correctly deployed, as it's successfully used by some other components.  I can build the DC, since I've created created a compile-time reference to the local copy of the target jar file.
    Unfortunately, I can't figure out how to create a runtime reference from my J2EE library to the already deployed library - there just doesn't appear to be any place to put the reference, at least using a gui-based function in NWDS.  Unlike WebDynpro, which has a 'references' configuration option, J2EE lib's don't appear to have anything similar.
    Where/How can I do this?
    BTW, the Visual Administrator function 'ClassLoader Viewer ' is a very handy tool for diagnosing ClassDefNotFoundError errors....

    Hello Ken,
    well it seems to be not a trivial thing.
    1) Build your library DC.
    2) Create folder "server" in root DC folder "_comp".
    3) Extract provider.xml from generated SDA file to "server" folder.
    4) Add references in provider.xml:
        <references>
          <reference type="library" strength="weak">
            sapxmltoolkit
          </reference>
          <reference type="library" strength="weak">
            com.sap.lcr.api.cimclient
          </reference>
          <reference type="service" strength="weak">
            tc~sec~securestorage~service
          </reference>
        </references>
    5) Rebuild DC. Deploy.
    6) Enjoy!
    Useful links:
    http://help.sap.com/saphelp_webas630/helpdata/en/b5/22123b8d92294fac207283f3e8756e/content.htm
    http://help.sap.com/saphelp_webas630/helpdata/en/09/5d963be736904c96cbdfe93793eb42/TEMPLATE_image002.gif
    Best regards, Maksim Rashchynski

  • Creating Secure Form that Outputs from a Database?

    I need to create a form that pulls data from a database (of any format) based on what the user enters.  Specifically, I want a customer to be able to enter their name in a field and output data based on their name.  I was about to use a standard PHP mail form methodology, but I realize this would be insecure (I would like to keep my customer list hidden).  Can someone offer a suggestion on what I should look for in creating a secure form/database output structure for my site?  Even if it's just the name of the method so I can search for a tutorial.  Thank you!

    Does it matter that anyone could enter the right name in the form to return the customer data? If so you need to use a password.
    1. Create a form through which the customer can register their details with a user name and password.
    2. On the server side hash the password with something like SHA256 (plenty of open source implementations about or you can create your own).
    3. Store the customer details together with a userid and hashed password in the server database
    4. Create a form through which the customer can request their details, and asks them for their userid and password.
    6. On the server side, rehash the password from the form and request a row from the customer database where the userid and hashed password match an entry
    7. Return the customer data if row retrieved from database else return a message saying on data matching those details etc.
    Regards
    Phil

  • I need to create a button that add "1" to a number box in "numbers" program

    hi
    I making an inventory list that often being change.
    I want to create a button that "add 1" and a button that "reduce 1" so i can adjust it faster
    how can i do it ?
    thanks

    Hi Yaniv,
    With a single Stepper, I can't see how you can make it refer to different cells in your *locked* inventory.
    Maybe this will work. Old Inventory (2012), then a mirror table with Steppers for every cell, then New Inventory (2013) with formulas to add or subtract Stepper values. Old and New inventories are locked. Stepper Table is not locked. That is where you enter the changes.
    Formula in B2 of the 2013 Inventory is
    =Inventory 30 June 2012 :: B2+Add or subtract :: B2
    Where the Stepper Table is called "Add or Subtract".
    Fill Down and Right.
    Regards,
    Ian
    Message was edited by: Yellowbox. Oops, had to revise Table names.

  • Using tables - wanting to create long table that runs from page to page

    I want to create a table to which I can add rows as I work (alphabetizing). The final table will end up being 6-7 pages long. Inserting a page break did nothing--all rows below where the page break is still disappear and do not go onto the next page. This is a Word feature that I'm hoping I can have on appleworks. Does it exist?
    I cannot put Word on this computer since I'm not running an OS high enough (I have 10.2.8)

    Cyndi:
    Just wondering if you found your answer. I am having the same issue. I did finally figure out after several days of reading searches how to add pages to your table which is in >Format > document > then select the box for how many pages you want to go down or across in the box to the lower right corner. Then you can insert cells by highlighting the row by holding option key as you drag across the row & in Table click insert cells. Hope that helps. You can determine whether the table is horz. or vert. in > file > page set up. Click on the image of the page/man that displays the orientation that most closely fits your needs.
    However, the problem that I'm continuing to have is that the >insert page break command does not appear to work in Tables. It remains greyed out no matter what I've tried. Short of trying some "tell" command that a fellow using 10.4. in Pages suggested. I'm in Appleworks 6 running on my iBook, as you are. I saw a reply from ms Peggy suggesting that there is some difficulty in getting that to work, and so far I would have to agree. Her idea was to add cells such that they would fall over the page break, which you can see using the >page view command in the Window drop down menu. But that would not be so neat with the lines running vertically from the top of page to the first box. I guess it could be squeezed down to the size of the "break". Is that all there is ?
    iBook G4, 14, 933 MHz,   Mac OS X (10.3.9)  

  • Creating a banner that "unrolls" from a wall in a video

    I have a few video clips that were taken handheld...so there is some intentional camera shake. I need to create a rolled up banner that is on the wall of the video that unrolls - revealing what is on the "banner". I have extremely little experiance with AF. Is this possible to do? If so...how would I attempt this?
    Thanks,
    Dean

    Depends on the shot and what you mean by extremely limited. Is it a closeup? Is it far away? You may be able to get away with trickery on a long shot that won't play close up. Unfurling a banner will need an external 3d program like Maya that can simulate cloth dynamics, or you will need to shoot it for real. Either way, you need to use AE to composite it. But, again, depending on the shot, you may be able to get away with a 2D track or you may need to do a 3D camera solve in an external program to place the shot in frame.
    The major problem with what you're asking is you didn't shoot your footage with a plan of how to put it together. Because this is probably a 2D and 3D solution, you may want to consider supporting a local VFX artist or reshooting it with a plan. There are ways you could do this without 3D and even without AE.

  • How to create a constant that differs from Dev to Test to Prod

    Hello,
    I am customizing our CRM PCUI application (5.0 CRM under 7.0 EP and NW 2004s).
    In one of the tabs, we call a BW webquery.
    Obviously, the URL cannot be hardcoded in the ABAP controller class, but must be declared somewhere else, so that the Sys Adms may change it whenever needed, in any environment.
    I have read there is, in the Customizing, an Information System - Variables section that lets  you do this, but this is NOT present in our system! In my Information SystemS section (I do not have an Information System without the "S"), we  have: Logistics, Administration... but no variables section! Does that correspond to a transaction?
    Is there any other flexible way to declare global (cross - Class) constants in the ABAP environment?
    Thanks and... points awarded to the brave ones
    Riccardo

    HI,
    In your application check for the system id. and hardcode accordingly.
    if sy-sysid = 'DEV'
      url = development
    elseif sy-sysid = 'QA'
    endif.
    Thanks
    Mahesh

  • How to create dynamic stamp that will prompt for Cause number and exhibit number?

    I have a need to have a three line custom stamp that will look like the following but will allow a user to input the Cause number then the exhibit number, then successively number exhibits that the stamp is applied to:
    EXHIBIT
    12:74130
    001
    Exhibit will always be the same, but the cause number would need to be modifiable per batch possibly and I would like to be able to update the exhibit number to have a unique number on each page of exhibits....or just each exhibit.
    Can that be done?
    thanks!

    It sounds like you are trying to use a retail serial as an enterprise serial and would like to bypass it's restrictions by deactivating it . . . I assume that's not possible, but perhaps I don't understand your issue.
    I doubt you'll get a good answer on the forum. Try support, your sales rep, or a help link on the licensing web site (if there is one).
    Ben

  • Shipment Cost settlement to multiple vendors

    Hi team,
    When we are calculating shipment cost, with reference to outbound shipments, we have to get the multiple vendors like freight cost settlement to one vendor and insurance will be to the other vendor.
    How do we need to map this requirement? We are using SD route.
    Regards
    Venkat Ramana

    Hi Venkat,
    If different service agents exist in the shipment cost documents, a
    corresponding number of condition lines (with value 0) must be     
    specified in the purchase order item. These can always belong to the
    same condition type (in schema 'Manual') or also to different      
    condition types (not 'Manual'):                                                                               
    a) Manual condition lines: If the condition type in the schema of  
        the purchase order is marked as 'manual', the condition type must
        be created (with value 0) in the purchase order item before the 
        goods receipt. If delivery costs are expected from different 
        service agents, several non-valuated entries must be generated  
        for this condition type. If more condition lines exist than     
        required, these are then no longer taken into account. If       
        condition lines are missing, the last service agents are not    
        settled.                                                        
        - Advantage: You only have to define one condition type for the 
        delivery costs.                                                 
        - Disadvantage: Each purchase order must be processed manually  
        before the goods receipt.                                                                               
    b) Automatic condition lines: If the condition lines are to be     
        generated automatically for the delivery costs (the condition   
        type is not flagged as 'Manual' in the schema), the schema must 
        have enough condition types to settle several service agents. If
        more condition lines exist than required, these are then no     
        longer taken into account. If condition lines are missing, the  
        last service agents are not settled.                            
        - Advantage: The goods receipt can be carried out without manual
        preparation beforehand in the purchase order.                   
        - Disadvantage: You must define identical condition types with different names.
    Regards, David

  • Billing for shipment cost

    hi all,
    can anyone tell me how will add the calculated shipmet cost in to my billing,so that i adds to hte net value in the billing.
    please do guide me if any configuration is required.
    thanks.

    HI
    I did the settings in copy control for delivery to billing :
    Pricing Source : F
    after this
    When I creating billing document (delivery related) using VF01 - I am getting the error:
    0000500095 000010 Shipment 0000100020: Shipment Cost Determination is incomplete
    Diagnosis: Copying Control for billing requires that shipment costs are copied from the shipments belonging to this delivery shipment costs have not yet been fully calculated for a shipment belonging to this delivery.
    System Response: Billing is not completed
    Procedure: Check the shipments belonging to the delivery
    calculatye the shipments for all shipments
    set the shipments as not relevant for shipment cost calculation, if necessary.
    Can u please suggest how to solve this issue.
    I checked the Shipment Document STATUS:
    it says
    Freight Cost Shipment Header Status:
    Shipment costs Cal.: Completely Processed.
    Shipments costs set: Completely processed
    Complete Freight Cost doc. Status:
    OvSts freight cost doc.status: partially processed
    Tot Shp.Cost settlement status : Completely processed.
    even i checked the vendor (forwarding agent) a/c. :the amount got posted to his account.
    please advice me.
    thanks in advance.
    babu rao

  • Copy Pricing COnditions from Shipment Cost do to Purchase Order

    Hi:
    How can I copy all freight conditions on shipment cost document to the Purchase order created.
    e.g. In shipment cost document a\I have following pricing conditions.
    ZFRT - Freight - $250.00
    ZFCL-Fuel Chrg - $25
    ZCLN-Cleaning Chrg - $30
    Total = $305 on shipment cost
    When Purchase order is generated automatically.
    I want same conditions on Purchase order instead of gross amt PB00 of $305.
    How can we copy conditions from Shipment cost doc to the Purchase order??

    Hi,
    First of all I don't think that it is possible in the standard system. SAP only transfers the total cost of shipment to MM as you already found out.
    Actually, if I remember well, the cost condition is transfered to a service entry sheet assigned to the purchase order item for the service agent.
    From SAP help
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/93/74413b546011d1a7020000e829fd11/frameset.htm
    Purchase Order Determination
    Transfer and creation of the relevant documents in FI
    Transferring Shipment Costs to Accounting
    Transferring of shipment costs in order to create accruals comprises two functions:
    Procedure
       1. In the shipment cost document, go to the detail screen of a shipment cost item, for which costing and account assignment has already been carried out and which you want to transfer to FI.
       2. Select the Transfer indicator. ...
       3. Save the shipment cost document.
    When you save, the system creates a service entry sheet with reference to the purchase order determined, an accounting document for creation of accruals and further documents in FI.
    IMHO it is good enough to transfer the total cost of shipment. It is the amount needed for accrual, and used afterwards for logistics invoice verification based on the automatically generated service entry sheet.
    Why do you want more details in MM if you already have the detailed data in the Shipment cost document?
    It is not the answer you want, but I hope it helps anyway.
    Best Regards,
    Franck Lumpe
    Freelance SAP Consultant

Maybe you are looking for