While Creation Of SaleOrder Char Values are not getting saved.(V C)

Hi SAP gurus,
One of my client can able to create a saleorder but when we go and see in VA03 Display mode,we found Charactrestic values getting miised out.What could be the probale reasons.
Note: I Have stimulate the required combination as per my client requirement in CU50,here i can able to indentify the Green Sign,but While Creation Of SaleOrder Char Values are not getting saved.
Awaiting for your valuable reply.
Cheers,
Kumar.S

Kumar ,
If you assign values in classification view or configuration profile  they will become default for the product, and it willnot be changed in sales order.
another thing if the item category is incorrect you will not get the configuration pop up at all .
problem what i understand from your thred is at the time of sales ordeer creation there is some inconsistances in the configuration , may be some condition is not fullfilling.
If in CU50 the result shown are error free, same configuration should owrk properly in sales configuration process, please again try to create it in sales order with same value assignment also check all the messages.
see the result of configuration before saving the sales order , i hoep it will work for you.
I am assuming all the things from SD are properly configured ie item catageory, varient pricing etc.
Check and revert back.
Regards
Ritesh

Similar Messages

  • Con Gen : Token Values are not getting replaced

    Hi All,
    We are on E-Sourcing 5.0 and whenever we are trying to generate a contract from master agreement,
    the token varibles are not getting replaced.
    I looked into contract generation logs and found that the token values are null..but while creating the contract it is able to find the various tokens and token values..
    Why token values are not getting replaced even though its value exists?
    Please guide me...
    Thanks and Regards,
    Himanshu Sharma
    Edited by: HImanshu Sharma on Apr 20, 2009 8:50 AM

    Hi Kamalakar,
    Thanks for replying..
    1. Yes I am using standard tokens like <%Agreement.EffectiveDate%>,<%Agreement.VendorName%>..
    2. I have checked that tokens have values..
    3. Attributes are not hidden..
    I am able to see values on the "Confirm contract document variable data" page but when I click next, it gives error in the "processing request" page.
    By going through the contract gen web service I found that the values are not getting passed..
    Can you please tell me what could be the reason..
    Thanks and regards,
    Himanshu Sharma
    P.S. Please tell me how to upload file.

  • Values are not getting updated in sales report

    I have configured sales information system, and i have been trying to run sales report but values are not getting updated in sales report, System will through message that no data exists.
    regards,
    thooyavan

    Hi,
    Please check with the Customer and Material Statistics group in the Customer and material master respectively.
    Further check with the LIS settings (Sales Area combination with the Update group).
    Reward points if this helps you.
    Regards,
    Harsh

  • Values are not getting updated in 'stocks App' in my i4 phone.  What is the solution?

    values are not getting updated in 'stocks App' in my i4 phone.  What is the solution?

    you have encountered activation lock.  Read iCloud: Activation Lock

  • MessageRadioButton Value is not getting saved

    Hi All,
    I am facing an issue with Radio Button data.
    When the page loads all the "No" buttons will be selected by default.When I select "Yes" radio buttton and click on "Save", all the radio buttons will get reset to "No" and same value will get passed further. Value of "Yes" button will not get saved.
    Please help me in resolving this issue.
    Thanks,
    Akshata

    Give it a shot by trying this. Hope this helps you.
    OAMessageRadioButtonBean personButton =(OAMessageRadioButtonBean)webBean.findChildRecursive("Person");
    personButton.setName("partyTypeGroup");
    personButton.setValue("PERSON");
    personButton.setSelected(true);
    OAMessageRadioButtonBean orgButton = (OAMessageRadioButtonBean)webBean.findChildRecursive("Org");
    orgButton.setName("partyTypeGroup");
    orgButton.setValue("ORGANIZATION");
    To retrieve the value of the Radio button, which is selected use the below
    System.out.println("Radio Button Value : "+ pageContext.getParameter("partyTypeGroup"));
    Also, if on click of button, you should once again set the radio button by calling setSelected() to retain the same look n feel, else, the selection wud jump to the other radio button.
    Basically, developer guide says, that you cannot assign the group name or checked/unchecked value to the Radio button declaratively). For more information read
    Radio Group / Buttons in Developer guide.
    Thanks
    Saurabh
    Edited by: SaurabhAg on Mar 22, 2012 12:58 AM

  • Values are not getting displayed in screen

    Hi Experts,
    I have used BAPI_CHARACT_CREATE to upload characteristics(t-code: ct04),
    All data are uploaded into the Master Table, while changing the same in t-code ct04 the Value and Description is not getting displayed in screen( in Table control).
    NOTE: If i use BAPI_CHARACT_GETDETAIL to get the details of a character i am getting all the values which i have uploaded. (But not in the t-code ct04).
    BDC and LSMW is not working for this t-code.
    Please help me out.
    Thanks and Regards,
    LOGU

    Hi,
    i think you have not released the objects to repository. test and try again..
    thanks
    karthik

  • Spa gpa parameter values are not getting in badi

    Dear all,
               i am filling the material value in  MIGO transaction tabstrip . and i  written the code in MB_MIGO_BADI  . i am not getting the values in migo badi i written the stmt
    GET parameter id 'MAT' FIELD V_MATNR. it is giving the sy-subrc 4 . while dubuging i check the ABAP MEMORY but it is not showing the P-ID MAT in it.
    kindly help.

    Have you checked Organization Access to ensure that no one restricted that org?
    Or shipping grants and roles?
    I think there are quite a few places that you can restrict access.

  • Urgent - parameter values are not getting posted

    Hi
    I have a url in the wf notification that directs the user to the oaf page, the parameters are being sent as url parameters. I have no problem in accessing in the processRequest method of first page. But When I try to read the same in processFormRequest method of trainCO, I am not getting values. Any idea why?
    I tried with pageContext.putParameter() method in processRequest even the parameter value is not avaialable in processFormRequest. How to pass the parameter value from processRequest to processFormRequest?

    If the parameters are url parameters then they will be available in the processFormRequest also. If they were added using pageContext.putParameter then it will not be available in the processFormRequest

  • Values are not getting updated(urgent)

    Hi,
    Iam trying to change the net-price of outline agreement using BAPI_AGREEMENT_MAINTAIN.The code is as follows.Still the price is not getting updated.The function module which im using is the right one or i have to use another one.
    data: PO_NUMBER like BAPIMEPOHEADER-PO_NUMBER.
    data: PO_HEADER like BAPIMEPOHEADER.
    data: PO_ITEM like BAPIMEPOITEM occurs 0 with header line.
    data: PO_ITEMX like BAPIMEPOITEMX occurs 0 with header line.
    data: RETURN like BAPIRET2 occurs 0 with header line.
    *data: PO_NUMBER like BAPIMEPOHEADER-PO_NUMBER.
    data: IM_AGREEMENT_HEADER like BAPIOAHEAD occurs 0 with header line.
    data: IM_AGREEMENT_HEADER_X like BAPIOAHEAX occurs 0 with header line.
    data: IM_AGREEMENT_ITEMS like BAPIOAITEM occurs 0 with header line.
    data: IM_AGREEMENT_ITEMS_X like BAPIOAITEX occurs 0 with header line.
    data : i_ekko like ekko occurs 0 with header line.
    SELECT * FROM ekko into table i_ekko WHERE ebeln = '4600000633'.
    *endselect.
    IM_AGREEMENT_HEADER-AGMT_NO = i_ekko-ebeln.
    IM_AGREEMENT_HEADER-LANGU = i_ekko-SPRAS. "Language
    IM_AGREEMENT_HEADER-VAT_CNTRY = i_ekko-STCEG_L. "country id code
    IM_AGREEMENT_HEADER-CURRENCY = i_ekko-WAERS. "currency
    IM_AGREEMENT_HEADER-DOC_CAT = i_ekko-bstyp. "Pur doc categary
    IM_AGREEMENT_HEADER-DOC_TYPE = i_ekko-bsart. "Pur doc type
    IM_AGREEMENT_HEADER-TELEPHONE = i_ekko-TELF1.
    Append IM_AGREEMENT_HEADER.
    IM_AGREEMENT_HEADER_X-AGMT_NO = 'X'.
    Append IM_AGREEMENT_HEADER_X.
    IM_AGREEMENT_ITEMS-AGRMT_ITEM = '10001'.
    IM_AGREEMENT_ITEMS-NET_PRICE = '20'.
    Append IM_AGREEMENT_ITEMS.
    IM_AGREEMENT_ITEMS_X-AGRMT_ITEM = '10001'.
    IM_AGREEMENT_ITEMS_X-NET_PRICE = 'X'.
    append IM_AGREEMENT_ITEMS_X.
    CALL FUNCTION 'BAPI_AGREEMENT_MAINTAIN'
    EXPORTING
    IM_AGREEMENT_HEADER = IM_AGREEMENT_HEADER
    TABLES
    EXT_RETURN = RETURN
    IMT_AGREEMENT_ITEMS = IM_AGREEMENT_ITEMS
    IMT_AGREEMENT_ITEMS_X = IM_AGREEMENT_ITEMS_X.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    wait = 'X'.
    LOOP AT RETURN.
    WRITE: RETURN-MESSAGE.
    ENDLOOP.

    Hi,
    do like this:
    CALL FUNCTION 'BAPI_AGREEMENT_MAINTAIN'
    EXPORTING
    IM_AGREEMENT_HEADER = IM_AGREEMENT_HEADER
    TABLES
    EXT_RETURN = RETURN
    IMT_AGREEMENT_ITEMS = IM_AGREEMENT_ITEMS
    IMT_AGREEMENT_ITEMS_X = IM_AGREEMENT_ITEMS_X.
    if sy-subrc = 0.
            read table RETURN
                  into lwa_RETURN
              with key type = 'E'.                                " if there is an error message
            if sy-subrc = 0.
       <b>       do error processing or whatever required.</b>
            else.
              call function 'BAPI_TRANSACTION_COMMIT'
                exporting
                  wait = 'X'.
              if sy-subrc = 0.
              endif.
    endif.
    Regards,
    Sooness

  • Offline Adobe - Values entered not getting saved.

    Hello,
            Let me explain this step by step;-
    1. Some fields are added to already existing online Adobe form.
    2. An offline form is downloaded using We Dynpro ABAP.
    3. Values are entered in all the fields of the Adobe Form and then saved.
    4. The form is then closed and reopened again. the values entered in the newly created fields have vanished and appear blank and are ready for input once again.
    I have checked for JAVA Script which could be possible cause for such a behaviour but haven't come across anything. If anyone has come across a situation like this, please let me know.
    Regards,
    Shishir.p

    Kumar ,
    If you assign values in classification view or configuration profile  they will become default for the product, and it willnot be changed in sales order.
    another thing if the item category is incorrect you will not get the configuration pop up at all .
    problem what i understand from your thred is at the time of sales ordeer creation there is some inconsistances in the configuration , may be some condition is not fullfilling.
    If in CU50 the result shown are error free, same configuration should owrk properly in sales configuration process, please again try to create it in sales order with same value assignment also check all the messages.
    see the result of configuration before saving the sales order , i hoep it will work for you.
    I am assuming all the things from SD are properly configured ie item catageory, varient pricing etc.
    Check and revert back.
    Regards
    Ritesh

  • Split inbound deliveries are not getting saved .

    Hi,
    I have implemented an enhancement for splitting the inbound deliveries with multiple storage locations.
    But on save it saves only one document and other inbound delivery documents need to be saved manually.Hence those do not get distributed to EWM.
    Please let me know if there is any badi or some enhancement that can be done to carry out the saving of other split douments that get created internally .
    Thanks,
    Richa .

    Hi,
    It comes from Idoc as well as can be created manually from the transaction VL31N trasaction.
    I have placed my code in the include FV50C201.
    likp-zukrl+4(4) = xkomdlgn-werks.
    likp-zukrl+8(4) = xkomdlgn-lgort.
    This helps to create first but rest is kept as it is.Till we go and save it explicitly.And then it gets distributed to EWM system which is our requirement. This should have happened without manually opening the created ones and saving it again .
    Thanks,
    Richa

  • Excise invoice taxing values are not getting updated

    Respected Members
    I have created a sales order and and done the billing and while creating of billing it creates excise invoice.
    Problem is that billing document and accounting document showing the values of BED and taxes but when we go to tcode j1iin and see the excise invoice ,it is not updating the values of tax there.
    There it is showing zeros everywhere in BED AED NCCD etc.
    Please help me out to solve the issue as soon as possible.
    I have copied the pricing procedure TAXINJ to TAXIND and set the values .
    Please tell me where where i have to check the configuration for solving the issues.
    Thanks a lot
    GIve your suggestions as soon as possible.

    Hi,
    Please check with the Customer and Material Statistics group in the Customer and material master respectively.
    Further check with the LIS settings (Sales Area combination with the Update group).
    Reward points if this helps you.
    Regards,
    Harsh

  • BOM Returns values are not getting copied

    Dear All,
    Sales Order with Sales BOM, header item will be delivered and the line items are order related billing,  the requirement is returns for the same, the BOM is exploring in the return order  but  we need the same Pricing(inclu all taxes) is copied to Return Order Type. Sales order to sales orders are the copy controls (VTAA), we have tried with copying requirements, pricing type A, B, D, G, it is not updating the conditions and value of the sales order,
    The returns order process is with  reference to Sales Order
    Kindly guide me to resolve the issue
    Regards,
    Mani,

    Hi Mani,
    we have tried with copying requirements, pricing type A, B, D, G, it is not updating the conditions and value of the sales order,
    From above statment it seems that you have different pricing procedure. If this is the case make sure that you have same conditions in pricing procedure (and hope you have not restricted price calculations based on sales document type, item category etc which will differ in both documents)
    You can set the pricing type as G and modify the tax condition for proposing the pricing date to document pricing date(can try option of B or D not sure)
    Please try and revert back to forum if you have any issues.
    Thanks and Regards,
    Atul

  • In eRecruitment - Application wizard F4 Values are not getting displayed.

    Hi,
    I have created a seperate process template for MBA candidates (external) as per client requirement and in the Vacancy req.when the process template is selected the application wizard is getting displayed ( which has been defined according to new requirement). But in the Application wizard for e.g.:
    In Education Questionnaire for MBA candidates: It is not displaying Start date/End date /Country/Region/City ( F4Value to select).It only displays:
    Start Date*
    End date*
    Country*
    Region*
    City*
    The same is getting displayed in Work Exeprience ( I am unable to get the F4 entries - where the candidate can select from the entries displayed)
    Is there any role needs to be changed or any other configuration missed by me to get those F4 entries?
    Regards,
    Selva

    Hi,
    I have solved this issue.
    Selva

  • Inital Value is not getting Saved

    Hi All,
    I have a radio group which has 3 radio buttons.
    *A
    *B
    *C
    When the page loads, I am setting the defaulting to the Radio Button C and setting an initial value XXX to a Messsage Text Input field. Till this point, it works perfectly fine.
    As per the standard functionality, whenever the user keys in the any value for this message text input field, the entered value will be displayed in the next page.
    Assumme, if a user entered in this message text input field value ADDRESS, when the next button is pressed, this ADDRESS Value will be appeared in the XXXX field.
    But when i am setting the intial value as CITY and user with out keying in any value goes to the next page. The value CITY is not seen in the next page.
    Please help me debug
    Thanks
    Sandeep

    Please share some more information like code that you are using in both pages.How are you navigating between these two pages etc
    Thanks
    AJ

Maybe you are looking for