Problem BAPI_PROCORD_CHANGE field QUANTITY_UOM

Hello,
I am calling bapi BAPI_PROCORD_CHANGE with parameters:
ls_order_data-quantity          = '1241'.
ls_order_data-quantity_uom      = 'CS'.
ls_order_data-prod_version      = '2000'.
ls_order_datax-quantity            =  'X'.
ls_order_datax-quantity_uom    = ' X'.
ls_order_datax-prod_version     =  'X'.
It changes all the fields but not quantity_uom, can any one tell me why?
Thanks.

I am not sure but Check with OSS Notes 487978

Similar Messages

  • Problem with field symbols in ecc 6.0

    i have the following  code  written in 4.6 version   now i am executing the old report   in 6.0  but  i am facing with some unicode error.
      FIELD-SYMBOLS:
        <line_of_bs_table> LIKE tbl1024,
       READ TABLE bs_table INDEX row_bst ASSIGNING  <line_of_bs_table> .
        buffer_bsbuffer_ptr(aux) =  <line_of_bs_table> >col_bst.
    tb1024 is standard sap structure  for storing buffer contents
    i have the following error in ecc 6.0
    structure type   '<line_of_bs_table> >+col_bst'  does not start with a charecter type  field in unicode programs in such cases
    offset/ length declarations are not allowed.
    can any one tell how can a field symbol  structure is changed  to charecter  type.

    Hi elinuk,
    you have already posted this thread in the ABAP general forum under problem in field symbols in ecc6.0 and I think that this forum is more related to this issue than the DMS forum. So please close this thread and investigate this issue further in the ABAP general forum.
    Best regards,
    Christoph

  • Very urgent : Problem with field attributes in Datasource

    Hi
    I am getting a problem with field attributes in the datasource.
    The issue came up after i modified the extract structure-i modified one field and
    added one field to the structure.Now those two fields are not visible in BW.
    When i checked with transaction rsa2, i could find that for those two fields , the
    field attribute is <b>'A'</b> which is <b>'Field in OLTP and BW Hidden by SAP'</b>.
    I tried to modify the field attribute to make it visible.Now the issue is that it is not getting reflected after transport in the Q system.What can be the issue.In the Q system its still the old value 'A' ,which makes the fields invisible.
    Please let me know what can be the issue.
    Regards
    Leon

    Hi,
    did you change this attribute via RSA2?
    you need to change your datasource via postprocessing (RSA6); then transport your DS to your Q source system.
    Replicate your datasources in your BW.
    Finally modifiy your Transfer Structure by editing your TRules ( tab Datasource/Tran structure), move your new fields from the right frame to the left frame)
    Maintain your TRules
    Activate
    hope this helps...
    Olivier.

  • Problem with field GL Account is that it shows concatenated Chart of Accoun

    Hello . Please help me. We have sap BI olap universe . problem with field GL Account is that it shows concatenated Chart of Accounts. But user want to trim the chart of account and show only account in list of values in webi report.
    So What code I can put in Universe to remove this " 9000/" WHICH IS Chart of acct from GL Account
    example List of values shows
    9000/99030
    9000/99070
    I want to show as below
    99030
    99070
    I tried replace function in universe it does not work. Pls help.
    Thanks
    soniya

    Hi,
    You can do it in Web Intelligence using the function Right().
    Depending on the SAP BW version you have it is possible to build such calculated expression in universe on uniquename or name:
    <EXPRESSION>RIGHT[0CALMONTH].currentmember.uniquename,5)</EXPRESSION>
    OR
    <EXPRESSION>RIGHT([0CALMONTH].currentmember.name,5)</EXPRESSION>
    You have to replace 0CALMONTH by the unique definition of GL Accounts and you also need to use the object referencing GL Accounts in your query in addtion to the calculated expression.
    Regatds
    Didier

  • Problem with field label

    Hello All,
    I am having a strange problem with field label? I have created a table with three fields one is MANDT and and the remaining fields as PATID and PATNA.
    I am maintaining the field label for these fields, but still i am not getting the names of the fields while i am calling the structure in my alv tree.
    I d'nt know what is the problem here?
    can any one tell me how can i solve this issue?
    Regards,
    Lisa

    Hi lisa,
    This is not the problem with Data Dictionary,
    While declaring the fieldcatalogue for thr GRID.
    CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'
    EXPORTING
      I_BUFFER_ACTIVE              =
       I_STRUCTURE_NAME             = 'ZTABLE'
      I_CLIENT_NEVER_DISPLAY       = 'X'
      I_BYPASSING_BUFFER           =
      CHANGING
        ct_fieldcat                  = gt_fieldcat
    EXCEPTIONS
      INCONSISTENT_INTERFACE       = 1
      PROGRAM_ERROR                = 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.
    If gt_fieldcat-fieldname = 'PATID'.
    gs_fieldcat-ref_field = 'ZTABLE'.
    modify gt_fieldcat from gs_fieldcat.
    clear gs_fieldcat.
    endif.
    Because while calling the FM it is populatinh the fieldname
    so you need to modify the fieldcatalogue with fieldname then it will pick the field labels from the Dictionary.
    Hope this  will solve your problem.
    Regards,

  • Problem with field  KONWA-Rate Unit(Currency or Percentage) of table KONP

    Hi Gurus,
    I m facing problem with field 'KONWA -Rate Unit (Currency or Percentage)' of table KONP. This field is showing ‘Currency’ and '%' both in table KONP. For some materials its showing currency value and for some its showing '%'. Due to which its creating load problems. My question is how this '%' is coming (means is there any calculation behind that or something else) in table KONP and how can I identify this.
    I am sure u will have the answer for this question so Thanks in advance.
    Message was edited by:
            Amit Rajput
    Message was edited by:
            Amit Rajput
    null

    Hi,
    take the following example: you sell liquor to customers; in your country, when you sell liquor your company is entitled to pay customs and excise fees to governamental authorities.
    These excises and duties are a percentage of the retail price. You'll then create such a condition record with this rate so that you calculation schema will post the correct value during the processing of billing documents...
    hope this shed light
    Olivier.
    Message was edited by:
            Olivier Cora

  • Problems accessing fields in a CMP entity bean from a session bean

    Hello everybody,
    I'm getting the next problem: when I try to access a field in a CMP entity bean that I have instantiated from a session bean (trhoug entitybean.getNameOfField), I get the error "the entity bean does not exist in the database".
    This entity bean is accessing a table in an external database (not the DB of the WAS), but I know that it's getting the correct data from the table, since  I check the entitybean.size() and the entitybean.findByPrimaryKey(), and I get the right information. For some reason, the only thing that it doesn't work in the entity bean are the getter/setter methods (I created them automatically after having created the entity fields).
    I access the entity bean through its local interface...
    I know it's really difficult to give an answer with so few details, but... does anybody think I forgot something important to configure??
    Thank very much in advance!!
    Isidro

    getter and setter methods for cmp-fields are abstract.
    getter and setter methods for cmr-fields are abstract.
    "John Lee" <[email protected]> wrote:
    >
    Hi:
    Which method in a CMP Entity bean should be abstract? just only SetXXX
    and
    GetXXX?
    Thanks!
    John Lee

  • Problem with field catalog after upgrade from 4.0

    Hi experts,
    We have recently upgraded from CRM 4.0 to 5.2.
    I am now experiencing a problem with generation of a transport request for field catalog in transaction CTFC_CRM. I can generate the field catalog without errors.
    The problem is that when I want to create the transport request in our dev system a pop up appears saying "Create object directory entry". Here I have to enter a package for some of the fields in the field catalog. The special thing is that the fields are not custom fields but rather SAP standard fields (using standard data elements). For example field BZIRK.
    These are SAP standard fields but they are not standard in the field catalog. In 4.0 I did not get this prompt but this has apparently changed from 5.0.
    What do I do? I guess if I need to create the objects I will need to use an SAP standard package. But how do I know what package to use?
    Any comments or suggestions will be highly appreciated.
    Best regards,
    Anders

    Hi,
    If you did just install database, then you use Embed PL/SQL Gateway.
    See this guide
    Upgrading Oracle Application Express in Oracle Database Express Edition
    I think you have not run step 5 script apxldimg.sql
    Regards,
    Jari

  • Problem with field Period

    Hi Experts,
    i am facing a problem while running report  Fixed Costs reporting for field Period   when  i run with default values which is 12 it will work But i run with period 13 it show error  (invalid interval from value is grated than to value)   while designing the report painter they have assumed a year  will have 12 periods   but in actual our client has 13 periods so this error happens  Can any one help how we change selection-screen values in report painter.
    T

    hi
      if report is std. one then copy it to z one and comment validation ,
    OR
      if it is Z allredy then do comment validation there.

  • Problem Updating fields in Service Confirmation

    Hi Experts,
    I have a requirement to copy the service items to the service confirmation. To do this i am making an event and copying.I am successful in copying the items from Service order to confirmation once the items are released,but due to some CO integrations it is required to also populate the service order number and its item number to the confirmation item too,which i am not able to so.
    I think i am missing something during CRM_ORDER_MAINTAIN for this entry.It will be a very great if you experts can guide me.
    Thanks,
    SA

    Hi Experts,
    I am now successful in Updating the fields, but right now my problem is when i have not kept any restriction on the status for the event i created, I find that during event trace it fires twice the event, once with the My user name Say 'X' and at the same time it fires with User name 'Y', which we have used for middle ware purposes.
    Anybody has any idea why is tht so..and how can i correct it.
    thanks,
    SA

  • Problems with fields of type NUMC

    Hi,
    I have the following problem in SAP XI -> SAP R/3 synchronous scenario via Abap Proxy.
    The SAP Proxy returns a BAPIRET2 structure and the field NUMBER of  this structure is a NUMC. The field NUMBER is not obligatory and doesn’t have any value by default.
    The problem occurs when the value of this field NUMBER is ‘000’. In this case no tag for field NUMBER is generated in XML message and in SAP XI I don’t see this value.
    Can you help me with this issue?
    Thanks
    Regards
    Elsa

    Hi Elsa,
    create a string field in your interface, regenerate your proxy and fill the new field with value of NUMBER.
    Regards,
    Udo

  • Problem with Field Mapping

    Hi all,
    I have problem in workflow. I have created a worklist record. when i try map it with a "Record Field", there are no records and fields at all. Can any one tell what is the reason for this?
    Thank you,
    Bye.

    Give you give some more details on your question.
    Jayaprakash Tedla

  • Smartform problem with field in table

    Hi everyone,
    I have  a strange issue.
    I created a table within a smartform.
    That table has a row with few fields.
    Somehow, value of field 5 appears in field 4 (near value of field 4).
    Of course, value of field 5 is meant to be displayed in its own column (column 5).
    column4    |    column5
                    |value4    value5
    This problem doesn't occur everytime.
    After lot of debugging, I did not get to any conclusion.
    Thanks for any help.
    Regards.

    Hi ,
    check  the order of fields you are declaring in internal table and order in which they are retrieved in select query should match, else u can use move-corresponding fields of  - in select query. Also try adjusting the column length  in  line type of the smartform
    Regards,
    Vinod

  • Problems completing fields in PDF forms

    I'm using Adobe v10.1.1 (Macbook Pro 10.7.5/+8GB) and I've created a PDF form (original InDesign file) with text fields, check boxes with many of those fields linked within the same document. The document is about 100 pages and the saved file size without any input of data is just under 12mb.
    My problem is when you start to input data, click check boxes etc the document either a) quits (file is then damaged) or b) you are unable to type text within the field, thus you have to "save as", then "quit" and reopen the document. The only way I've mangaged to get round this is to "save as" after completing a spread or page. I also have to give it another name ie. _1, _2 and so on, as occassionaly Acrobat decides to quit and the file is damaged, so I go back to the previous file and start again. As you can imagine this is not a productive way to work.
    Has anyone encountered this? Is the file too big? Any advice would be most welcome. Thanks
    Message was edited by: Lorem Ipsum

    Hi, sorry for my vague question, I'll clarify that -
    I created the forms in Acrobat 9 Pro.  Mostly, the other people using the form fill it out with Adobe Reader.  They all have different versions, basically.  Whenever I hear about these problems, I've always told the person to update their Adobe Reader to the latest version... that has never seemed to actually help.

  • Mail merge in Pages using Address Book - problem with fields

    I am a fan of using the many of the Mac OS, iLife and other Apple applications together and just purchased iWork '09. I'd never done mail merges in previous versions of Pages, but I decided to try today with my Address Book data. I stumbled across some problems related to Address Book that have bothered me for some time and wonder if there is a simple go-around. Many of the cards in my Address Book have more than one line in the street address field. For example, they have street and street number in one line and the apartment number in the second. When Pages encounters such vCards in my Address Book, it doesn't know what to do and skips the next line of the address, which includes city, state and zipcode. I have also altered my Address Book template to include such things as the person's college (as I work with lots of college students), but this field is not recognized in Pages' mail merge feature. So, if I put the college name at the beginning of the street field in Address Book (which is what I have done until today), I can get excellent mail labels to print from Address Book, but I now I realize that this causes the mail merge problems in Pages described above. If I list the college elsewhere in the vCard, such as under the guise of "department" (an accepted field for mail merge in Pages), I lose the ability to get accurate mail labels in Address Book. Any ideas?

    Page's Mail Merge doesn't show up any "Custom" fields in its list?

