Different value coming for KBETR for rate(%) in dev & prod server for PO

Hi,
PO is printing from ADOBE for where condition is displaying...
conditon price is to display in PO adobe form. in production filed value KBETR is was displaying 170.00% and in development it was displaying 17.00% in adobe form output. i debugged in development and production server and compared that there are a code line in both server at same line 4923
CODE IN production"PERFORM %OUTPUT USING 'KBETR' %WORKAREA6-KBETR 'CURR' ' ' 'CONDITIONS-KOEI1' %WORKAREA6-KOEI1 ' '."
Code in development:"PERFORM %OUTPUT USING 'KBETR' %WORKAREA6-KBETR 'CURR' 'P ' 'CONDITIONS-KOEI1' %WORKAREA6-KOEI1 ' '."
we can see clearly parameter 'P' is passed in Dev server code but not in prod its space because of this space inside this perform KBETR value is not converte from 170.00 to 17.000.
after finding problem i tried to change the data type for EBELN field and cheked code in dev after some time then code is not changed.
but after one day i saw in morning that dev server also starte acting same as prod, means KBETR value is displaying 170.00% then i checked the code once again in dev then i saw: "PERFORM %OUTPUT USING 'KBETR' %WORKAREA6-KBETR 'CURR' ' ' 'CONDITIONS-KOEI1' %WORKAREA6-KOEI1 ' '."
'P' was deleted and space was coming...
i tried all possible method to change it even though i deleted field and created once again then also problem was same...
and one more thing i observed that in activating the ADOBE form and checking the FM generated is same everytime...
is there any other method to activate or update the code after changing adobe and activating....
one more thing when i create a copy the adobe form where P is not passed then in copied P is present...
Please help me in this...

hi experts
please help me...

