Regarding work flow for credit block release in sales order

Dear Experts,
Kindly help me with work flow-
my scenario is if customers credit limit of 5000$ exceeds in sales order it should be blocked and notification should go to authorize person through simple mail to release this block.
for this i have done settings in out control i have used output type krml and determined partner as employee responsible to release block in customer master but mail is not triggered to authorized person for credit block and how i can create work flow for this so that authorized person should get notify for credit block as well he releases block also.
Regards
Supriya

Dear supriyaparimal,
Please find the below points to fix your issue.
1. Configure the out put determination by using the condition type KRML.(Hope oyu have done it already).
2.Maintain the condition records in VV11 for condition type "KRML"
3.Then select the condition record and click the communication tab .
4. If you want to give any information you can use "Note for recipient".
5. If the information has to be sent to relevant person you recipient name in the recipient column.
Save the documnet.
If you raise the sales order and if it is blocked then system automatically send the information to respective person.
You can get this in formation in ""SBWP" transaction code.
Check the in box, the information what you have mentioned in the condition records will be appeared.
Please let me know if you have any clarifications
Thanks&Regards
raghu.k

Similar Messages

  • Credit block in a sales order

    Hi All,
    Is it possible to find out who has released a credit block in a sales order. Is there any table or T-CODE .
    Normally , it is displayed in the Change log of  the sales order . But in our case  the change log is not showing any details of the credit block . Can there be any reason why it is not showed in the Change log .
    Please help .
    Regards,
    Pallavi

    Hi
    Please try this:
    Pass  VBELN to CDHDR table as OBJECTID along with OBJECTCLAS = VERKBELEG To Fetch CHANGENR (Document number) 
    Pass CHANGENR, and VBAK-VBELN, OBJECTCLAS =VERKBELEG, TABNAME=VBAK and FNAME=FAKSK into CDPOS table to
    Fetch CHANGENR
    Pass the CDPOS-CHANGENR as CHANGENR and OBJECTCLAS = VERKBELEG into CDHDR table again to get change details.
    P.S. If sales order was blocked and unblocked by some one, it should display in Change log of sales order.

  • How to place a credit block on a Sales order

    Hi All,
    I am creating a scenario for testing in which I have to place a credit block on a Sales order. How do I do that. Please help.
    Regards,
    Shanu

    >
    Shanu Jain wrote:
    > Hi Ravi,
    >
    > Thank you for the response. If I want to get the error of credit block while creating the Sales order itself (when I am trying to save the Sales order) what settings we need to do besides making the credit limit zero for that customer in FD32?
    >
    > Regards,
    > Shanu.
    Hi Shanu,
    Just do simple debugging and change the field  value , it will automatically solve your purpose , with this there is no need to change the configuration etc.
    pls put the break point at ..
    1) Goto tcode se38. Here input SAPLVKMP and then press display.
    2) here you can see lot of includes , here pls double click on the include LVKMPF0A.
    3) Here you will see the code like..
    open values  > creditlimit
      IF SCC_SUM_OPENS GT SAV_KNKK_KLIMK.     :> place the break point here
        PERFORM MESSAGE_EXCEEDED_VALUE USING SCC_FLG_ORDER SCC_SUM_OPENS.
        MOVE CON_RC_NOK TO SCC_RC.
      ENDIF.
    4) And now do the sales order , the cursor reaches here , then in the debugging mode change the value of SCC_SUM_OPENS  to more than SAV_KNKK_KLIMK.
    5) And then press f8 , now you will get the desired result , ie your order will have a credit block.
    Hope this will help you.
    Regards,
    Vvieks

  • Credit Blocked 3rd Party Sales Order confirm quantity change discrepancy

    Hi,
    I am facing the below 3rd party SO qty change issue. Please check and advise me.
    Step 1:
    Created one 3rd Party SO for item A - 10 qty.
    Step 2:
    PO is created with reference of PR number (item A- 10 qty).
    Setp 3:
                Again I am changing the SO item A qty from 10 to 20 (i.e. SO value is increased).
                Due Sales order value increase the credit check performed and due to customer credit
                limit the system shown Static Credit Block message (SO  blocked for Credit approval).
    Setp 4:
    I have saved the SO with the Credit Block message (still SO Credit Blocked).
    Issue :
    I have not released the Credit block in SO, Even the system has updated the SO confirmation qty as 20
    and subsequent PR and PO also changed from 10 to 20 qty.
    Regards
    Baskar

    See, the Credit Management System is designed to work in the SD side & not on the MM side.
    Once PR is created, it is updated every time Tird party Sales Order changed which is basic requirement.
    Once PR is created / updated, system (Credit Management) cannot the creation of PO & subsequent documents. This is becaus Credit Management is desinged to block creation of Sales Order, Delivery Document & PGI & nothing more.
    That is why I suggested you to go to Z-Development & apply a User Exit.
    Hope this clarifies.
    Thanks,
    Jignesh Mehta

  • Output Determination for Credit Block/Release

    Hi All,
    I have a very strange problem with my Output Determination in SD.
    I have created several of these in the past and this is really, really becoming frustrating now!
    The scenario ...
    We need a requirement to send a form via email to a customer if the credit is released or blocked in VA02. I have set this up in SPRO and VOFM (as I have said I did this before hence I  know it's correct thus far) and my code in the output determination is as follows:
    FORM kobed_994.
      sy-subrc = 4.
    * Not from the release or recheck transaction
      CHECK sy-tcode+1(2) NE 'KM'.
    *can use komkbv1 for further info
      IF   komkbv1-cmgst EQ 'D' " released by credit responsible
      AND *komkbv1-cmgst NE 'D'.
        sy-subrc = 0.
      ELSE.
        sy-subrc = 4.
      ENDIF.
    ENDFORM.
    *       FORM KOBEV_994                                                *
    FORM kobev_994.
      PERFORM kobed_994.
    ENDFORM.
    However, even when Subrc is set to 4, the email is sent with the Form!! I am really frustrated at this and has gave me problems for a while ... I also have searched for similar scenario to no avail
    We are running 4.6c if that helps

    Also forgot to mention ... The routine does get run!

  • Using work-flow for payment release

    Dear Experts
    I have a problem when using work-flow for payment release:
    I am using ws00400012 as standard work-flow for payment release ,after posting invoice documents via FB60 BSEG is crated but BKPFID dose not exist in container .
    when I test this work-flow it is running correctly via SWUS.
    It would be very helpful if someone can help me with this problem.
    Thanks and best regards,
    Azam

    http://help.sap.com/saphelp_46c/helpdata/en/6e/1217de9f0411d189b80000e829fbbd/frameset.htm
    Goto Accounts Payable (FI-AP) and in that "Vendor Down Payment Processing".
    Check out the link for workflow scenarios.. http://help.sap.com/erp2005_ehp_03/helpdata/EN/04/926f8546f311d189470000e829fbbd/frameset.htm
    Goto "Archiving Application Data (FI)" and check if your scenario exists or not !!!
    Regards,
    PR.

  • Trigger Work Flow for payment release

    hi guys,
    kindly help me how to trigger the standard work flow for Payment release ((WS00400012).
    With Regards
    Pradeep N

    enter the Workflow
    in SWDD : WS00400012
    click on Agent Assignment and assign the Approver USer ID.
    click on the event linkage and activate and save.

  • RFC/BAPI For Sales Order Credit Block Release like vkm3 (very urgent )!!

    hi experts,
    I need the RFC/BAPI For Sales Order Credit Block Release like vkm3 function ,please help
    thanks
    Godspeed

    hi
    can get the list of all the bapis..
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    Reward if USeful
    Thanx & regards.
    Naren..

  • Credit Block Release for 24 Hours

    Dear SD Experts,
    Our Customer requirement is like this:
    "Automatic Blocking of customers based on the Credit Limit and Manual Release for a limited period of desired customers".  The limited period may be 24 Hours which means if we release a particular customer, then the smae should be automatically blocked again after 24 hours.  By doing this, Customer want to control both the credit situation as well as inventory situation.
    Is there any way to address this.
    I proposed them to have Automatic Credit Block for that Sales order and Change the Sales order line item status so that the MRP Requirement will get cancelled automatically. After 24 Hours, if they want to release the Customer, then release the Sales order block(Credit Block) and also change the Sales order line item status(So that it will trigger MRP). But the Customer is not happy.
    I have not faced this type of issue..
    Share your valuable suggestions and correct me if my approach is wrong.
    Best Regards
    Khushi.R

    Hi Khushi,
    These kind of sollutions can be handled with some advaced technology like CRM, for that you have to implement CRM module and CRM module consultant will handle very effectively.
    Kindly do not allow your client to have much developments in SD as it will be main cause for system crash.
    Regards,
    sahil K

  • Work flow for release of PO

    HI,
    I am doing customization settings for work flow for release of PO (Task customizing over view).
    If the PO created Auto mail should go to the releaser.
    I configured as below.
    1)     I assigned Agent in Task customizing over view.
    2)     If I go to activate event linking >>work flow for release of PO it is deactivated.
    If I activate manually after creating PO it will be deactivated.
    Pls Help on this.

    In event linkages , tick 'Linkage activate' and in 'Behavior Upon Error Feedback' select value as 3 (Do not change linkage'.

  • Credit Block released Sales order report

    Hi Experts,
    My client is given few sales orders (around 4)no and requesting us, to prepare the credit block released sales orders report (include released person user ID).
    *.No change logs is existing for all sales order and deliveries.
    For above requirement I am using CDHDR table data but I am not getting credit block released sales order report.
    Below fields I am using in CDHDR Table.
    Change doc.Object (objectclas) : VERKBELEG
    Document No (CHANGENR): Sales order no XXXXXXX
    Transaction no (TCODE) : VKM1,VKM2,VKM3
    Date(UDATE) : 25.09.2011 to 09.11.2011
    Experts, Can you please help me out for this.
    Thanking you!!!!
    Regards,
    Vijaykumar Kola
    *.I'm already aware of this is a new development.

    Try this, simple report... Here we check the new value of credit  status field VBUK-CMGST and if it is 'D' we know that someone used VKM* transaction to release the document. Also you need to format the sales order number with leading zeros so it occupies all 10 digits and pass it to CDHDR-OBJECTID field (and not CHANGENR field). In the below code I am using select option for sales order number, so I know it will be formatted with leading zeros and so select on CDHDR will be successful.
    *& Report  ZTV_TEST
    REPORT  ztv_test.
    TABLES: vbak, cdhdr.
    SELECT-OPTIONS: s_saldoc FOR vbak-vbeln OBLIGATORY,
                    s_udate FOR cdhdr-udate.
    RANGES: r_objid FOR cdhdr-objectclas.
    DATA: ls_cdhdr TYPE cdhdr,
          ls_cdpos TYPE cdpos.
    IF NOT s_saldoc IS INITIAL.
      LOOP AT s_saldoc.
        MOVE-CORRESPONDING s_saldoc TO r_objid.
        CONDENSE: r_objid-high, r_objid-low.
        APPEND r_objid.
      ENDLOOP.
    ENDIF.
    CHECK NOT r_objid[] IS INITIAL.
    SELECT *
      INTO ls_cdhdr
      FROM cdhdr
            WHERE objectclas = 'VERKBELEG' AND
                  objectid IN r_objid AND
                  udate IN s_udate AND
                  tcode LIKE 'VKM%'.
      SELECT SINGLE *
        INTO ls_cdpos
        FROM cdpos
          WHERE objectclas = ls_cdhdr-objectclas AND
                objectid = ls_cdhdr-objectid AND
                changenr = ls_cdhdr-changenr AND
                tabname = 'VBUK' AND
                fname = 'CMGST' AND
                value_new = 'D'.
      IF sy-subrc = 0.
        WRITE:/ ls_cdhdr-objectid(10), ls_cdhdr-username,
                ls_cdhdr-udate, ls_cdhdr-utime.
      ENDIF.
    ENDSELECT.

  • Sales Order Confirmation when sales order goes for Credit Block

    want Sales Order to be Confirmed , i e Schedule line Confirmation , when sales order goes for Credit Block
    How i can Achieve this?
    Even when set for Sales Document typpe credit check as 'D' and credit group as ;03; ie at Goods Issue still order is not getting confirmed.

    I am not sure, why you want schedule line to be confirmed for credit blocked sales orders. Re-confirm with the client.
    There are controls when defining delivery blocks.
    Goto IMG - Log.Execution-Shipping - Deliveries- Define delivery blocks( check menu path in system, may not be same as shown here).
    Select 01- credit block " untick" from "Confirmation" Column.
    Now test with & see how ti works.
    Regards,
    Reazuddin MD

  • How to restrict/hide  the CREDIT BLOCK RELEASE LINK AT ITEM LEVEL of Servic

    Hi,
    We are using CRM2007 Stack 4.
    In WEB UI Change Service Order  screen for a credit service order which
    is blocked for credit, at item level a link is available for release of
    credit block. This link is currently accessible by all users.
    Please advise us how to prevent users accessing this link for order
    credit block release.
    Regards
    Achuthanandan

    I am looking for this answer as well. Has this been answered or resolved?
    Thank you,
    Carolyn

  • Work Flow for Purchase Order

    Dear All,
    How to create Business Work Flow for Purchase Order Creation and it’s release process.
    I want to create purchase order and forward for release process. I want to done all this process through Work Flow.
    So can anybody guide me step-by-step guidance for Purchase order creates & release process through “SWDD”?
    Regards,
    Mahesh Wagh

    Hi Mahesh,
    See this link. It might help you.
    [https://wiki.sdn.sap.com/wiki/display/ERPSCM/RELEASE%20PROCEDURE#RELEASEPROCEDURE-RELEASEPROCEDURE]
    Thanks&Regards,
    Manjula.S

  • Work Flow for Service Entry Sheet

    Hi all,
    We need Work Flow for Service Entry Sheet as below using SAP mail box :
    Once Created, will go to Incharge for varification.
    If yes, will go to Manager for further varification.
    If yes, will go to again Incharge back for Release.
    Regards,
    Hamadeh Bashir
    Gulf Petrochemical Industries Company,
    Bahrain

    Hi,
    Object Type BUS2080 (Service Notification)
    Standard Task TS00008336 (Processing a Service Notification)
    Workflow Template WS00200099 (Putting a Service Notification in Process)
    You can define your own workflow.
    Regards,
    Srilatha.

Maybe you are looking for

  • Dual Displays G4 Quicksilver

    hello everyone, i just got an AOC (DVI) 17inch flat panel display. I got an ADC to DVI adapter and hooked up the new AOC monitor. A Sharp flat panel monitor is connected to the VGA port. I have three problems. 1.) When the Mac starts up, the AOC moni

  • Part of screen is darker

    hi i am proud user of z3 compact, but then today for some reason after normal phone call with my head sweaty screen went crazy then after few minutes it came back to normal, but then i realized that power down button stoped functioning. after few min

  • Cme 9.1 parked calls question

    i have a need to do this with park call. Call comes in. Reception at ext 4026  answer call. Reception transfer all to my extension ext 4047. Call automatically goes to my extension as parked. (I don't want to pickup for 2 minutes). I have created two

  • Custom codecs

    Hi, I'd like to add effects to the sound and video tracks of a movie. I'm using fobs to decode the files at fobs.sourceforge.net . Could anyone post some code showing how to implement the effects and add them to the codec chain. I could never get it

  • Mac book pro failures

    Face Time was working fine and then started to fail after 30 seconds of connecting.. This keeps repeating and comnnection is lost