How partial inspection is done for a inspection lot & vendor payment done based on inspection result

Dear Gurus,
In our business 1000 bag material is received in one material document. So one Inspection lot is created.
Now business take randomly 10 bags from that 1000 bag & inspected. The Bags are inspected on various parameters such as Weight , Fabric , Valve Size , Cross Sec Area, Print Quality , Stitching Thread , etc . The values for all this types of parameters are prepared in an excel sheet in a prescribed format.
The Values for each Quality Parameters are then matched with the desired prescribed average figures.
Based on the Values which deviate from "Average" figures , deductions are computed
Logic is 1% for single defect in a bag for 1 parameter . Likewise if more defects is found then add 1% in multiples
e.g 1% + 5 defects then .05 * basic Raw material cost .
This figure along with proper description is recorded under "Remarks" column of the report format and send to Accounts department for the
  deduction process from Vendor
we need to capture the inspection parameters in system as per the above process.
And please tell me how I configure this process in SAP .
Thanks & Regards,
Bubai

Hi Bubai,
you can create a QM Control Key (which is used to QM View of Material Master) which you have to set the indicator Block Invoice. This indicator is blocked invoice with blocking reason I (I = Inspection) if there is still no usage decision for the inspection lot or the inspection lot is reject.
(SPRO -> Quality Management -> QM in Logistics -> QM in Procurement -> Define Control Keys).
Best Regards,
Apostolos