Similar Messages

  • What's the best way for me to set up an image server for my college?

    Here's the deal:
    I have a graduate fellowship at this university in the film and media department and the old server admin left. We have a handful of labs that each have their own software configuration, so we have an image for the undergrad lab, one for the grad lab, etc.
    For the past 2 years we've been imaging computers by hand on external drives and laptops, but it's super inefficient. I would really like to be able to throw these images on a server and just do it that way ... all at once.
    I tried this on a non OSX Server computer (downloaded the apps from Apple) and it didn't work. I suppose I need a real OSX Server, which we have somewhere.
    I've watched a few tutorials but they don't seem to give me quite what I need, which isn't to do a fresh install of an OSX, but to be able to "deploy" (?) specific images to specific computers on the network. Any help would be amazing, and you'd be helping a bunch of college students out...
    Thanks,
    G

    If your "server" is new enough to run Mountain Lion, you can purchase the OS X Server app from the Mac App store and you'll have everything you need to host a NetInstall (NetBoot) server.
    If your machine does not support Mountain Lion, you'll need to purchase the appropriate Mac OS X Server software (i.e. Lion Server or Snow Leopard Server)
    From there you can host NetInstall or NetRestore images, depending on your preferred workflow, which can be created using System Image Utility.
    As Richard points out you can also use Deploy Studio which, again depending on your preferred workflow, might simplify things.

  • Field selection issue in dev & quality server for PO

    Dear All,
    I have an issue regarding PO field setting in development and quality server.
    Requirement was that PO can not be created without PR (means PR is mandatory) for a particular document type ZDOM.
    So i have created new field selection filed by copying NBF field selection and assigned with document type ZDOM.
    So when i am testing this scenario in DEV server it is working fine but after transporting to Quality server, it is not working in q system.
    Again i reimpoted the same request but still it is not working. So what could be the reason?
    Pls refer the attached screen short.

    I don't know how your development is working..
    I have done the same settings in my development client. But I can still create PO without reference PR.
    Then I have tried parameter EFB. Then its working perfect..
    Use buyers authorization in OMET..
    Check the settings..
    Here untick the option W/o Reference..
    Then assign the profile to user id in SU3.
    Then try to create PO without PR.. You will receive a authorization error...
    But the problem is its user level not at client level..
    Test and revert back..

  • Reactivation or Transportaion ??? for BI Technical Content? Dev-- Prod

    Hi,
    I had activated Technical content in Develop system and there by All Queries,DataTargets and Process chains were activated in the system!
    Now what shud i do to have the same in production???
    shud i do the same steps in production or Transport every object to production??
    Raj

    Hi,
    Since you have activted everything in Develop system, the next step will be to check if they meet your requirements or you need to enhance or customize them.
    Once done you need to transport them to Quality and test them.
    After the testing is over you can transport them to Production.
    You dont directly activate them in Production.
    Hope this helps.
    Thanks,
    JituK

  • How to update a column with different values but all other row values r sam

    Hi,
    I have a table like this.
    Col1 col2 col3 col4
    10 20 30
    10 20 30
    10 20 30
    i need to update col4 with different values coming from other table like this
    Col1 col2 col3 col4
    10 20 30 xxxx
    10 20 30 yyyy
    10 20 30 zzzz
    how can i update the table. pls let me know how to use the where condition in the update stmt.
    thanks,
    jay
    Edited by: user2558790 on Nov 20, 2009 12:26 PM

    what is the logic for this kind of update...????
    Greetings,
    Sim

  • How to input different values without logging out everytime in OATS

    Hi,
    I am new to OATS. I was trying the functional testing of a web application. For this I recorded it by first logged in the application then input some values in a field, submit it and logout.Then i tried to iterate it with different values in the input field, but the problem was that for every iteration it was logging in every time. How can i stop logging in everytime and put the values all in one login. Also can anyone provide me online tutorial for OpenScript used in OATS.
    Edited by: user13268396 on Jul 6, 2011 3:36 AM

    Hi,
    If you go to
    http://www.oracle.com/technetwork/oem/downloads/index-084446.html
    There is a section for Documentation download. Within this there is the OpenScriptUserGuide.pdf, with full explanations of the technology.
    For the iteration with out logging again you have to insert "for" loop.
    Regards,
    Srinivas

  • SAPSCRIPT Quantity Symbol printing different values

    Hi,
    I am generating a Printout & Fax at a time for the Purchase Order output, a SYMBOL which is having a conversion value is printing different values in FAX output. Both the Printout and Fax uses the same Print Program but different sapscripts which have same formatting for printing the conversion value (different scripts but copied one and no changes in the script).
    the following symbol is printing different values:
    Print program:
    data: p_value type ekpo-menge,
             umbsz TYPE umbsz.
    umbsz = marm-umrez / marm-umren.
    p_value = umbsz.
    Script
    &p_value(7.0R)&
    This &p_value(7.0R)& gives different values in Printout and Fax and this difference is not for every document, it is for some documents and there are no changes in conversions also.
    My question is: "Is there any problem in using (7.0R) for datatype menge, I mean restrict the no.of characters and decimals at a time for quantity field type".
    Thanks in Advance.
    Ravi

    Hi Ravi,
    Try doing a WRITE - TO in your program. Make the variable p_value type char.
    Another suggestion would be to get the value doing a PERFORM xxxxx IN PROGRAM and retrieve the value from there.
    Regards,
    Ernesto.

  • Purpose of a database server for Business Objects XI 3.1

    Hello Team,
    I am quite new Business Objects and right now I am using Business Objects Enterprise XI 3.1.
    when installing BO XI 3.1, I was prompted to select the database server to be created. I chose MySQL.
    Now, I am curious to know the pupose/involvement of a database server for BO. I understand that the database is being managed/used by CMS and it has four main functions:
    Maintains security (users)
    Manages objects (folders, reports, and program objects)
    Manages servers (services)
    Manages auditing (system auditor).
    Is there any better explanation to the database and its purpose?
    what does the database schema/user holds (any database objects,tables,etc..,)?
    Does repository and database schema the same?
    Are all the report objects, users and universe being stored in the database schema?
    Thanks in advance for the reply.
    Regards,
    Kathir

    the database server for BO XI 3.1 is needed to store the repository for the system which in another meaning the structure of the system itself.
    yes the repository is the same as the schema, but schema is a database concept.
    all the objects (universes, reports,,,,,,, etc) are stored in the FileStore of Business Obejcts system, but the structure of how those object are stored is exist into the repository database.
    good luck
    Amr

  • Setting up Oracle Server for Home???

    hello
    Please would someone help me, I recently installed in Oracle Developer Suit on my machine, and so far the Developer icons and ohters show up .. but cannot seem to connect to the main Developer suite program frm Start>Programs>Oracle>Oracle Developer Sute....
    here is where the big problem is and that is how do I set up a server at home for it, as the college has a server for their oracle program. Without Oracle running i cannot really do my assignment two of using Oracle itself to produce a database through the program.
    I want to ask would the Net manager allow me to set up and test the server this way? note that i have followed the instructions of my lecture handsouts taht he put on blackboard, the thing is taht he has not yet shown me how to set it up and get it to run? so I was thinking do any of you people know how to do this?
    id b great if you could post some instructions ro guidlalines or email me the screen dumps of how i can clearly set up a server for my program so i can log in with a username and passworld and connect string @ home.
    email is [email protected]

    Bo,
    If you have the means, I would recommend placing spatial indexes on a separate physical device from data and other indexes. This is an extension of the data separate from indexes rule of thumb.
    Matt.

  • GR having different values for same quanitity

    Hi All,
        We have a Scheduling Agreement for which different GRs are posted through Inbound Delivery. The problem is, for two different GRs which were posted on the same day(for diifferent batches) having the same quanity, the GR values are different at decimal places. ie. 0.01 EUR difference.
    Scheduling Agreement : Target Qty - 326,700.000ST ;   143.35 EUR per 1000ST
    Quantiy
    Amount
    Goods Receipt 1
    7425 ST
    1064.37 EUR
    Goods Receipt 2
    7425 ST
    1064.38 EUR
    So, here, the actual amount should be 1064.37EUR (7425 x 0.14325 = 1064.37375) after roundong off to two decimal places.
    Please suggest. Thanks in advance.
    Regards,
    Rosh

    Hi,
    This will happen due to small difference of exchange rate even though there is not changes applied to exchange rate in system.
    The un-expected exchange rate difference posted during GRN is very well explained in below KBA.
    The KBA explains the real situation why this difference are caused and corresponding way to handle this type of situation.
    KBA:  1686557 - Unexpected exchange rate difference during goods receipt
    Rgds,

  • Creating a Material with different values for fields in Transaction MM01

    Hello All,
    While creating a material i will be giving a Profit Center in Sales:general/plant view, which i can see in Costing1 View. If i change this in this View it automatically changes in the other View. Is there any way to give different values in the two views or then what is the significance in showing the same field again in two different views.
    Thanks,
    Shashidhar.

    Hi,
    Its just a way of showing the data in different views for user. It doesn't have any significance.
    Regards,
    Sudheer.

  • PDF for multiple users with different values

    Is there a way to create a PDF to be sent to multiple users but have different values in the PDF? For expample employee A's offer letter is for $50/hour while employee B's offer letter is for $55/hour. But they have the same offer letter just with different values.
    I have Enterprise EchoSign and FormsCentral.
    Thank you!

    Hi,
    Thanks for asking, but FormsCentral currently does not support this.
    Perry

  • Checking for different values with single var name.

    Hi,
    i have a variable NAME which should not take 5 different values.
    i want to check NAME againist these 5 values at run time. is there any way to check NAME againist these 5 values like NAME in X, where x contains these 5 values.
    could someone let me know the syntax and approach to do that.
    your help would be appreciated.
    thanks,
    kranthi.
    Message was edited by: kranthi kumar
    Message was edited by: kranthi kumar

    Hi Kranthi
    If you want a method to set this property persistently via definitions made in DDIC, I do not know any way. If the values that the parameter can take are definite, then you can set up a check table.
    Otherwise, one should achieve this programatically.
    i.
       IF name = <i><prohibited_val1></i> OR
          name = <i><prohibited_val2></i> OR
          name = <i><prohibited_val3></i> OR
          name = <i><prohibited_val4></i> OR
          name = <i><prohibited_val5></i> .
    *-- The rule is broken
       ENDIF .
    ii. Define a range and check with it.
    TABLES mytable .
    RANGES grn_namepval FOR mytable-name .
    *-- Begin of block A
    CLEAR grn_namepval .
    grn_namepval-sign = 'I' .
    grn_namepval-option = 'EQ' .
    grn_namepval-low = <i><prohibited_val1></i> .
    APPEND grn_namepval .
    *-- End of block A
    *--Do block A for each prohibited value
    IF name IN grn_name_pval .
    *--Your rule is broken
    ENDIF .
    Regards
    *--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>

  • Different values in a list box for each row of the table control...

    Dear Experts,
    Is it possible to populate different values for each row in a listbox inside a table control ?
    Example,
    Row 1 in the the table contains A, B & C
    Row 2 in the same table contains C, D & E
    If yes, How?
    yes i am using
      call function 'VRM_SET_VALUES'
        exporting
          id     = i_name
          values = i_list.
    Thank you .
    Message was edited by:
            Kokwei Wong
    Message was edited by:
            Kokwei Wong

    Hi Wong,
    this is code example for listbox
    TYPE-POOLS vrm .
    DATA: lt_vrm_values TYPE TABLE OF vrm_value.
    DATA: wa_vrm_values TYPE vrm_value.
    PARAMETER p_list AS LISTBOX VISIBLE LENGTH 10.
    INITIALIZATION.
      wa_vrm_values-key = 'Key1'.
      wa_vrm_values-text = 'Value1'.
      APPEND wa_vrm_values TO lt_vrm_values.
      wa_vrm_values-key = 'Key2'.
      wa_vrm_values-text = 'Value2'.
      APPEND wa_vrm_values TO lt_vrm_values.
      wa_vrm_values-key = 'Key3'.
      wa_vrm_values-text = 'Value3'.
      APPEND wa_vrm_values TO lt_vrm_values.
    AT SELECTION-SCREEN OUTPUT.
      CALL FUNCTION 'VRM_SET_VALUES'
           EXPORTING
                id              = 'P_LIST'
                values          = lt_vrm_values
           EXCEPTIONS
                id_illegal_name = 1
                OTHERS          = 2.
      IF sy-subrc  0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    To fill it with data from DB, just do select in INITIALIZATION and put that values with same alghoritmus.
    Manas M.
    P.S.: This is very easy question, you should use search ...

  • How do I count and display events every few seconds and then convert the counted values into events per minute? (for a heart rate monitor)

    Hi everyone,
    I'm building a heart rate monitor as a final year project with my lab partner using the NI USB-6009 and Labview 2009. We have managed to obtain a signal using a photo transciever, smooth it out and count the events, however the count is incremental.
    We wish to count the number of pulses we obtain for a few seconds (5-10 for example) and then use this value to obtain a pulse rate in beats per minute (e.g. 10 pulses in the first 10 seconds would give an estimated BPM of 60 etc etc).
    Does anybody have ides on how we could implement this? We have tried timed loops, elapsed time VI's and other things but nothing gives us what we need.
    Thanks in advance for any help that is offered.
    Jeshua Graham.

    We are very new to Labview. We are taking a raw signal from our DAQ and then using VIs to filter and then trigger counts on rising edges. I have attached our vi file to this post for you to look at (I hope that is what you mean by code).
    Attachments:
    TCRT-1010DAQ_jeshua1.vi ‏367 KB

Maybe you are looking for