Help needed in Process Orders

Dear All
I have to track changes made in Process order in transaction COR2. I have the user exit, but I dont know which field would hold the changed value.
Can anybody help.
Points for sure..
Regards
Dinesh

Solved on my own

Similar Messages

  • Help needed in sales order/ quality management

    In standard sap it is possible to assign an inspection to the delivery type. But client wants a non standard sap inspection to be done at time of order. is it possible? If it is please do help me in customizing this. Thank you in advance.
    M. Ali

    hi,
    Please try table VBFA with fields VBELV = <sales order> and VBTYP_N = 'J' (Shipping/Delivery).
    and also try this also
    if you know delivery number for order ,then you could use FM VTTP_READ
    if you need delivery number from sales order then use VBAP-VGBEL
    pass delivery number to FM or pass the value to VTTP Table
    thanks,
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • Help Needed, Recovery Process

    Hi, This is just a inquiry on how recovery works. First, I'll just add I have a Satellite L500-ST2522. I've looked through the manual and haven't found any answers. I have just made recovery DVDs, and am expecting a new hard drive either tommorow or Monday. My question is on how these discs work (I've got 3-Rocovery discs, 1 Windows Recovery Environment(64bit) disc, and a Toshiba Applications and Drivers disc.). I'm assuming that the HDD is unformatted on delivery. Am I to boot from one of the discs and if so which one do I boot with, they were burned in the order I listed them above. I'm sorry if this is a stupid question, I just want to have the process run as smoothly as possible. Any response would be greatly appreciated. 
    Thanks.
             Dave

    The Apps and Drivers disk is totally independent of the recovery process.  It's purpose is to restore an individual driver, utility, or application to an existing installation. 
    The Windows Recovery Environment disk is also independent of the Recovery (restore) process. From Wikipedia:  "Windows Recovery Environment (WinRE) is a set of tools included in the Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2 operating systems to help diagnose and recover from serious errors which may be preventing Windows from booting successfully. WinRE may be installed and/or booted from many media including hard disks (Hidden NTFS partition type 0x27), optical media (such as an operating system installation disc) and PXE (e.g. Windows Deployment Services). WinRE is based on WinPE 2.0.[1]"  It would be used for Startup Repair among other things.  See http://en.wikipedia.org/wiki/Windows_Recovery_Environment  for more information.  
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • Query help needed for Sales order panel user field query.

    I have a user defined form field on sales order row level called = U_DEPFEEAMT
    1, I would like this field to get the value from a field on this sales order row level multiplied by what is in point 2 below. The details of field in point 1 is :
    Form=139, item=38, pane=1, column=10002117, and row=1
    2. The contents in field 1 should be multiplied  by a value coming from another user field linked to OITM master item.
    The details of user field attached to OITM is :
    OITM.U_DepositFeeON
    Appreciate your help.
    Thank you.

    Try this one:
    SELECT T0.U_DepositFeeON*$[$38.10002117.number\]
    FROM dbo.OITM T0
    WHERE T0.ItemCode = $[$38.1.0\]
    Thanks,
    Gordon

  • Help needed in showing Order Quantity in Quantity contract

    Dear, Gurus
    I know it is possible to show the Target Quantity and Order Quantity both in the Display view of my quantity contract. It is said that you have to click the update document Flow which I know I have done in copying control. But no matter how many release orders I make the only thing displaying in my contract is still the Target Quantity and I want the Order quantity to also show but it isn't. I am using Item cat Tan for my Release Order and Item Cat KMN for my Quantity Contract.
    i have copied OR to ZORS (Release Order)  and CQ to ZCQ.
    Copying Control
    Target is my Release Order Source is my quantity Contract
    copying Req is 301
    pos/neg quantity is +
    copy schedule line is checked
    copy quantity is A
    Pricing Type is G
    X=Update document Flow.
    Please help.

    Dear Mr. Jimmy,
    Thanks for the reply. I tried writing the query in the stored procedure but its not working.
    It would be grateful if someone can send me the query for this to put in the Transaction Notification.
    Regards,
    Bharath S

  • F4 help needed in Process on value-request

    Hi,
    I have two fields on screen: region and its description in a dialog program. I want region description to be populated as soon as I  select F4 help for region. Description field is output only . I want to do it using a module in Process On value-request. Field p_region MODULE GET_REGION_DESCRIPTION.
    Using standard F4 help I can do it. If in my table I assign search help at field level for region. For example :
    Search Help: ZREGION_SHLP.  Selection method: ZREGION. Fields: Region and Description.
    Table name : ZREGION.
    i)   1st Fields:  REGION , Data Element - ZREGN, Domain: ZZREGN ( CHAR2), Value table: ZREGN. Assign Search help at field level instead of data element level.
    ii)   2nd Field: REGION_DESC, Data Element - BEZEI30.
    in program:  DATA: p_region like zregion-region. So if I press F4 help and select one region, description field gets populated.
    I don't want to use standard functionality but want to write code in POV event. If I use F4IF_INT_TABLE_VLUE_REQUEST  function module, I will get all the values associated with the field region. Since I don't know which region user has selected, i  can't populate description. How to get the selected value in POV for that particular field. How can I get the value selected for region and then use DYNP_VALUES_UPDATE function module to update the description field. I tried search help exit event return to return the selected value. How to pass that value in POV module  as you cannot use FORM ENDFORM . inside MODULE ENDMODULE.
    Regards,
    DPM

    1st step is:
    choose screen 2000 for the program using t-code se80.
    at the end of the coding enter the below code:
    process ON VALUE-REQUEST.
    FIELD screen field name module f4_zsearchhelp.
    after typing the code double click on f4_zsearch help.
    it ll ask for includes, Choose as main program.
    then enter the below code after choosing:
    DATA : t_dynpro_value TYPE TABLE OF dynpread,
    v_field_value LIKE LINE OF t_dynpro_value,
    lt_fields TYPE TABLE OF dfies,
    t_return_str TYPE TABLE OF ddshretval,
    w_return_str TYPE ddshretval,
    v_text TYPE char25.
    DATA: t_ty_prov_id TYPE STANDARD TABLE OF ty_prov_id,
    w_ty_prov_id TYPE ty_prov_id.
    CLEAR: t_ty_prov_id], w_ty_prov_id, t_return_str[, w_return_str.
    enter the select query from the description table to get the description for the particular code.
    in this i had mentioned with an example that i m getting description for massg :
    p9001-massg ll have the value and v_text ll have the description.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    DDIC_STRUCTURE = 'TY_TAB'
    retfield = 'MASSG'------>returning field
    PVALKEY = ' '
    dynpprog = sy-repid
    dynpnr = sy-dynnr
    dynprofield = 'P9001-ZMASSG'----
    > pass the screen field name
    STEPL = 0
    WINDOW_TITLE =
    VALUE = ' '
    value_org = 'S'
    MULTIPLE_CHOICE = ' '
    DISPLAY = ''
    CALLBACK_PROGRAM = ' '
    CALLBACK_FORM = ' '
    MARK_TAB =
    IMPORTING
    USER_RESET =
    TABLES
    value_tab = t_ty_prov_id
    field_tab = lt_fields
    return_tab = t_return_str
    DYNPFLD_MAPPING =
    EXCEPTIONS
    parameter_error = 1
    no_values_found = 2
    OTHERS = 3.
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    READ TABLE t_return_str INTO w_return_str WITH KEY retfield = 'P9001-ZMASSG'.
    IF sy-subrc IS INITIAL.
    READ TABLE t_ty_prov_id INTO w_ty_prov_id WITH KEY zmassg_desc = w_return_str-fieldval.
    IF sy-subrc eq 0.
    DATA: et_desc(20) TYPE c.
    et_desc = w_ty_agrtx-v_gtext.
    MODIFY SCREEN.
    CLEAR : v_field_value,t_dynpro_value[].
    v_field_value-fieldname = 'P9001-ZMASSG'.
    v_field_value-fieldvalue = w_ty_prov_id-action_resn.
    APPEND v_field_value TO t_dynpro_value .
    CLEAR : v_field_value.
    v_field_value-fieldname = 'V_TEXT'.
    v_field_value-fieldvalue = w_ty_prov_id-zmassg_desc.
    APPEND v_field_value TO t_dynpro_value .
    CLEAR : v_field_value.
    ENDIF .
    ENDIF.
    CALL FUNCTION 'DYNP_VALUES_UPDATE'
    EXPORTING
    dyname = sy-cprog
    dynumb = sy-dynnr
    TABLES
    dynpfields = t_dynpro_value
    EXCEPTIONS
    invalid_abapworkarea = 1
    invalid_dynprofield = 2
    invalid_dynproname = 3
    invalid_dynpronummer = 4
    invalid_request = 5
    no_fielddescription = 6
    undefind_error = 7
    OTHERS = 8.
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    you can add the v_text in layput .
    hope it ll satisfy your requirement.

  • Help needed with process to call an external web service from within ABAP

    Hello,
    I have an understanding of how I can provision web service from within SAP so that it can be consumed by external apps.
    Now, I am in need to know the, how I can call an external non-sap web service (let's say a java application) or even a public domain web service for that matter:
    Is there any lay man's guide out there? which will list following step:
    A sample ABAP program calling an external web service
    List of all the configurations needed within SAP to make this happen (calling an external web service).
    Any help will be greatly appreciated.

    Hi Matesh,
    Please use the following command in Google : site:sdn.sap.com abap consuming web service
    There is many samples of your needs on SDN.
    Like this one :
    http://wiki.sdn.sap.com/wiki/display/Snippets/WebServiceconsumerusingABAP-PROXY
    Regards, Gilles.

  • Help needed regarding service order numbers

    Hi,
    Could anyone please help me solve this, i will award good points.
    1.     The program should support a method for the user to input multiple Service Order Numbers simultaneously
    2.     The output should include the following:
    a.     All Service Order Line Item numbers and corresponding material
    b.     Corresponding Service Confirmations
    c.     Service Confirmation Line Items that have doc flow from their corresponding SO line items (and their corresponding material)
    d.     Any additional work item on the Service Order that may not have a corresponding Material on the Service Order
    3.     The output should list all Service Orders and Service Confirmations in separate columns with all related line items/material on the same row in the output
    4.     Any line item on the Service Order or Service Confirmation that does not have a document flow to the respective other document should not have any other value on the same row
    Regards,
    Niloufer

    Hi,
    What is the version of the weblogic server and service pack you are using ?
    Regards
    Anilkumar kari

  • Help needed on processing-instruction

    Hi,
    I need to "relay" a processing-instruction from the source-message to the target-message. In the transformation-file, I've added the code
    <xsl:processing-instruction name="integration">
    <xsl:value-of select="/processing-instruction('integration')" />
    </xsl:processing-instruction>
    When I test the map from within JDeveloper, and when I run oracle.xml.parser.v2.oraxsl from the commandprompt, it works fine, but when I deploy the project to my esb-server, the processing-instruction is lost during the transformation.
    We run the standalone esb-installation.
    Regards
    Thomas

    I tried compling servlet, but it is raising error
    that coul not find package javax.servletWhat I did not mention... you need to add those JARs in the Classpath explicitly. You will find them in %TOMCAT_HOME%\common\lib. You atleast need to add servlet-api.jar to your Classpath. :)

  • Help needed reg work order details in Plant Maintanence

    Hi Experts,
    I have a requirement to populate the Summary Capacity distribution and Daily capacity distribution requirement for plant maintenance for different particular work order operation.
    In Summary capacity distribution, the Capacity totals per day for different Work Center should be shown to the user similar to CM25.
    In Daily capacity distribution, the data populated should be like CM02.
    If you have worked on a similar requirement, kindly let me know the details of tables.
    Regards
    Sabith

    Hi
    Check with tables TC29F,TCY06 and TCY23.
    Regards
    Srilaxmi

  • F4 help needed in deccending order in variable screen

    Hi,
    I have one scenerio, in the variable screen when we press <b>f4</b> it wil display the values in decending order but i want to get that in assending order if it is the calyear that should start from the current year, let us say 2007, 2006,2005.........
    Pls let me know the solution how can i do this.
    if you have any links related to this pls let me know.
    Thanks in advance, points will be rewarded for solutions.
    Regards,
    vishali.

    Hi,
    I have one scenerio, in the variable screen when we press <b>f4</b> it wil display the values in decending order but i want to get that in assending order if it is the calyear that should start from the current year, let us say 2007, 2006,2005.........
    Pls let me know the solution how can i do this.
    if you have any links related to this pls let me know.
    Thanks in advance, points will be rewarded for solutions.
    Regards,
    vishali.

  • Vertex help needed on sales order

    so, this is the scenario i have:
    i have 2 customers, A and B. A is exempt from tax, B is not. I have 2 materials in the line item: x and y. everything works fine with the customers and taxes. but when i go in for one of the line item materials (lets say x) and i change the tax classification to something that i have entered into vertex, where the customer should be taxed, and choose a customer that is exempt from tax, it shows no tax, when the material is suppose to have tax because of the tax classification. any suggestions on what i'm doing wrong?? ty!

    Hi,
    Maintain the condition record as per the combination you need to maintain the tax.
    Regards,
    Sp.Balaji.

  • Process order confirmation without 101mvt type

    our client is  a process industry.client need during process order confirmation Background 101 not happen.
    Step : 1 Process order create
    Step : 2 Goods issue The material -261
    Step:  3 Process order confirmation   (No 101)
    Step:  4 Goods Receive (MIGO) 101 happen 
    Following Steps Process only,
    cork-only activity confirmation only,after Activity  confirm GR will Happen , how to configure in the system,any user exit or sap note there in the sense tell me?
    Thanks For Advance

    Hi Thiyaharaajan,
    For Goods issue i believe you are using MB1A/MIGO. You also use backflush to automatically issue the material during confirmation.. For this maintain Backflush - 1 in material master MRP 2 view.
    Also during confirmation for doing Auto GR (101 movement type) you need to assign the control key ticked with Auto Goods Receipt for Last operation/phase of Master Recipe.
    Thanks & Regards,
    Ramagiri

  • Error while running Process Order API to import orders - URGENT HELP NEEDED

    Hi all,
    I'm stuck with order import using OE_ORDER_PUB.PROCESS_ORDER api. Wanted to import a simple order in Vision database using the process order api. Figured out the right data to use, inserted into Headers and Lines Iface All tables. When calling the OE_ORDER_PUB.PROCESS_ORDER api, it is throwing this error:
    "Header ID does not exist on this record or does not match ID specified on header record. You require a valid header ID if the operation is Create."
    But when I validate the same record using the CORRECTIONS form in Order Import GUI, the order is successfully validated. Also the order is imported when I click the IMPORT button.
    I understand that HEADER_ID column is not required for creating a new order, but not sure why it is erroring. Here is the data I'm using:
    Insert into oe_headers_iface_all
    (org_id, order_type_id, order_source_id, orig_sys_document_ref, ordered_date, request_date,
    sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,
    CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OPERATION_CODE)
    values (204, 1430, 1046, '101040', sysdate, sysdate, 204, 1004, 606, 1018, 1017, 0, sysdate, 0, sysdate, 0, 'CREATE');
    Insert into oe_lines_iface_all
    ("ORDER_SOURCE_ID","ORIG_SYS_DOCUMENT_REF","ORIG_SYS_LINE_REF","ORIG_SYS_SHIPMENT_REF","ORG_ID","INVENTORY_ITEM","LINE_TYPE_ID",request_date,"SCHEDULE_DATE","DELIVERY_LEAD_TIME","ORDERED_QUANTITY","ORDER_QUANTITY_UOM",sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,"UNIT_SELLING_PRICE","CREATED_BY","CREATION_DATE","LAST_UPDATED_BY","LAST_UPDATE_DATE","LAST_UPDATE_LOGIN","OPERATION_CODE")
    values
    (1046,'101040', '1', '1', 204, 'AS72111', 1427, sysdate, sysdate+1, 0, 10, 'Ea' ,204, 1004, 606, 1018, 1017,100,0,sysdate,0,sysdate,0,'CREATE');
    Any help is appreciated.
    FYI - this is a 11.5.10.2 version installed on Windows 2003 server.
    Thanks in advance.
    Jags

    I might be late in replying, but hope it might help.
    From your query it seems you are inserting records into interface tables and then calling process order API( probably from some PL/SQL block).
    This is where I am confused, because I hope you understand, that interface tables are for use with Order Import concurrent Program, and for Process ORder API, you need to provide the data as parameter. The api has, header record type and line table type as parameters. So you need to assign correct data to these variables and pass them as parameter when you are calling Process Order API.
    If you are doing the same thing, then post the exact pl/SQL code and error message from the API. That might help diagnose the issue.
    Regards,
    Nitin Darji

  • Need help to find out link between process order and purchase order.

    Hi All,
    Need help to find out link between process order and purchase order.
    We have purchase order, we can find out associated process order in MD09 (No Purchase Requisition found in Purchase order). When I tired to replicate this scenario with same material in system but not able to do.
    Please suggest me what needs to check to get purchase order link to process order.. (this is not subcontracting )
    Edited by: SAP PQ on Sep 26, 2011 5:24 PM
    Thanks,
    SAP PQ
    Edited by: SAP PQ on Sep 26, 2011 5:24 PM

    MD09 is pegging. In SAP pegging is dynamic, meaning that there's no fixed link between purchase order and process order in your case.
    This is why you did not get the same result when you tried again later.
    Such a link can exist only if you do direct procurement for the order.

Maybe you are looking for

  • Rename the column names in Embedded BPM Worklist

    Hi, I have embedded the BPM worklist in ADF Page. My requirement is to rename the column names in the task list. For example, the column 'state' should be renamed as 'Status' and the column 'from User' should be renamed as 'From'. Is there any possib

  • Hyperion Planning form timeout via Open Form under SV Data Source Manager

    Power User can't open one particular big Planning form in Excel. Takes about 30 secs and gets net retry intverval timeout error. The same user can ad-hoc (one menu option up in the SV Data Source Manager) the form in question and can open the other (

  • Average power consumption comparision: i7 and t500

    Hi, What is the average power consumption (non-peak) of a t500 system, doing web-surfing and light tasks ? I have read that the i7 mobiles (non-lenovo) are at 52W avg, and 75W peak, and this will help me decide whether to buy the t500 or wait for the

  • Error message on trying reply to email

    Ipod touch error message when replying to email.  "....message was rejected by the server because it does not allow relaying".  What is relaying...I want to reply to an email?  All of my contact emails are being rejected.

  • Layout to dialog box

    wht type of layout we can put to dialog box GridLayout gl=new GridLayout(1,1);           jp1.setLayout(gl);           jp1.add(new JLabel("Purchase Form",JLabel.CENTER));