Similar Messages

  • How to query opening balance for all customer or Vendor for an speci. date

    Hi,
    How to query opening balance for all customer or Vendor for an specific date?
    Example:
    put any date and query will show all customer/ Vendor  that date opening/current balance.
    Regards,
    Mizan

    Hi mizan700 ,
    Try this
    SELECT T0.[DocNum] As 'Doc No.', T0.[CardCode] As 'Customer Code',
    T0.[CardName] As 'Customer Name',(T0.[DocTotal]-T0.[PaidSys]) As 'O/S Balance'
    FROM OINV T0 INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    INNER JOIN OCRG T2 on T1.GroupCode = T2.GroupCode
    INNER JOIN INV1 T3 ON T0.DocEntry = T3.DocEntry
    WHERE T0.[DocStatus] ='O'
    AND
    (T0.[DocDate] >='[%0]' AND T0.[DocDate] <='[%1]')
    Regards:
    Balaji.S

  • How to get F4 help for Standard Text Key of a operation based on Order type

    Hi Experts,
      How to get F4 help for Standard Text Key (STK) of a operation based on Order type entered in selection screen. The F4 help should give the STK of related order type. At the same time the F4 help for Task Types based on Notification type. How to acheive the above two. Please provide the table names or any search help name if exists or Function modules...
    Thanks in Advance.
    Regads,
    Bujji

    Hi Guys,
       Any help on this...
    Regards,
    Bujji
    Edited by: Bujji on Dec 22, 2008 12:42 PM
    Edited by: Bujji on Jan 5, 2009 2:00 PM

  • T.code for P.O to Vendor payment details

    Dear All
    Request  you, please let me know any t.code is available for tracking  Purchase order to vendor payment details.
    It means in that T.Code out put we have to get details of P.O, GRN , IR and vendor payment details.
    Thanks in advance
    RAO

    Hello,
    There is no standard report available in SAP which will give a complete details from PR to Payment in one screen.
    However you can check the normal vendor balance report (TCODE: FBL1N) where you will get all the vendor cleared & open vendor items. From the cleared vendor items you can drilldown to the PO and PR.
    Regards,
    Prasad

  • How can we have cash discount as well as vendor payment terms

    We have vendor payment term of 2% 10 days, net 30. On top of it the vendor gives us 4% discount on certain POs where the total PO amount exceeds 20K. We want to have the 4% discount on the individual line item at the time of the invoice posting and then additional 1% discount from the payment term. We donu2019t want the PO price to change due to the 4% discount.
    In MIRO, it seems we can take either the cash discount (field WSKTO) or the discount from the payment term (field ZTERM).  How can we take both the discounts?

    1 - The 2% 10 days, net 30
               It can be calculated using the Vendor payrment terms.
    2 - The 4% discount which has to be applied on certain POs where the total PO amount exceeds 20K and should not change the PO price.
               I - Create a condition type with the calculation type A - Percentage and select the option Accruals in Control data 2.
              II - In the Calculation schema,
                                         Calculate the 4% value from the total of the PO Price.
                                         Untick the manual.
                                         Mark the condition type as Statistics.
                                         Enter a Condition Formula Calculation Rule (Calculation Type)  or Use the Requirement to activate if the
                                                value exceeds 20K.  
                                         Enter the Accrual key like (FR1, FRE ...) and assign the GL account to that.
                         By Maintaining this way, you affect only the internal price and not the PO price.

  • How to create URL link for telephone number ,open to account search page and account result page ?

    Hi Experts,
    Bussines role - ZCC_ICAGENT 
    If user open this bussiness role and open Account page ,user enter telephone number and enter search account ,then result will be displayed.Instead of 3 clicks ,user click direct URL link ,telephone number is parameter,account Search and account result  page will be opened direct link.
    So how to do it..could you please provide me step by step...what are the steps wee need to follow for creating URL ..how to do it..Please help..
    Thanks
    Kalpana

    Hi kalpana,
    You dont need to do any setting for this.
    Following URL will be used as per your requirement.
    http://rrnewcrm.ril.com:8000/sap(bD1lbiZjPTI0MiZkPW1pbg==)/bc/bsp/sap/crm_ui_start/default.htm
    ?sap-system-login-basic_auth=X&sap-system-login=onSessionQuery&saprole=ZCC_ICAGENT&
    sap-phoneno=9999999999
    Here parameter sap-phoneno will contain the number you want to search for.
    In component ICCMP_BP_SEARCH, go to view BuPaSearchB2B. write below code in its inbound plug IP_INBOUNDPLUG-
    DATA: lt_ivr_url_param TYPE tihttpnvp,
             ls_ivr_url_param TYPE ihttpnvp,
             lr_searchcustomer TYPE REF TO if_bol_bo_property_access,
             ls_searchcustomer TYPE crmt_bupa_il_header_search.
    CALL METHOD cl_crm_ui_session_manager=>get_initial_form_fields
           CHANGING
             cv_fields = lt_ivr_url_param.
    lr_searchcustomer ?= me->typed_context->searchcustomer->collection_wrapper->get_current( ).
         CHECK lr_searchcustomer IS BOUND.
    READ TABLE lt_ivr_url_param INTO ls_ivr_url_param WITH KEY name = 'sap-phoneno'.
    IF ls_ivr_url_param-value IS NOT INITIAL.
             ls_searchcustomer-telephone = ls_ivr_url_param-value.
       CALL METHOD lr_searchcustomer->set_properties( EXPORTING is_attributes = ls_searchcustomer ).
             eh_onsearch( ).
        ENDIF.
    Thanks & Regards
    Richa

  • How to trigger event CREATED for Bus.Obj BUS2126003 (Vendor Settlement)

    Hi
    I want to start a workflow inside Agent Business, when Vendor Settlement (BUS2126003) is Created.
    The problem is that the event does not get triggered when Created. Not even the CHANGED event is tiggered during change.
    Currently I have workflow on the objects BUS2144001 (Customer Settlement - Agency Business )
    and BUS2100001 (Settlement request list - Agency Business). Both these objects gets triggered when created (EVENT = CREATED).
    I try to find out a way to trigger CREATED for Vendor Settlement. Do you have any suggestion for this?
    I've tried to find any exits, Badi's, ...from where I could trigger the event myself.... but with no good result...
    Best reg
    Henrik

    Hi HA,
    are you talking about ERS (Evaluated Receipt Settlement) in SRM?
    If yes, check with the settings in IMG, there is an ERS flag in Vendor master record that needs to be set for that vendor.
    Hope it helps.
    Aditya

  • How to select domain OU for "Apply Network Settings" task sequence step, based on the ip address.

    We are finally getting ready to migrate from SCCM 2007 to 2012 R2.
    Our current setup has 5 site servers with five OSD setups with boot media and Windows 7 task sequences.
    I want to move all that to one site with a single OSD W7 task sequence.
    The current, "apply network settings", step adds the workstation to one of five different  OUs. The same with the "apply windows settings" step, we have five local admin passwords for five regions around the state.
    I thought I might run five versions of each step and add a condition to each one that would only run if the machine was on the right subnet. Or the right Boundary group or maybe the right active directory site.
    Currently I'm creating five boundary groups that I hope to detect by running a power script get-CmBoundaryGroup. Then apply the results maybe as a task sequence variable in the task steps options/Add Conditions.
    Anybody have a better approach. Or alternate plan.

    Are you integrated with MDT? If so, you can use customsettings.ini to put machines into specific OUs based on the DefaultGateway.
    See these links for ideas:
    https://scriptimus.wordpress.com/2011/05/10/mdt-2010-joining-a-domain/
    http://deploymentbunny.com/2012/04/21/back-to-basic-customsettings-ini-explained/
    Jeff

  • How to get Snow Leopard for Mac 10.5.8 not Intel Based

    how to get snow leopard to not intel based Mac 10.5.8

    Is it a Mac Pro, or a Powermac?
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto *but not including the Serial#*...
    Hardware Overview:
    Machine Name: Power Mac G5 Quad
    Machine Model: PowerMac11,2
    CPU Type: PowerPC G5 (1.1)
    Number Of CPUs: 4
    CPU Speed: 2.5 GHz
    L2 Cache (per CPU): 1 MB
    Memory: 10 GB
    Bus Speed: 1.25 GHz
    Boot ROM Version: 5.2.7f1

  • How to change a color for a row in ALV grid display

    Hi,
       how to change a color for a row in ALV grid display based on a condition.Any sample code plz

    Hello Ramya,
    Did you check in [SCN|How to color a row of  alv grid]
    Thanks!

  • Bapi for vendor payment with details of tunover and blocked payment

    Dear all
    I want to know whether any BAPI available for the details of vendor payment made and the open item with  blocked payment (with the reason for the blocked payment) and the turnover of the vendor for a particular fiscal year...................
    The client want to get the output as mentioned below.
    e.g...
    PO no : 45629810
    Inv.No : 73409 (Vendor's Invoice no.)
    Payment : Paid amt with date and details
    Payment : Outstanding (Due and Over Due with no.of days)
    Blocked Payment : Amt with the reason for blocking the payment.
    Turn Over : Total turn over for that fiscal year.
    This is an urgent req. from my client,i will be very grateful if any one can  help me over this issue ..............
    Appreciate for any relevant answers and suggestion ...........
    I am in ECC 6.0
    Regards
    Praveen

    Hello Raj,
    Unfortunately there is no BAPI for payment detals and other company code data. The only possibility is via direct input (external data transfer).
    Please have a look at the following Easy-Access-path:
    SAP Menu
    -> Accounting
      -> Bank Applications
       -> Loans Management
        -> Environment
         -> External Data Transfer
    Within this menu entry you find diverse functions. Please start the function KCLJ to transfer data. Before you can do this you need to
    prepare the transfer by creating your own transfer structure and so on. You can get further information on what to do here by navigating to
    "Help   > Application help" within transaction KCLJ. From here you get to the right area of SAP library.
    Thanks Amber

  • Inspection results for more than one lot

    How do i see inspection results for different lots of the same material together in a single screen. Is there any standard report or query available in SAP?
    Prahlad

    Dear Prahlad
    You can see it in ways
    1) Go to QS28. Input the plant and the mic and execute. You will get MIC details. Choose the MIC and click on Result history. A pop will appear Result history Limit Selection. In the Time Tab you can see inspection lot selection date From and To. Execute you will get the entire list of lots
    3) Go to QA33 > result> Select the Mic> go Result historyhistory >In the Time Tab you can see inspection lot selection date From and To. Execute you will get the entire list of lots with all values and charts
    4) standard reports such MCXD,QGP1 can be used
    Hope this helps
    Regards
    gajesh

  • How to auto fill music for partial storage in itunes 11??

    How to auto fill music for partial storage in itunes 11??
    I knew how to auto fill the whole rest of the storage, but don't know how to save some space like the itunes 10.

    juliaakatrinaa wrote:
    I don't have ALL of my music from my iPod in my iTunes library
    There is the root of the problem.
    Why is all the content on the device not in iTunes?

  • No inspection lot can be opened for this material and vendor -QA228

    Hi every one !
    Iam  getting  Error while doing Migo -"No inspection lot can be opened for this material and vendor-QA228"
    we analyze the issue asfollow -
    1.checked Quality Lot-Available
    2.Quality info record- Availble
    3. Quality plan is exist.
    But stil throwing  above Error.

    Hi,
    Check the below threads,
    [No inspection lot can be opened for this material and vendor;
    [No inspection lot can be opened for this material and vendor;

  • Can anyone help me change the DOB on my sons profile for his apple I'd so I can setup family sharing? I originally put both ids in my name. He is 19 do it keeps saying needs my permission but no instructions in how to get that done?

    Can anyone help me change the DOB on my sons profile for his apple I'd so I can setup family sharing? I originally put both ids in my name. He is 19 do it keeps saying needs my permission but no instructions in how to get that done? His phone was stollen once last month need to get this done ASAP to prevent future headaches. Ty

    You can not change the date of birth on the account. Apple makes that clear up front when the account is created.
    The only way to "fix" this is going to be for him to create a new account with the correct information. Any apps purchased with the old one will need to be re-purchased with the new account. They can not be transferred.

Maybe you are looking for

  • Can I add a Second Video card to my power mac g5

    Hi all, I have a Dual 2.5GHz PowerPC G5. is it possible to add a second video card to this system. I want to have the possibility of having 3-4 displays. if it can be done.. do I need a pci or pcix card and can someone recomend one that is available

  • In Safari for as long as I can remember, in preferences,

    where one is invited to drag and drop, extensions to tool bar, IT HAS NEVER WORKED. Nothing will drag. I can still scroll through the list and install the ones I want, but it should work or they should stop inviting you to drag and drop.

  • Problem with using new Upload to FTP Host feature...

    I tried using the "Upload to FTP Host" feature to upload to GoDaddy.com. It worked fine the first time but now I get this message: Error: Error creating folder //images. Click Resume to try again. If this problem persists, try again later. I tried a

  • Win 7 won't boot after installing R&R 4.3...urge​nt help needed!

    Hi everyone, I'd be really thankful if anyone could help me with this problem. I've got an R61i and I'm running Windows 7 Professional. Got all the latest drivers and I recently installed the new Lenovo Toolbox. After installing the toolbox it recomm

  • Can I build vst instruments from wave files?

    I have a bounce of wave files and would like to use them as vst instruments in Logic. Can I build my own vst instrument somehow?