Skip to main content

SAP SD Certification Points - Shipping

Shipping

Point 1

As soon as the material availability date or the transportation scheduling date for a schedule line is reached, the schedule line becomes due for shipping.

I.e., Order will be displayed in the delivery due list VL04.

Point 2

Delivery block can be controlled in Sales document type (Header Level) and Schedule line Category (Schedule line level)

Point 3

Delivery status of an order is updated upon creation of the delivery document. Delivery status is updated at header and Item level of sales document

Point 4

Shipping Point Determination

Shipping point is an independent organisation unit within which processing and Monitoring of the deliveries as well as goods issue is carried out.

A delivery is processed by one shipping point only.

Shipping point can be determined for each item based on the below criteria.

Shipping conditions from customer master data + Loading group from Material master record + Delivering Plant.

Delivery can be processed for the items of the sales order for which shipping points are determined. If different shipping points are determined for the items of the sales order then different deliveries are created for the individual items corresponding to the respective shipping point.

Point 5

Route Determination

Route is one of the parameter which influences transportation scheduling. Route determination happens at sales order item level but where as route is determined at header level in delivery.

Determining the route in the sales order depends on the following factors

Country and Departure zone of the shipping point

Shipping conditions from sales order

Transportation group from material master record

Country and transportation zone of the ship to party

Determining the route in the delivery depends on the following factors 

Country and Departure zone of the shipping point

Shipping conditions from sales order

Transportation group from material master record

Country and transportation zone of the ship to party

Weight of the delivery

Point 6

Complete delivery

If customer requires order to be delivered completely then we are required to enable complete delivery.

We can enable complete delivery at different level. 

Below is the determination criteria :

  • Customer material info record
  • customer master data
  • Sales order header level

Point 7

Free Goods in Outbound delivery

Free Goods processing is supported in the sales order. In the outbound delivery,the system will not determine free goods on it own.

Free goods functionality is not supported at delivery level without reference to sales order.

Delivery control in free goods control on how the free goods needs to be delivered where it's along with the main item or independent of the main item

Point 8

Order Combination

Using this functionality, We can group together multiple orders to form single delivery based on the below shipping criteria.

  • Shipping Point
  • Ship to party
  • Incoterms
  • Sales Organisation
Point 9

Determination of Picking Location

Automatic determination of the picking location depends on the following criteria :
  • Shipping Point
  • Plant
  • Storage Conditions
Point 10

Batch Determination at WM level

If batches are not maintained in delivery then during picking through WM process, system will fetch batch based on the date of goods receipt. Oldest batch will be picked first.

Point 11

Material Listing and Exclusion

This functionality can be implemented at delivery level without reference to sales order as well but in case of implementation of the functionality at delivery level, business is required to maintain condition records for default sales document type 'DL'.



