Credit check at goods issue and release authorziation based on value

Hi,
I am doing credit management config. My reqmt. is to have credit check at goods issue only. Done this through credit group in automatic credit management config. I have used static check with both open orders and open deliveries checked.
open sales order (delivery not created) value is not updating in the credit exposure field in FD32 can u tell me what can be the problem (I have maintained the subtotal value A in pricing procedure)
My 2nd requirement is based on the range of credit value, documents should be released. i.e., Credit limit is 1Lakh. Now when it exceeds by 50000, credit manager is authorized to release in VKM5. If it exceeds & between 50000 - 1Lakh, Finance Head should be authorized to release in VKM5 and finally it exceeds above 1Lakh , VP Finance should be authorized to release. How do we handle this, pls. give me solution for the above scenario
Thanks
Dhina

HI
> I am doing credit management config. My reqmt. is to have credit check at goods issue only. Done this through credit group in automatic credit management config. I have used static check with both open orders and open deliveries checked.
> open sales order (delivery not created) value is not updating in the credit exposure field in FD32 can u tell me what can be the problem (I have maintained the subtotal value A in pricing procedure)
Please Check the OSS Note 18613 that gives the check list for credit management setings
> My 2nd requirement is based on the range of credit value, documents should be released. i.e., Credit limit is 1Lakh. Now when it exceeds by 50000, credit manager is authorized to release in VKM5. If it exceeds & between 50000 - 1Lakh, Finance Head should be authorized to release in VKM5 and finally it exceeds above 1Lakh , VP Finance should be authorized to release. How do we handle this, pls. give me solution for the above scenario
Please discuss with your ABAP and Basis Consultant.
Regards,
Phani Prasad

