SAP BLOG Charge vendors for non-compliance or issues identified during GR via SD

SAP Blog

Kayıtlı Üye
Katılım
22 Ara 2017
Mesajlar
1,925
Tepki puanı
7
Puanları
6
Introduction: In this post, I will elaborate on how to charge suppliers for non-compliances or issues found after an inspection via SD.

Business process overview: Once goods receipt is posted in SAP if the material/article master has inspection activated, then SAP will create an inspection lot to be processed for that PO line item. If material is found defective and I need to rework it, user will log defects and a quality notification can be created automatically with defects found after user saves inspection results. Coordinator will have the item reworked and then assign to vendor compliance to charge vendor for defective inventory, after corrective action has taken place. I will bill supplier via SD debit memo.

Problem: Per standard practice I can activate QM order. This talks to Controlling cost collector for non-conformities (Issues identified during GR). Problem with this is I am not able to generate an invoice or debit memo to bill suppliers. Therefore, I will go via SD and create a debit memo and post it to supplier’s customer account.

Currently if I have a quality notification I cannot create a sales document (DR – Debit memo) as there is additional configuration that SAP is looking for.

VCB_A01.png


SAP output sales order creation is not possible for this notification type. SAP is looking into table TQ80. SAP requires a value against notification in table TQ80-SDAUART. Since this is blank, I will get below message.

VCB_02.png


SAP is checking table TQ80-SDAUART. Per below screen shot there is no sales document assigned to quality notification. This blocks me from integrating with SD.

VCB_03-1.png


Configuration requirements:

  1. Quality Notification type (I will configure a new notification type just so I have standard to always reference back to).
    1. I can use exiting notification F2 and only do following configurations:
      • Step 2 in config
      • Step 4 in config
      • Step 5 in config
  1. Quality Notification action box (Optional) I will skip this config
  2. Inspection type (assignment of notification type to inspection type)

Master Data requirements:

  1. Material/Article master – must exist for sales area
  2. Vendor master – Business partner needs to exist for following roles:
    1. FLVN00
    2. FLVN01
    3. FLCU00
    4. FLCU01
    • For GR/IR clearing vendor must be assigned to customer and customer to vendor in general data
    • Clearing flag must be set in the payment transaction views of supplier and customer accounting roles. Also, payment method needs to be same for both roles. FLCU00 and FLVN00

Below steps are needed to configure Quality Notification Type in SAP

Step 1 – Create/Define Notification type

1.1 – Path- QCC0
–> Quality Notification –> Notification Creation –> Notification Type –> Define Notification type.
VCB_04.png


Select F2 and click on copy as I will create my own notification type.

VCB_05.png


My Notification type will be Z9. Notification origin should be “Q2 Complain against vendor”. Assign number range. Save –> Back.

VCB_06.png


1.2 – Path- QCC0 –> Quality Notification –> Notification Creation –> Notification Type –> Define Number Ranges. Define number ranges and the assign to notification type refer to 1.1

VCB_07.png


1.3 – Path- QCC0 –> Quality Notification –> Notification Creation –> Notification Type –> Define Screen Templates.

VCB_08.png


To copy from existing notification, click on select “Copy Screen Areas from the Standard System”.

VCB_09-1.png


Double click on Define Screen Areas and Tabs. Select notification type Z9 and double click on “Notification Header: Screen areas”. Maintain same values as F2 notification type and save back.

VCB_10A.png


VCB_10-2.png


Now I need to define initial screens of quality notification.

VCB_11.png


I can test if all the screens I want to copy are ok by leaving X in test once ok remove X and execute. Save Back.

VCB_12.png


Step 2 – Define and Assign Partner determination

2.1 – Path- QCC0
–> Quality Notification –> Notification Creation –> Partners –> Define Partner Determination Procedure –> Define Partner Determination Procedure

VCB_13-1.png


Select quality management click on change Partner

VCB_14.png


Select Q2 and click on copy as

VCB_15.png


Select name for description than save output to copy all entries.

Select Z9 notification type and double click on “Functions in determination procedure”

Make sure sold to Party, Supplier, and Coordinator Partner Functions are flagged so I will not forget to maintain value during notification creation. If any other is required should be maintained here than Save and back.

VCB_16.png


Double click on “Assign partner functions to notification type”

VCB_A02.png


I will select my notification type and click on details

