Release procedure triggering for fields not classified

Hello experts,
The classification for release procedure for PO in our current system are using 3 fields:
1) Company code
2) P.Org.
3) Currency : >0 currency unit
Now, when we change an existing text in the PO, no release procedure is triggered. But in case, if we add a new text to the PO (any new text at header or item level), the release procedure is triggered and goes for approval. Please guide me as why the addition of text to a PO is triggering the release procedure and what should I do to avoid so.
Thanks.
Richa

Hello Biju,
The reply from ABAP team is as below:
I checked all enhancements mentioned by you in trailing mail.
No active code logic found. "
Thanks.
Richa

Similar Messages

  • Approval procedure required for Delivery note based on condtions

    Dear All,
    I have the followings situation in which the business flow is as such that Sales Quotation is made and based on the Sales Quotation AR Down Payment request is made. Once the downpayment is recieved from the customer entries are made in Incoming Payment, Sales Order is booked and AR downpayment Invoice is booked. As there are milestone payment means 30 %, 60 % which would be done through AR downpayment Invoice and final 10 % is the final AR Invoice done. Now lets say that I have a Sales quotation No 10001 having an value of USD 10000 based on which AR Downpayment Request for 30 % and incoming payment comes from the customer for 30 % which is 30 % of USD 10000 is USD 3000. After reciept of payment based on Sales Quotation No 10001 a Sales Order is been booked ( Document Number 20001 ) with a payment terms of 30 days credit. Now I want an approval procedure in the Delivery Note to do a check that if for that particular Order No the payment terms is for 30 days credit means the payment due date and if the next 60 % the customer does not pay in time (which is after 30 days) the delivery would require an approval from the Finance head.
    I think the above situation can be solved from the approval procedure with the help of some query but am not able to understand as to how to work on it.
    Would be obliged if you can throw some light in it.
    Regards,
    Rahul

    Dear Gordon,
    I think you did not understood my requirement. See the first 30 % downpayment the customer would be giving at the time of Sales Quotation. Now ater 30 % is recieved sales order would be booked. Now based on the sales Order delivery would be ONLY done when the next 60 % the customer pays. If he does not pays the next 60 % I want an approval to be done for delivery.
    I had mentioned in my earier thread - ''next 60 % the customer does not pay in time (which is after 30 days) the delivery would require an approval from the Finance head.''
    Means I want an approval check to be done on delivery with a condition of 60 % of the order value. And the final AR invoice would be done on the last 10 %.
    I hope I am clear in my requirement.
    Regards,
    Rahul

  • Release procedure setup for changed Purchase orders

    Hello All,
    I have below scenario
    1. After PR creation, it will be approved. and get converted to PO. At this time no need for approval  (release) again. But once the same PO has been changed it should be subjected for release (approval). Can we have release strategy setup which will get trigger only when PO is changed.
    2. Similarly, if PO is created without PR, then it should get subjected to release.
    How can we configure the above business process in the SAP system?
    Regards
    Krishna Prasad
    +41 61 3237548

    Hi,
    Do you have version mangement active in your system for PO's . If you have then you can use the filed CEKKO - REVNO
    Maintain the Character Value as > 0,
    So any PO whose version number goes above 0 , the relase strategy will trigger.
    If not, then first of all you have to configure Version Management.
    Go to SPRO > MM > Purchasing > Set Up Version Management for External Purchasing Documents > Here activate Version Management for the PO Doc Types you want. Here activate the following indicators.
    Version active
    Version 0 OK
    So whenever PO will get created the Version 0 will get activated automatically. And whenever you change PO, it will generate versions 1,2,3 and so on.
    Now in PO Release Characteristics use Field CEKKO-REVNO
    And in "Clasification", maintain value > 0 (Greater than Zero)
    And then check in ME21N, release strategy will not be applicable but for ME22N, it will get applied.

  • Property for fields not working properly.

    Hi
    I am doing some validation on tab strip.
    initially on some value my tab strip is coming,due to visibility binding property.
    now i am trying to do visibility binding on individual tabs of tab strip on user based,which is not working.
    is there any way to make it work out.
    my code:     
       call method wd_context->set_attribute
            EXPORTING
              name  = `PROP_CREDIT`    "Context attr name
              value = space.
    to hide a credit view, i had attached a attr to its transparent cont.,& have passed the value space to make it non visible.
    but it not working,i am doing this like enabled,visible on 3-4 tables,but noting happening.
    pls let me know how to make it work.

    HI Vipin,
    I have tested ouy this way...
    Ihave a TB with 3 tabs, Last tab has got One TC inside which there are 2 other TCs(TC2,3) with Input fields inside them.
    I bound the ENABLED property of TC2 to the ENABLE(wdy_boolean) property and coded in DOINIT of view.
    I didnt code it in modifyview.
    Its working fine for me..
    Please test it in some demo application you will get to know the errors.
    DATA lv_enable TYPE wd_this->element_context-enable.
    * get element via lead selection
      lo_el_context = wd_context->get_element( ).
    * @TODO handle not set lead selection
      IF lo_el_context IS INITIAL.
      ENDIF.
    * @TODO fill attribute
    lv_enable = abap_false.
    * set single attribute
      lo_el_context->set_attribute(
        name =  `ENABLE`
        value = lv_enable ).
    I guess, there is some thing going wrong  in MODIFYVIEW. for every event this gets triggered right.
    Now the TC2 got disabled also the Inoutfield inside it got disabled.
    Regards,
    Lekha.
    Edited by: Lekha on Oct 16, 2009 4:08 PM

  • Display Help for Field not referred through Data Elements in ALV

    Hi,
    I am working on a report program where the output is in ALV_LIST display format.The internal table used to define the field catalog contains fields that are not declared using Data elements.For these fields, when i press F1 from the output, the message I receive is 'No Document Available'.Can someone tell me how I can attach a help document to these fields without creating a new data element for each of these fields....
    For eg : My internal table that forms the field catalog is
      Data : Begin of i_itab occurs 0,
             matnr like mara-matnr,
             Name(50),
             end of i_itab.
    When this table is displayed in ALV, if F1 is pressed on the field matnr the corresponding dictionary help pops out.But since the field Name has no help document attached to it, i cannot view any help for this..Kindly tell me how i can attach my own help document to this field.
    Thanks,
    Swathi

    Hi,
    This issue was solved using the followiing steps.
    1. There is a parameter 'IT_EVENT_EXIT 'in the FM REUSE_ALV_LIST_DISPLAY or REUSE_ALV_GRID_DISPLAY.
    2.Set the value of the field of this paramter as
    EXIT-UCOMM= '&ELP'  " F1
    EXIT-BEFORE = 'X'
    This will make the control go directly to the user command functio written inside the program rather than the standard SAP define duser command....
    3. Inside the perform -usercommand in the ALV program use the FM HELP_DOCULINES_SHOW to show the appropriate help document
    This method may be used to display help text for those fields/columns in the ALV which are not referred to the fields/data elements in the data dictionary tabel

  • Release procedure for this concept.

    Dear Seniors,
    1) I had set release procedure already for contract and purchase order. Whenever i do po w.r.to contract, i have to release both contract and PO to do GRN. For example, consider vendor X and Y, i have contract for these 2 vendors and i have released that contract too. When i raise PO w.r.to that contract with vendor X and Y, it should not ask for release. How could i set that and where can i do that particularly for that two vendor X and Y? For remaining vendors, it should ask for release at PO level also. kindly suggest me please.
    2) Normally if we set message determination for PO, we can see print preview before release also. I would like to see the print preview after release of that PO. Before release of that PO, it should not show me the print preview. How could i set that ? Kindly suggest me please.
    3) I am having 400 plants, if i want to maintain 400 sloc for those plants correspondingly. Do i need to do that manually or is there any tcode to create sloc in mass ?
    Kindly clear my doubt please.
    Regards,
    JanaMM
    Edited by: JanaMM on Sep 9, 2009 8:02 AM

    Hi,
    Solution for 1)
    Simple way to tackel this is to create saperate document type for PO s which are created with reference to contract
    Solution for 2)
    Use development by using BADI in PO.
    us logic check field FRGKE(release status) in EKKO.
    Solution 3)
    Create BDC for the extation of storage locations.
    T-code = MMSC
    regards,
    sujit

  • Dispaly of the output message for the not released contract

    Hi, all,
    Is there a possibility, for buyers (conract creators),  to display an output message for the purchasing contract, which is subject to a release procedure, but has not been released yet. Acctually it is possible to do it in ME35K, by indicating the relevant release code and pressing "print preview" after executing the report. But it is not a way out, since buyers are not participating in release procedure and therefore do not have a releasecode.
    Thank you.
    Vadim.

    Hi @Zag_rvn ,
    I see by your post by your post that you would like to be able to change the printer to scan to. I would like to help you out today.
    Please clarify what you are trying to do.
    The Laserjet M251 doesn't have the copy or scanning features available.
    Have a great day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Deactivate release procedure for some PO's

    Hi guys
    my problem is this:I have some  purchase orders which must be released by a manager--->now this manager wants to delete this release procedure so that the purchase orders are free for ordering immediately.
    Is there a way to 'deactivate' the release procedure only for these orders?
    Thanks in advance
    Bye
    Massimiliano

    Hi guys,
    I apologize if I have been not clear..I mean:there are 4 purchasers whose purchase orders must be released by the manager..now the manager wants to delete this release procedure so that the purchase orders made by these users are free for ordering immediately because there is no time to release etc...and it is requested to send immediately to vendor and so on
    Is there a standard way to cancel the presence of release strategy on PO's so these PO's can be free to manage?
    Thanks again
    Bye

  • How to retire/archive/status a released workbench transport for an OSS note

    My Question:  Is there a best practice for the "retiring" or "archiving" or "statusing" of released workbench transports for OSS notes that have been imported into the quality environment, but should never be imported into the production environment? 
    For example an OSS note is applied and imported into QS1, but then a CRT Hotpack is applied as an entire patch upgrade, so that the prior individual transport is no longer needed.  Best Business practice indicates to not delete a released transport, but unless there is a way to permanently segregate them from the remaining legitimately viable transports, there is always a risk that the "stale" code could inadvertently slip through thus overwriting good code.

    Hello.
    Well, you have confirmed what I suspected when I read the descriptions - wrong forum. 
    I chuckled and couldn't stop a broad smile from creeping across my face when I read your response though:  "the old BASIS type questions".  I knew we were a bit behind the times here; you have definitely confirmed this suspicion.
    Thank you again.  I'll try another search of the OSS notes or put in a customer message just for the heck of it.

  • Service Entry Sheet Release Procedure

    Dear all,
    I want to assign a new Plant to an existing service entry release strategy. In CL20N for Class Type 032 and maintaining the Release Group and Release Strategy I want, I hit ENTER and the Class SERVICE_RELEASE is displayed, which is correct (it is a service entry release procedure).
    Selecting the item and displaying the values for the Class, I have Plant, Order Type and Cost Centre. I added a new row, include a new Plant and hit Save. I get the message "Saving changes to assignments" and then I exit the screen.
    However, to double check that the object has been assigned to the class, I check in SPRO>Materials Mgt>External Services Mgt>Define Rel. Procedure for Service Entry Sheet> Release Strategies to confirm that the object was created in the classification for service entry release procedure. BUT IS NOT THERE!
    However, if I performed the assignment in Classification in SPRO for the release strategy, and check in CL20N, IT IS THERE!!
    How come I have created in CL20N and it is not displayed in SPRO for the same release strategy? The object assignment was successful with no error msg. It is not possible that you have done it in CL20N and you have to do the same in SPRO, right? Doesn't serve the purpose..
    Pls help.
    Thank you.

    Dear Sir,
    Go to CL02 give the Class and Class type, click on change icon
    Copy the characteristic of Plant from Char. Tab
    Then Go to CT04
    give characteristic which is copied from class and click on change icon.
    enter your new plant in Values tab, Save back
    Go to CL20N, give release group and release code for which you want to maintain the new plant.
    give the plant  and save enter.
    i hope this will help you.

  • How to close an open PO of partial GR and release procedure

    Hi friends,
       I would like to know how to close an open PO where partial GR has done on it and release procedure exists for that particular PO.
        I would also like to know if Invoice is not done for a PO and GR is done, then can we call it as open PO?
    Please clarify
    Thanks
    Jyothi

    hi antony..
      thank u antony a lot...i ve tried it and working fine..
      but can we go in me22n to tick delivery complete for a PO which has already been released? it is showing "u cannot make change because it has already been output
    regards,
    jyothi

  • PR release procedure

    Hi,experts
    Good Sunday.
    I finished the configuration of PR release procedure,but it is not effective as I created PR.
    My scenario of PR release procedure:
    1) Create two characteristics Z_WERKS,Z_GSWRT mapped by CEBAN-WERKS and CEBAN-GSWRT.
    2) Create a class Z_PR_REL_CLASS includes above two characteristics.
    3) Create a release group named AA refer to class Z_PR_REL_CLASS.
    4) Create three release codes L1,L2 and L3.
    5) Create two release strategy S1,S2
        S1 limits the PR total item value small and equal than 1000 RMB.
        S2 limits the PR total item value great than  1000 RMB.
    Yes, I finished the details of the above configurations,
    However, I created several PRs with the various total item values,the corresponding S2 release procedure is not adopted.
    I don't know what the problem is.

    Hi,
    All configurations done by you are correct. I doubt, you have selected Overall release for PR or Item wise release of PR.
    IF you have selected Overall release , than you need to choose GFWRT instead of GSWRT from structure CEBAN.
    Also, check in step -'Check release strategy', if everything is in Green.
    If all of above is correct-
    Check values in Classification tab of S2.
    It should be >1000 RMB.
    Values in Classification tab of S1 -
    Its should be 0.00 - 1000 RMB
    The characterstics Z_GSWRT, Should have flagged 'Interval Allowed'
    Regards
    Pushpam
    Edited by: Pushpam Rastogi on Feb 22, 2009 9:04 PM

  • PocketMac GoBetween for Lotus Notes

    PocketMac has released PocketMac GoBetween for Lotus Notes, an iSync add-on which allows users to synchronize contacts between the Address Book and Lotus Notes, and events and tasks between iCal and Lotus notes.
    While bidirectional synchronization is standard, selectable options allow users to overwrite data in one environment or the other, ignore completed tasks or tasks older than a user selectable value, and to determine which data types will be synchronized. If you are familiar with e2Sync as an extension of iSync for Entourage users, you will find the interface of PocketMac GoBetween for Lotus Notes familiar.
    Pricing is set at $ 24.95 and a copy can be ordered at the PocketMac page linked above.

    I guess that you need to enter a password to log into Notes. My workaround:
    1. Start Notes and log in with your password. (I'm using Notes 8.5 Beta)
    2. Notes asked me, if I want to store my account in the keychain of OS X Leopard. Answer: "yes"
    3. Close and restart the Notes client.
    The "wrong password" message doesn't appear in GoBetween, if Lotus Notes has been opend before the synchronisation starts.
    But - sorry - it even works for me!!!
    It fails with the error "invald date of month". Seems, that it has problems with the german date/time format (dd.mm.yyyy).
    I strongly hope, that their support centre will start to work soon!
    Uwe

  • Release procedure with classification not getting triggered

    Hi,
    I have configured the new release procedure for the PR release of type with classification, but its not getting triggered. Earlier my SAP system had without classification in place, but I wanted to have with classification. Can any one suggest how do I switch between two.
    Ideally once I create the release group in with classification procedure that procedure gets activated and gets triggered. Unfortunately its not happening in my case. I tried deleting the entries from the without classification side too, but still it doesnt respond. Is there in patch or note missing.
    Your suggestion would be highly appreciated.
    sachin

    Hi Jurgen,
    I am configuring it for PR and with classification method. Well for simplification I am using just purchase group as characteristics, but still its not working. Earlier system had without classification in place, as its there in a default system and used to get triggered. When I created new procedure its not getting triggered. To be assured I deleted the data from witout classification, but still its not working.
    Where as I did the same setting for PO, its working and giving me correct releaes strategy.
    My characteristic is PRGRP using the communication structure CEBAN and field as EKGRP
    Please suggest me on this.
    sahcin
    Edited by: sachin sagane on May 18, 2010 6:32 PM

  • PO Release Strategy not triggerred for particular Total Net Order Value

    Dear,
    I am currently facing the issue where release strategy for purchase orders is not getting triggered for a particular value or lower.
    For order value 1 INR or less, no release strategy is triggered for new created PO. And for value > 1 INR release strategy is getting triggered.
    All otehr PO characterstics are the same, I mean to say the values for other characterstics such as plant material group are identical.
    But the characterstics for release for Total net order value are <= 30000 INR. There are two system copies, where in one system the same release strategy is working as expected. But in other system the above mentioned issue occurs. There is no differnce which I can see in the release strategy setup.
    Please suggest for solution.
    Thank you.
    Warm Regards.

    Dear All,
    While looking further into the issue by going into debugging mode, we have found that in include LCLSCF2I, Internal table p_selection_criteria_tab , the value for ATFLV (Internal Floating point from) gets different values in the two systems. For example, in the affected system, for PO with 1INR tottal value, for one of the Total value chaaracterstics before INR characterstic, ATFLV value is 0,0000000000000000E+00, hence it gets out of loop and doesn't trigger release strategy.
    But in another system for same PO values and release setup, ATFLV value is 1,0000000000000000E+00 for that characterstic.
    May I know how the value for this field gets calculated.
    Thank you.
    Warm Regards.

Maybe you are looking for