Similar Messages

  • In the second leg STO GR and IR created without doing Goods issue and IV

    Hi Guru's
    Please can anyone tell us user is created second leg STO without doing good issue and Intercompany invoice, but he has been done GR and IR it is causing problem in MR11 report still outstanding.
    i asked user to do GR cancelation or reversal, it is not possible because stocks released to QA. and GR and IR created with ref to PO

    Hi,
    We can not cancel GRN once it is released form QA or UD is made.

  • Why decimal Places are allowed during goods issue and Goods receipt for mat

    Why decimal Places are allowed during goods issue and Goods receipt for material with unit of measure PCS.
    MY config allows consumption in decimal places.
    How to restrict this?
    Prem Nivas

    Hi,
    Please check in customizing UOM (T code-CUNI).
    In dimensions check the decimal point for the unit of measurement.
    Regards,
    Krishnendu.

  • Goods issue and receipt related problem

    hi,
    how do I configure goods issue and goods receipt tolerence according to stock in plant.
    suppose client want to issue any quantity till the stock level will reach 10 qty.after that no one can issue this material from a perticular plant.same thing applicable for GR also.
    plz help me to solve this .
    regards
    Aniruddha

    Hi,
    check the "PURCHASING VALUE KEYS".
    MM - PURCHASING - PURCHASING VALUE KEYS- NEW ENTRIES - FIX THE LIMITS  and assign this with the material in the PURCHASING view of the material master.

  • Can't access one user on mac....one user is OK although it runs very slow..lots of beach ball action...tried using shift to access user and no use...I ran a disk check from good user and it checks out OK...what do I need to do

    I cannot access one of two users on my mac..i have tried using the shift key but no luck...the one user that I can access runs very slowly, I get a lot of beach balls from **** action...also the message "unapproved caller" keeps popping up...I ran disk check from good user and it shows OK...Disk usage shows ~267gb used out of 360gb disk

    Spinning Beach Ball
    Spinning Beach ball (2)
    Spinning Beach ball (3)
    Spinning Beach ball (4)

  • Credit Note to be approved and released by Maanager before allow to print

    User wanted all credit note to be viewed and released by higher authority before allowing to proceed with printing.
    If there any configuration I can set for this task?
    if yes, can anyone guide me on the setup?
    Thanks a million

    Hi,
    You can achieve the same through User Status and following developments.
    Define User Status
    SPRO----> Cross Application Component -
    > SAP Business Partner ---> Business Partner ---> Basic Settings ---> Status Management -
    > Define Status Profile (T-Code BS02)  Here you have to create on Status profile with 1. Approved 2. Rejected.
    Assign this status profile to your documebt type details screen T-code VOV8,
    Now you have to create Authorization Key for the User who will change the status, and assign in you it to ur status profile.
    Now for printout
    Create one routine with the help of ABAPer T-code VOFM  select Requirement ---Output
    otherwise write Logic that if user status is Approved then only systmem will give printout.
    Functions to use for this
    "example logic"
      IF flg_set = 1.
        CALL FUNCTION 'SSF_OPEN'
          EXPORTING
            user_settings      = ' '
            output_options     = w_output
            control_parameters = w_control
          EXCEPTIONS
            formatting_error   = 1
            internal_error     = 2
            send_error         = 3
            user_canceled      = 4
            OTHERS             = 5.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ENDIF.
      CALL FUNCTION g_fm_name
        EXPORTING
          w_name_1           = w_name_1
          user_settings      = ' '
          output_options     = w_output
          control_parameters = w_control
        TABLES
          i_out              = i_out
          i_name_1           = i_name_1
        EXCEPTIONS
          formatting_error   = 1
          internal_error     = 2
          send_error         = 3
          user_canceled      = 4
          OTHERS             = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      IF flg_set = 1.
        CALL FUNCTION 'SSF_CLOSE'.
      ENDIF.
    *ENDFORM.                    " F_CALL_SMART_FORM
    PERFORM f_select_data.                             " Subroutine for all select statements
    PERFORM f_build_out_table.                         " Subroutine to build output table
    PERFORM f_text_conversion.                         " Subroutine to call text ID to text conversion
    PERFORM f_call_smart_form.                         " Subroutine to call Smart form
    ENDFORM.                    " ENTRY_SD13
    for Identifiying which User Status is marked in document during calling of routine.
    Get the Object Number (OBJNR) from VBAK for SD and PRPS for PS and Pass the OBJECT NO (OBJNR) into Function Module ALM_ME_READ_USER_STATUS,  based on that we can write logic in our FS if user status is not approved or according to our requirement then system will not allow to take printout.
    Regards
    Shambhu Sarkar

  • How to validate Expiry Stock at Outbound Delivery level instead of checking at Goods Issue?

    Hello Everyone,
    The client wants us to validate Expiry Stock at Outbound Delivery level instead of checking at Goods Issue?
    What is the solution for this?
    Regards,
    Anwar

    Hi Moazzam Sir,
    I'm sorry for not explaining in detail. Actually, I posted the issue in a hurry. I apologize.
    Actually, the client has materials which has expiry date. They use Batch Management. They maintain expiry data (90 Days) in Shelf Life Expiration Date. Their requirement is: User is creating sales order in VA01. Then, he creates Outbound Delivery (OBD), then PGI. They want system not to create OBD, if the material has expired. They want some error message to be thrown whenever user is trying to create OBD for expired stock.
    Regards,
    Anwar

  • Movement Type for Good Issue and Good Consumption in Table S032

    Hi Gurus,
    Would like to ask what are the movement type used in Good Consumption and good issue in Table S032.
    Thank you in advance
    Best Regards,
    Julius Calugay

    Hi
    If a goods movement is an goods issue and if its going to reduce the inventory stock/value (goods issue posting causes an update of the consumption statistics of the material) , then its going to be an goods consumption also - ex. issue to a cost center/order
    If a goods movement does not affect the inventory value but change in stock, then its only a goods issue - ex. transfer posting
    If a goods movement is not an goods issue, but it reduces the inventory stock/value, then its only a goods consumption - ex. receipt of materials in a subcontract PO, here the raw materials is assumed as consumed for the finished product receipt.
    Thanks !
    E.Avudaiappan

  • Goods issue and goods receipt with bar code

    hi
    i need  to do goods issue and goods receipt using bar code
    using se 73 i craeted a bar code
    iwill print this bar code on external system
    after printing same one will be stikked to  the respective bins
    i need to trigger goods issue and goods recipt by reading
    barcode scanner
    plz suggest how to achive this
    regards
    sasikanth
    vst

    One of the ways of triggering transactions in SAP using external systems is IDOCs
    When the barcode scanner scans the barcode of the material, you can trigger the IDOC from that system which will send the material barcode, number of units, goods issue/goods receipt etc to your SAP system. Once that inbound IDOC is received in SAP, SAP will trigger the goods issue or goods receipt based on the kind of transaction.
    If you can give the idea of IDOCs to your technical guy, he should be able to enable the solution. You may have to configure an IDOC in your SAP system, using teh standard IDOC type/message types meant for GI/GR
    Hope this helps you

  • Good Issue and Good Receive in Inventory Management

    Hi everybody,
    I have a problem to set initial stock in inventory management, because the result between BW and R/3 are not the same.
    I use ZLIS_40_S278 and use some routine to calculate total good issue and good receive based on movement type.
    Before that our users already define all movement type belongs to good issue and good receive.
    Basically how we can get good issue and good receive value?
    Regards,
    Steph.

    Hi Steph
    Use the following key figures
    0ISSBLOSTCK - Issue quantity: blocked stock
    0ISSCNSSTCK - Quantity Issued from Consignment Stock
    0ISSQMSTCK - Issue quantity: stock in quality inspection
    0ISSTRANSST - Issue Quantity: Stock in Transit
    0ISSTOTSTCK - Issue Quantity Total Stock
    0ISSVALSTCK - Quantity Issued from Valuated Stock
    0RECBLOSTCK - Receipt Quantity: Blocked Stock
    0RECCNSSTCK - Quantity Received into Consignment Stock
    0RECQMSTCK - Receipt Quantity: Stock in Quality Inspection
    0RECTRANSST - Receipt Quantity: Stock in Transit
    0RECTOTSTCK - Receipt Quantity Total Stock
    0RECVALSTCK - Quantity Received into Valuated Stock
    Thanks.

  • Default GL account upon goods issue to maintenance order based on activity

    Hi all,
    There's a scenario here in Plantation Industry that we require to default GL account upon goods issue to maintenance order based on activity type assigned in the order instead of only posting to consumption account, is there anyway in OBYC or user exit able to fulfill requirement mentioned?
    Thanks as advanced.

    Hello
    With help of general Modifier in combination of valuation class you can assign GL as per your wish for offset posting incase of GI to order/anything
    Example
    Transaction key-GBB
    General modification- VBR
    Valuaction Class - checked
    Dr/CR- checked
    Assign the general modifier to T code MIGO , through OMJJ
    Regards
    Dinabandhu

  • Error in goods issue witjout release of production order

    hi gurus,
    I have created production order but not released only created.
    Now  I am doing Goods issue in MIgo then it is not allowing.
    I want to know the reason for that.

    Dear ,
    It is a normal behaviour of the SAP system in Production Order Cycle that once the Production Order Status is CRTD , REL -Relased , Material Availablity Check , Capacity Availablity Check has done , then one should execute M31/MIGO/MB1A to perform the the good issue .
    Even if you goto MIGO -Goods Issue -Reservation Number -Enter Res Num  and execute .It will give you an error with Yellow marked light because , till you REL the Production Order , there will not be any confirmation agisnt the reservation number to carry out  any Movement Type with documents number .
    So REL is mandatory before Goods Issue done againt any PO
    Hope this is clear
    Regards
    JH

  • Check on Goods Issue

    Hi,
    My client is asking a solution for scenario whereby-
    eg:
    activity1
    material1 qty 10
    material2 qty 20
    Now client wants that no goods issue can happen on apart from the materials atttached to activity.
    Do we have some solution in standard or should i go for development.
    Thanks,
    Harsh

    Hi Harsh,
    I can think of following solution options:
    1. Allow goods issue only via reservation in MB1A and MIGO using authorisation.
    2. Custom development in MB1A/MIGO user exit. Use RESB table to perform check.
    Regards
    Shrikant

  • Batch expiration date check when goods issue

    Dear expert,
    In batch expiration date check, we have a requirement that when do goods issue with delivery note we should have a expiration date check for expired batch(the system needs to give a warning message when we want to pick a expired batch(in WM) or to issue a expired batch). But I checked OMJ5 and found that there is no check for movement type 601, 641, 643 or 647. Do we have a standard function for this requirement? Thanks.
    Leo

    Hi,
    In SD batch determination normally happens during Delivery creation for a Sales Order, Check for batch determination is maintained for a combination of sales org, order type - system determines Search Procedure at this level (here a check box also controls the batch check against selelction rules in case somebody puts a batch manually)
    later on through selection class and sort rules batch expiry is check during determination
    so all checks are applied before an actual goods issue is made so std SAP doesn't provide this check indicator at mvt type level
    Hope this helps
    Reg
    Dheeraj

  • Standard Report check whether Goods Issue has been performed for DN

    Hi All,
    My users is having a list of DNs where they would like to check if Post Goods Issue has been performed for them.  I would like to ask is there any standard reports as to check if a Delivery Note has PGI performed?
    I have tried report VL06G but in this report we cannot give the DN No. as the key. 
    Thanks.

    There is no standard reports to check GI by DN number.
    You have to find out the Outbound Number first then check by Outbound number.
    In SE16N, key VBFA table
    Pump in your DN number under "Follow-on doc."
    Under "Prec.doc.categ." select "J".
    with the outboud number, you can proceed to check using above report suggested.
    Alternatively, using same VBFA table. Pump in list of outbound number under "Preceding Doc." and select "Subs.doc.categ." as "R".
    If you can set-up query reports, you can also get all the information directly with the DN Numbers.