Comments

  1. Great article! This is very useful information to all of us. otherwise if anyone want to learn SAP contact us on -+ 9599119376 Or Visit Website- http://www.saptrainingdelhi.com/

    ReplyDelete
  2. Hey! This post could not be written any better! Reading this post reminds me of my good old room mate! He always kept talking about this. I will forward this page to him. Pretty sure he will have a good read. Thanks for sharing! reefer for sale

    ReplyDelete
  3. Thanks for sharng such a helpful post.

    Dynode Software is a professional best website designing and development as well as software development company in Patna providing top services like Branding Logo Design, Brochure designer, Mobile app development, ecommerce web development web hosting, cms, best web development company in Patna that boost your business in Patna, India.

    ReplyDelete
  4. PMS ERP Billing And Accounting Software with complete inventory and accounts modules. It's fast, reliable and easy to maintain. Ideal for businesses that have a large number of invoices and deals in 100's of SKU's. Typically used by distributors, retailers and small manufacturers.

    ReplyDelete
  5. We are a bunch of enthusiastic who wish to create websites for schools, colleges, private organizations, resorts, travels, hospitals, government projects, start-ups and all business categories. The main reason we focus on is to improvise on getting results to our customers at a low cost. Approach us Ecommerce development company in Patna.

    ReplyDelete
  6. Dynode Software is a Ecommerce Development service provider. It specializes in Web Designing(UI/UX), Wearable App Development, IOT Development, Ecommerce Development, Cloud Computing Services, UX/UI Design, Web Development, Mobile App Development, Software Development services. Approach Ecommerce development company in Patna

    ReplyDelete
  7. PMS is one of our oldest and also one of the most matured and time tested best inventory management software Jharkhand. This product caters to the need of pharmaceutical distribution – wholesale and stockiest. It's best inventory control software and helpful to managing a company's purchasing, shipping, receiving, tracking, warehousing and storage, turnover, and reordering etc. Contact us for GST billing software.

    ReplyDelete
  8. Build your own online transportation management system with our ready to launch transport marketplace software script at an affordable cost. This is similar to the DST logistic marketplace. Approach us for Transport Management Software.

    ReplyDelete
  9. Dynode Software specializes in web design, wordpress, and fashion blogs. This best digital marketing company also raises brand awareness through social media optimization, content optimization, paid ads, and search engine marketing. Contact us for Contact us for seo services in Patna .

    ReplyDelete
  10. Digital DCR is a leading MR reporting software that has many advanced features. It is a comprehensive tool that can be customized, has a user-friendly interface and provides great customer support.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to change records in SAP using debug mode

This post explains how database update can be performed through transaction codes SE16N and SE16. At times, there might be a situation in the test environment where we are required to perform database updates in order to manipulate or try to replicate a case in a lower environment. Database contents in SAP can be viewed through transaction codes SE16N or SE16. This post explains how the database update can be performed for both transaction codes through debug mode. Case 1: Transaction Code SE16 In this case, I have taken a sample example to update the VBAK table entry through debug mode. Enter Sales Order Number Select the entry displayed enter '/H' in the command bar and click on ok or enter button. Then click on entering again after debugging activation to enter into debugging screen Click on the 'Code' then display as 'SHOW' on the right side of the screen. Then we will change it to 'EDIT' as we are trying to change th...

[SAP EWM] Batch job to reprocess the failed queues in SMQ1 and SMQ2

Reports RSQOWKEX/RSQIWKEX can be scheduled as a periodic background job to reset the status of LUWs registered to outbound(SMQ1)/inbound(SMQ2) queues. RSQOWKEX for outbound queues (SMQS/SMQ1). RSQIWKEX for inbound queues (SMQR/SMQ2). The below parameters are to be maintained : Queue Name as '*' Select 'No Running Queues' Do not select 'No Retry queus' Queues running longer than  < Time in Mins > ideally 20 mins No queues older than < Data > Note that this job will change the status of the failed queue to 'READY' status so that scheduler will process it. But for any queues struck in 'READY' status, th ese need to be processed manually.

User Exits in Delivery

FORM routine USEREXIT_REFRESH_DOCUMENT (include MV50AFZ1) Purpose The FORM routine USEREXIT_REFRESH_DOCUMENT is used for the initialization of your own data areas before the processing of a new delivery document. Call The routine is called from within the standard routine BELEG_DATEN_INIT (SAPMV50A). Basically, the data initialization is called on the following occasions: FORM routine USEREXIT_DELETE_DOCUMENT (include MV50AFZ1) Purpose If a delivery is deleted, you can delete your own dependent data using this FORM routine. Call The FORM routine is called from the FORM routine BELEG_LOESCHEN (SAPMV50A) if the document can be deleted completely. Immediately after the FORM routine  USEREXIT_DELETE_DOCUMENT is called, the document backup is called for which the logically deleted delivery is removed from the database. FORM routine USEREXIT_READ_DOCUMENT (include MV50AFZ1) Purpose The exit is used to make your own data availabl...