Maybe you are looking for

  • Get image from Excel as shape and Save as .jpg

    Hello,    I'm fairly new to ActiveX and am having a hard time doing a seemingly simple thing: getting a named image from an Excel file and saving it as a .jpg.  I have seen similar things done for Excel chart objects, but as I understand it images ar

  • Update Access database via OleDB from DataGridView

    I have been scouring these forums and the internet in general as well as doing a lot of reading, all to no avail.  I can not seem to successfully update the Access database from an edited DataGridView.  I am trying to use Stored Procedures that are i

  • Help! I Password Protected My Zen

    Hi, I'm new here and I new help. While fooling around with my Creative Zen Vision W 30gig player the other I managed to password protect the videos and some pictures. I have no idea what I plugged in for the password and now can't view this protected

  • Synchronous Proxy vs RFC

    Cant we use Synchronous RFC instead of Synchronous Proxy if we have to make a Synchronous interface which have RFC on the other side. Please confirm if the below scenario is possible or not, provided that both the systems are ECC 6.0 Request:  RFC 1-

  • Is there a way to move smart previews to  different hard drive and point lightroom to them

    I want to use lightroom on a surface pro. My Lightroom catalogue will be on a 64gb thumbdrive so I can use it between my stationary computer and the portable one.  Since my Smart Preview folder is much larger than 64gb, can I put it on the internal h