Maybe you are looking for

  • Trackpad not working in the middle

    I don't recall any moisture getting onto my trackpad recently but i do know that if my fingers are moist it doesnt move well. but my fingers are dry and along the right side of my trackpad it works perfectly. but when i move my fingers along to the m

  • Edge Animate CC Crashing

    Hey, hoping to get some help here. in the video below you can see how my rulers and and selection tools disappear. if i continue to work like this it will either crash or give me different errors. I've reinstalled several times and even wiped my comp

  • HOW DO I GET RID OF FREE (JUNK) APPS

    HOW DO I GET RID OF FREE (JUNK) APPS? WAS PLAYING AROUND WITH THEM IN ITUNES. DOWNLOADED A FEW TO SEE HOW THEY WORK. NOW I CAN'T GET RID OF THEM ON MY PHONE. SCREEN TOUCH, JUGGLES, HOLD APP, NO X TO REMOVE ANY OF THEM. THE PHONE IS AN 3GS, AND RUNNIN

  • Homepage redirected to hao123 when start firefox

    My homepage redirected to "hao123"(http://www.hao123.com/?tn=97473572_hao_pg) when I start firefox, even though the homepage is set to www.yahoo.com. I still can use home button to get to www.yahoo.com. This happens after I download a game "diggerxp"

  • Emails in HTML format

    How do have Apple mail open html formated emails I receive?