Updating system status of CS order when rejecting quotation

Hello,
this is the issue I have.
I am using RRB process to make quotation for CS orders (SM02) trough DP80. All is ok if I have only one quotation, but my intention is to document negotiation process by rejecting quotation that customer didn’t accept and make new quotation based on changed pricing. Standard SAP does not allow this because while CS order has system status QUCR - Quotation created, it is not possible to make new quotation, even if the quotation is fully rejected.
The object type ORI that controls system status has only two statuses that refer to quotation QUCR and QUAC (accepted). The status QUCR can only be removed if quotation is accepted or if quotation is deleted.
It seams illogical not to have the opportunity to reject quotation and make a new one. But I can not see the way...if some one knows how it can be done, please give me the answer.
BR,
Milan

hi
iam also having same requirement
can u please let me know whether your problem is resolved.
regards
swetha

Similar Messages

  • FM for getting the SYSTEM STATUS in pp order.

    hi,
    i wnat to know what is the FM used to get the SYSTEM STATUS in pp order.
    and the parametes needed t be passed.

    HI,
    1. go to tcode BS22 (Maintain: System Status) 
    2. look for the system status TECO. 
    3. Double click the field "TECO". 
    4. in the transaction control tab look for the business transaction "RMWA" or goods movement (you can type it in the lower left corner buttom box). 
    5. select the radio button from "Allowed" to Disallowed". 
    6. save your changes. 
    Here are the function moduels:
    SYSTEM_STATUS
    UPGI22_GET_SYSTEM_STATUS
    UPG_GET_SYSTEM_STATUS
    TMS_CFG_GET_SYSTEM_STATE
    Regards
    Sudheer

  • System status for Internal order

    Dear SAP gurus,
    I want to automate the system status for Internal order that at the time of Final billing of invoice , the Internal order should be closed automatically.
    Is there any setting to do this.
    Thanks,

    Automatic option is not available. you need to customise for automisation purpose.
    you can do teco complete by changing the internal order. for the bulk you write LSMW or SCATT.
    thanks
    ANJI

  • How to find system status for production orders?

    How to find system status for production orders?
    looked into table AUFK, AFKO and AFVC but none of these tables, carry
    system status as part of the fields(STTXT)
    I tried to filter in COOIS, but not much help
    Able to find system status information in COHV,Is there any other way where
    I can find system status information for production orders
    Kindly guide

    Hi,
    Look into table, JEST, JSTO, AFPO & AFKO. CAUFV filed OBJNR, TJ02T filed ISTAT.
    But, it is very difficult to combine the details like Order and System status.
    Take the help of your ABAPer to generate Report for you.
    Regards,
    Siva

  • Update system status in SM13 - where the information is stored?

    Hi,
    Where does SAP store the information about the update system status in SAP.
    I have deactivated in SAPNetweaver trial: "Update deactivated by User" in SM13
    but I don't find any information in tables such as VBHDR, VBMOD.
    May be someone has an ABAP program which already do the job.
    Thanks for any kind of help for a perl hacker drowned in SAP Tables

    Hi Bertigo,
    I am afraid that this info what you have asked for is not stores in any table.
    If the system statuses are static then they can be stored but since u need a live update system monitor which i believe is not present in sap.
    For more clarification on the update monitor pls follow the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/e5/de873b35cd11d3acb00000e83539c3/frameset.htm
    Thanks and Regards
    Srikanth.P

  • Table name & field name for System status of an order

    Hi,
       Can any body pl tell me what is the table name for PM order System status
    Regards
    Amar

    Dear Amar,
    Please check it in JEST table. For that you have to find first OBJNR for order from AUFK or AFPO table for order number & then pass it in JEST so that with INACT = BLANK.
    You will get all active system status for the order starting with I.
    I hope this will resolve your query.
    Regards

  • IDoc missing system status in sales orders at one or more item pos..

    Hi Guys,
    I have a smalll querie.
    When i process idoc of the sales order , few of the items system status are missing.
    Please help me out.
    Thanks in advance

    veera
    can you explain little bit clear...
    Ramesh

  • Update system status in JEST table

    Hi Experts,
    I need to update the system status TECO as inactive in table JEST based on some condition from program manually. It might not be suggested to directly modify the database table. I got one BAPI function module BAPI_ALM_ORDER_MAINTAIN, but could not find how to use it.
    Can you please let me know whether there are any BADIs or BAPIs to update the system status in JEST table.
    Thanks in advance for you help.
    regards,
    Lakshmi.

    Hi ,,
    Thank you for your suggestion. but I got a FM which exactly updates the system status in JEST and JCDS tables.
    The function module STATUS_CHANGE_INTERN and can be used as follows. We always need to follow one condition that, when the system status TECO is changing to inactive the REL status should be made Active.
        DATA: i_stat TYPE STANDARD TABLE OF jstat.
        DATA: wa_stat TYPE jstat.
        wa_stat-stat = 'I0045'.
        wa_stat-inact = 'X'.
        APPEND wa_stat TO i_stat.
        wa_stat-stat = 'I0002'.
        wa_stat-inact = ' '.
        APPEND wa_stat TO i_stat.
        CALL FUNCTION 'STATUS_CHANGE_INTERN'
          EXPORTING
            client              = sy-mandt
            objnr               = lv_objnr
          TABLES
            status              = i_stat
          EXCEPTIONS
            object_not_found    = 1
            status_inconsistent = 2
            status_not_allowed  = 3
            OTHERS              = 4.
    COMMIT WORK.

  • Set system status in sales order

    Hi gurus:
    I need when i creates a sales order (crmd_order, cic0) the system status set by default = "Lock Distribution"
    thanks in advanced
    Ivá

    Hi Ivan,
    Glad to know that.
    Please confirm and close this message by giving
    the point / score to my last reply.
    So others will know if they have similar problem nad use
    this information in the future.
    Cheers,
    Gun.

  • PPRT (part printed) System Status for process order

    Hi All,
    Please help to explain when we get PPRT (Part Printed) and PRT (Printed) System Status on a process order. We are using 4.6 system.
    We are printing the shop floor using COPI t-code and system is assigning PRT status for most of the orders. But for some of the orders when it is "Reprint" after couple of time it getting "PPRT" system status.
    SAP system still considers the orders with PPRT in the "Original Printout" scenario instead of considering it in "Reprint" scenario.
    Please can anyone help to clarify when and why does it happen.
    Regards,
    Swapnil

    Hi,
    There are 28 OSS Notes available to address this problem.
    Explore with reference to your SAP Version.
    Regards,
    Siva

  • Allowed Transaction by system status in Process Orders

    Hi all:
    I have a problem manging the process orders, related to the system status and allowed transaction. The question is: How could I prevent the use of certains transaction (i.e. RFBU FI:Postings) when system status = TECO in one process order where status profile is not assgined (that is t003O-STSMA not filled)?.
    At this moment I have a lot of process orders in that status and I want to avoid the posting from FI just if the system status = TECO
    I will thank you very much for any help
    Best Regards

    As a standard setting, you will not be able to restrict the financial postings when an order is TECO'ed but you may do it through by enhancing user exit/ BADI in the respective transaction...

  • Table for system status for an order

    Hi Gurus,
    we are displaying a report in which list of orders we are displaying in that system status also we need to dispaly for that the logic we have used is take OBJNR from AUFK by passing AUFNR and get all the active status for that AUFNR by passing AUFNR in to JEST by setting the inactive status is equal to space and then by comparing those system status with table TJ02 and we are taking the system status codes from that table. But my requirement is to display the user status in the order how we will get in order screen? In JCDS table am getting the entries based on date and time but unwanted status also it is showing. tell me is there any way to get the exact order how we will get in the order screen.
    Thanks in advance.
    Regards
    Satish

    Hi,
    Its client requirement. we need to show list of orders in a alv report for a particular selection. There for each and every order we are displaying the system status but it is not coming in proper sequence as compared with the order screen system status.
    Please do the needful.
    Regards
    satish

  • Update System Status for Quality Notification

    I have a program that completes a Quality Notification.
    I would like to know if there is a bapi, badi or function module to change the system status before I complete the notification. When I click on the icon in the notification to complete it, a pop up box comes up to change the status to NOTI or NOTE. I would like to do the same in my program before I complete it.
    Any help would be appreciated.
    Marianne

    Hi,
    You need to get the OBJNR(object number) for the notifications and then use the FM: STATUS_READ.
    This FM will give you list of all the status or only active status( Set ONLY_ACTIVE = X in FM)..
    Hope this helps
    Regards
    Shiva

  • Don't post hrs or cost after TECO System Status in Internal Order

    Dear All,
    We want to don't post cost and hrs after System Status - TECO in Tools - capitalised as Assets.so pls tell me where we can restrict posting in System Status - TECO.
    Abhinay Sachan

    Hi
    It would not be possible to enter any cost with status TECO. TECO itself mean Technical Complete.
    You need to remove the status TECO in order to enter any cost to the Internal Order.
    Regards,
    Suraj

  • MTO; change system status of sales order lines after settlement to "Closed"

    HI
    Is there a program (or transactin), to do mass change of system status for MTO sales order lines to "Closed" ?
    Thank you, Dejan

    Try using transaction "MASS" and object type "BUS2032".
    Shail