VCB_A03.png


Assign sold to party and Supplier partner functions and all the others that are required in appropriate field. Since I mentioned in the partner functions that Sold to party, Supplier, and Coordinator are required, I need to mention those here so SAP can determine and require user to input partners (Value in partner functions). Now save and back.

VCB_A04.png


Step 3 – Define Priorities

3.1 – Path- QCC0
–> Quality Notification –> Notification Processing –> Response Control –> Define Priorities –> Priority type for Notification type

VCB_A05.png


I will select my Notification type Z9 and click on details

VCB_A06.png


Assign priority type QM to notification. Save and Back

VCB_A07.png


Step 4 – Assign Notification type to Inspection type

Now assign notification type to Inspection type to automatically create notification during results recording. QCC0 –> Quality Inspection –> Inspection lot Creation –> Maintain inspection types. Since I will be doing charge back against goods receipt, I’ll select 01 inspection type (Goods Receipt Insp. for Purchase Order) click on details and I will maintain my newly configured notification type. Save and back

VCB_A08.png


Step 5 – Assign Sales order type to Quality Notification type

To assign sales order type, I must make the notification type as customer facing. Otherwise, I won’t be able to see and maintain any value against notification type. Currently I don’t see it per below snapshot of Tcode – OIM9 (Path: SPRO –> Plant Maintenance and Customer Service –> Maintenance and Service Processing –> Maintenance and Service Notifications –> Notification Creation –> Notification Types –> Define Order Types and Special Notification Parameters).

VCB_A09.png


Configuration – B:

5.1 – Path- QCC0
–> Quality Notification –> Notification Creation –> Notification Type –> Define Notification type. Select Z9 and click on details.

VCB_A10.png


Change Notification origin to Q1 Customer Complaint and Save and back.

VCB_A11.png


5.2 – Path SPRO –> Plant Maintenance and Customer Service –> Maintenance and Service Processing –> Maintenance and Service Notifications –> Notification Creation –> Notification Types –> Define Order Types and Special Notification Parameters (tcode – OIM9). Now my notification Z9 will be visible I will select and click on detail

VCB_A12.png


Assign a sales document type (any sales document). I will assign DR (Debit Memo) as this is the one I will be utilizing this process for now Save and back.

VCB_A13.png


5.3 – Now I need to change the notification back to complaint against vendor, as my notifications will be created once GR is posted against PO/inbound delivery. Go back to path QCC0 –> Quality Notification –> Notification Creation –> Notification Type –> Define Notification type. Select Z9 and click on details. I will change notification origin to Q2 Complaint against vendor and save.

VCB_A14.png


5.4 – Table TQ80 now has value DR that I just assigned.

VCB_A15.png


Step 6 – Test:

6.1
now I will use notification 200000049 I created earlier to test if SAP allows me to create a debit memo. In QM02 I will input my notification number and enter.

VCB_A16.png


6.2 Now to create a debit memo click on More –> Notification –> Functions –> Sales Order –> Create Selection of order type

VCB_A17.png


6.3 Enter sales org. distribution channel and division than click on ok or enter.

VCB_A18.png


6.4 I will select order type DR by double clinking for debit memo. SAP will allow to create any sales document if the Material/Article master has appropriate sales area as well as vendor.

VCB_A19.png


6.5 SAP will open VA01 transaction to allow me to create a debit memo. I will enter article with issues, quantity, and order reason. For pricing, please reach out to your SD consultant. To do billing against debit memo I need to remove billing block. Now go back and in notification click on save. SAP output sales order has been created.

VCB_A20.png


6.6 Now go to back to Change notification QM02 document flow. More –> Extras –> Notification Documents –> Document Flow–> List.

VCB_A21.png


SAP will give show all the documents that were created with reference to this notification.

VCB_A22.png


6.7 Now do billing in VF01 and save. Let’s go back to Quality notification document flow. I can double click and view debit memo request or any of the documents mentioned here.

VCB_A23.png




In Conclusion: SD document type DR can be used to bill supplier for issues found during receiving. This will give supplier visibility what is the reason for this debit memo on their account. Below is business process flow that I can support.

QM consultant must:

Involve SD consultant for pricing procedure and customer master, MM for vendor master, and FI for accounting.

Any comments and concern please let me know. Thanks!

Okumaya devam et...
 
Üst