Pupose of Item Check in TCode OVA8

Hai,
Can any one tell me the purpose of item check in OVA8. Actually it purpose is to allow credit check at item level.But in my case customer order is blocked only when we check item check in OVA8.Only I want  to know the purpose of it,
Regards,
Madhav

Hi,
If you would have seen & understood the F1 help for Item Check field activation purpose in OVA8 then you'll come to know the clear logic of activation {_Actually it purpose is to allow credit check at item level_ - this statement which you've drawn in you query is wrong}... I mean to say that, if you activate the Item Check  in OVA8 then the credit check with start as soon as you enter any item in the sales order, system will not wait for the sales order to be saved...
So, eventhough you de-activate it system will block the sales order if customer credit limit is exeeded.
Hrishi

Similar Messages

  • How to handle ovedue items in Credit Mgt OVA8

    My requirement was that to handle Overdue items in Credit Maanagement in the TCode OVA8
    Regards
    Madhav

    hi Madhav:
      you can first mark  the [tab] check  field "static" as selected  and second:"reaction" choose D :like
    B+value by which the credit limit has been exceeded.
    By setting this when  over quantities the order cannot be saved.
    If there existing over date checking you can mark the NextReview date  and also chose D in the reaction
    field.
    Regards
    Yu Chaoqun
    Jan,07,2008

  • Remove Free Item Check box in PO

    Hi,
    By mistake I have checked the free item check box in the PO, I have done goods receipt for this PO. Now I want to remove this check box in the PO and post the invoice. Please help me.
    Thx

    Hi
    You cannot post the Invoice, since the GRN is posted with ZERO price.
    Reverse the GRN first.
    Modify the PO, Untick the free goods indicator
    And then Post the GRN & Invoice
    Regards
    Prasanna

  • Account Assingnment & Free Item Checked in PO

    Hi,
    We have a requirement of making default value for account assignment as "Q" and Free Item check box checked always in one particulart PO Document Type. In addition we need to disable both fields. Anybody can guide me how i can achieve this either thru customization or thru any user exits?
    Regards,
    Vinod

    Hi,
    you disable those fields in custimixation.
    Spro  --> materials management --> Purchasing --> purchase order --> define screen layout at document level.
    here you can disable the fields.
    in this screen for eacah field, you have optional , required and display options.
    hope this may help you,
    Regards,
    Srinivas

  • Free Item Check In PO

    Dear All
    How to enable free item check in Purchase Order .The field Free item
    is Gray in Purchase Order
    Regards
    sandeep

    Hi,
    This is controlled with the help of Field Selection assigned to the document type. Check for which document type you are getting this field as gray.
    In this path check the field selection assigned to your doc type.
    Materials Management - Purchasing - Purchase Order - Define Document Types
    In this path make the field as optional for the particular field selection.
    Materials Management - Purchasing - Purchase Order - Define Screen Layout at Document Level

  • Goods Receipt Not Possible for PO with Free Item Checked (Tick Mark)

    Hi Team,
    We have a PO with one line item where the free item check box is ticked and net price is blank.
    When we try to make GR with respect to the PO via T Code MB01 we are getting error as " No goods receipt possible for purchase order xxxxxxxxxxx  for item xxxx "
    Thanks
    Vijay

    Hello,
    You can find confirmaton control under following customization path;
    SPRO>>Materials Management>>Purchasing>>Confirmations>>Set Up Confirmation Control
    Execute and select 004 (Inbound delivery) and double click on confirmation sequence.
    004 is inbound delivery.
    Also make sure that you first need to go to ME22N and then in item detail of purchase order tick the check box of confirmation required. Once this this is ticked you can create inbound delivery.
    You need to create inbound delivery with VL31N.
    Go to VL31N >>Enter PO number and execute. and save the delivery.Now confirm the transfer order with LT12 which is created and do the post goods reciept.
    BR,
    Tushar

  • Use of 'Item' Check box available in 'Additional Authorization Creator'

    What is the use of the 'Item' Check box available in 'Additional
    Authorization Creator' document?
    B1 Help States that:
    Item
    Defines the object as an item rather than a form.
    Permissions set to form apply to all its subordinates. Permissions set to an item do not apply to the parent form.
    My requirement is as follows:
    I want to restrict a particular user from accessing the 'Logistics' tab
    of the Purchase order.
    1. I opened the 'Additional Authorization Creator' and added the 'PO
    Logistics Tab' in the description window.
    2. In the Forms Ids, i have mentioned as '114' (Form Id of Logistic
    Tab)
    3. Now I went to the authorizations screen and in the
    UserAuthorization, I selected ''PO Logistics Tab' and set this to 'No
    Authorization' for user named 'Raman'.
    4. When I logged inwith user 'Raman', still I could access
    the 'Logistics Tab' of the PO.
    Please explain me the significace of 'Item' Check box available
    in 'Additional Authorization Creator' document.

    Hi Shridharan,
    The Item option does not refer to the "items" like "fields, buttons, grids or tabs" but it refers to other forms which might have a parent form.
    There is also a note which states that the authorizations for the above items vannot be created via the "additional Authorization window"
    The text of the note is :
    Symptom
    When defining authorizations for specific item (field, button,
    checkbox...) by using the Additional Authorization Creator, these
    authorizations are actually not applied, and the user can work as if
    these additional authorizations were not created.
    Other terms
    Additional Authorization Creator, Item, Field, Form
    Reason and Prerequisites
    FAQ
    Solution
    By definition, the Additional Authorization Creator is designed to
    enable the creation of additional authorizations on form (window) level
    only and not for item (field) level. Therefore, the additional
    authorization that were created for single items have no meaning.
    Note number :      1067360
    Regards
    Arshdeep

  • Validation check for Tcode FB10 and FB60 - FICO.

    I have an issue in validation check for Tcode 'FB60' and  'FB10'.
    there are two exits coded for these transactions through transaction 'GGB0'.
    details for the two exits.
    exit 1.
      when posting a vendor invoice, the network status is checked whether it is completed or not - if status is completed error message is raised.
    exit 2.
      when posting vendor invoice - for G/L Account in 60000 - 69999 series network should not be posted. if posted error message is raised.
    when these two exits are entered via a prerequisites in code 'KGB' a code is generated automatically to call these exits- when transaction 'FB10' 'FB60' is executed.
    Issue:
    for  code 'FB10' is executed with network with status completed and with G/LP account in 60000 - 69999 series -
    error message is raised in sequence i.e. exit 1 is raised and then exit 2 is raised.
    but for code 'FB60' if condition for exit 2 is  not satisfied then exit 1 message is raised.
    but it should be in sequence in raising the error message i.e. exit 1 and then exit.
    Even though for both the transaction the auto generated code is similar and even exits are similar - but it is execution in raising the error message is diffrent.
    - Since it is auto generated code i am able to figure out the issue.
    i would appreciate if any one could help me out in this issue.
    thank you,
    with dregs,
    Karthik.

    Hi,
    I have tried what you have suggested. But still validation is not working
    I have done the following validation based on your inputs.
    Prerequisite
    Company Code = '1265' AND Transaction code = 'FB60' AND
    Account Type = 'K' OR
    Transaction code = 'F-43' AND Account Type = 'K' OR
    Transaction code = 'F-48' AND Account Type = 'K'
    Check
    Business Place > '' AND Business Place = Section Code
    Message
    E - Error Message
    Still it is not working.
    Please suggest.
    Best Regards
    Shashikanth.M

  • Open item check box in gl Master

    Hi
    Previsouly for the advance gl there is no open item check box not checked. But now i want to tick the check box so that all my entries will be shown as open items if they were not cleared.
    But my question i want my previous entries should also show in open item. For this is there any programme need to be runned.
    Regards

    Hi,
    If you are in an new GL environment, you cannot change it; a new account is required as you may have to abandon the old one.
    Are you release 4.5 A or earlier? Then SAP supports the change program RFSEPA02/03 after you zero down the balance of the balance sheet account. Beyond 4.5A and untill New GL, you can change it but beware, SAP no longer supports RFSEPA02/03, since handling errors frequently occurred in the past causing data inconsistencies.
    If you nevertheless want to use the reports, copy them to ZFSEPA02 or ZFSEPA03 and mark the following lines as comments:
    INITIALIZATION.
    CALL FUNCTION 'POPUP_DISPLAY_TEXT'
    EXPORTING
    POPUP_TITLE = ' '
    TEXT_OBJECT = 'RFSEPA02' ('RFSEPA03')
    EXCEPTIONS
    TEXT_NOT_FOUND = 1
    OTHERS = 2.
    LEAVE PROGRAM.
    In addition, you must adjust the EPA00F00 include. Mark the following line as comment:
    INCLUDE EPA00F00.
    *>>>> START OF DELETION - NOTE 175960 <<<<
    CHECK SY-REPID = 'RFSEPA02'. "<<<< INSERT - NOTE 0065877
    *>>>> END OF DELETION - NOTE 175960 <<<<
    Enhance the following line:
    INCLUDE EPA00F00.
    *>>>> START OF INSERTION - NOTE 175960 <<<<
    CHECK SY-REPID = 'ZFSEPA02'. "<<<< INSERT - NOTE 0175960
    *>>>> END OF INSERTION - NOTE 175960 <<<<
    Please be aware that questions regarding the use of the reports will only be considered as SAP Consulting, since the account change is a correction to an incorrect account control
    Regards
    Balaji

  • Authorization check of Tcode FCH7 (reprint check) / FCHN (display check)

    Hello to you all,
    Does any of you know of an option of extended the authorization check of Tcode FCH7 (reprint check) / FCHN (display check) using authorization object F_BKPF_BEK / F_LFA1_BEK?
    Regards,
    yoav Bernstain

    Hi,
    Authroization: User need authroization to post Financial Accounting Document for Vendor
    Object: F_BKPF_BEK
    Activities: 01-Creat, 02-Change and 06-Deleter
    Authroization: User need authroization for vendor Master Data (03-Display activity can also work)
    Object: F_LFA1_BEK
    Activities: 01-Creat, 02-Change, 03-Display and 06-Deleter
    Regards,
    Prashant Rane

  • Item Check out/in in content areas published as portlet

    I have a content area I have published as a portlet. I have noticed that if I add an item (a file) and enable item check out, the icon to check out the file doesn't appear in the portlet. You have to open the content area in the content area navigation page to get the check out/in icon (and a few others.) Is there a way to do this inside the portlet?
    Thanks
    null

    This is the intended behaviour, to simplify the portlet interface. You'll notice, too, that you can't edit a checked-out item in the portlet.
    This will all change in the 3.1 release of the product.
    Regards,
    Jerry

  • Is it possible to get menu item checked state?

    In a script I need to know the state of a menu items checked state - e.g. the View/Proof Colors menu item.
    Is that possible? (and of cause if it is how do I do it?)
    Thanks,
    Jack

    The reason I need the state of "Proof Colors" is that I want to turn on/off the visibility of a layer set depending on its state.
    In the layer set I would have my printing adjustments layers. This way it is very easy to compare the image with the softproof. When "Proof Colors" is turned off the printing adjustment layer set would also be turned off - displaying the image without any printing corrections.
    When "Proof Colors" is turned on the printing adjustment layer set would also be turned on - displaying the softproof with printing corrections applied.
    Jack

  • Enable Item Check-Out

    In "Checking an item in and out" topic of help:To check in and check out an item, the Enable Item Check-Out attribute must be selected for the item.
    But I can not find the option of "Enable Item Check-Out".

    You should edit the item's properties and in the 'Secondary' tab you can find a checkbox for 'Enable Item Check-Out'.
    Thanks,
    Vanathi

  • Definning SPK (30) for BOM item in the tcode cs02

    hello,Guru's
    i want Tcode or Path
    for definning special procurement key
    30-subcontracting for
    item in the tcode cs02
    regards,
    mys

    Dear ,
    Goto OPPQ
    1.assign 30 in SP type,
    2.procurement type F,
    3 Special Procurement :L
    4.As BOM Component
    Activate Direct Procurement
    Now in BOM CS01 or CS02, Sekect the item you are doing Subcotracting and in Basic tabe page u have Special P.Key filed .Aassing 30.
    Hope this will work for your requirement.
    Reward point if useful.
    Regards
    Jia

  • Changed order of enterprise keywords after item check-in

    Hello,
    I am experiencing a weird behavior of the enterprise keyword fields in my document libraries:
    After an item check-in, the order of the keywords in the enterprise keyword field changes to a different order. But it seems to occur only sometimes and not everytime.
    Has someone also experienced such a behavior and/or could tell me why this happens?
    Thanks in advance,
    Dennis

    Hi Dennis,
    According to your description, my understanding is that you have a library with managed metadata column, the column has multiple values, when you checked in a document, the order of the values had changed.
    I am not able to reproduce this issue, could you tell me the followings:
     1.After checking out the document, what did you do for the document? Is it possible that you changed the field accidentally?
     2.Whether this issue occurred on other libraries.
     3.What version of IE did you use?
    Please have a test with IE 10 or Chrome, compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • Hi, how can I move the "Home" icon back to the LHS where it used to be on 3?

    The home icon was on the LHS of the screen next to the forward and back buttons - can I move it back there rather than leaving it in its current position way over to the right? Thanks.

  • Php form processing script

    Hi. I got a program to write a php form processing script. My submit form is for photo submission to my domain email. I published to site and did a test to see if it works i got this error: Warning: require_once(F:\Domains\mydomain\mydomain.com\wwwro

  • DBMS_XSLPROCESSOR and xsl:import

    Hi all! I'm using Oracle 9.2 and DBMS_XSLPROCESSOR to transform my XML to HTML. I build XML using DBMS_XMLDOM methods, build stylesheet using dbms_xslprocessor.newstylesheet, then try to transform it using DBMS_XSLPROCESSOR.processXSL. It work fine.

  • OMW hangs on mapping some databases

    Hello: I am migrating about 20 databases from MS SQL 6.5 to Oracle 8.0.5. 15 of the databased migrate flawlessly, but 5 of them hang on OMW during the mapping phase. I have to "End Task" the program to get it to stop. I have played with the source mo

  • After 10.4.11 Crash The Simplest Solution to Make an Apple Working again

    Hey ppl, Yes!!! i have also faced the SAME HORRIFYING situation that all the ppl around the world are facing after updating to 10.4.11, it was like sudden death..... But thanks to this discussion and all the support... i have managed to overcome the