Maybe you are looking for

  • Money market deposit with bonus rate : how to set up an manage ?

    case : bank deposit : max term  = 1 year If you stay in for the full year you received euribor 1 year - 0.03% fixed at the start If you get out after 3 months you received euribor 3 months - 0.15% fixed at the start If you get out after 6 months you

  • Recording Live TV in DV Quality

    Is there a way to watch and record live televsion in .dv quality video on my Mac? I was looking for a hardware, software combo? I looked at the El Gato stuff, but it doesn't seem to be of the highest quality video. 1 to 2 GB's would record one hour o

  • Display BLOB to JSP

    HI , currenty i doing a final yr project for JSP . i can save the pic into the database in BLOB but have problem display the BLOB into a JSP page. Not to mention in thumbnail format SQLPicInf="select * from Picture where picName = iii"; //passinParam

  • JMS Thread Pool Size

    Hi,           I'm using WLS 6.1. The console has a setting for: JMS Thread Pool Size. I wanted to tune the number of threads used by JMS. I thought JMS asynch consumers would use threads in this pool however that doesn't seem to be the case (they all

  • Source Code (Table)

    Hai Frnd's     There are tables (TADIR,TRDIR) which contains the details about the devclass and the program.from which table the source code of the particular program can be retrieved. Thanks in Advance Suganya