Any FM / BAPI to Convert UOM (PLPO-MEINH) from ST to PC

Dear Friends,
I am searching for a FM or Bapi to convert the Unit of Measure PLPO-MEINH, from ST to PC(Piece). Your Feed Back would be highly appreciated.
Best Regards,
Azam.

Hi
Use the FM  CONVERSION_EXIT_CUNIT_OUTPUT.
Edited by: Subhankar Garani on Nov 10, 2009 1:54 PM

Similar Messages

  • Any solution for preventing converted data (to excel) from crashing?

    Any solution for preventing converted data (to excel) from crashing - file crashes on a consistent basis.

    Hi Shrinivas,
    LabVIEW is getting bug fixes and new features with each version step.
    But new features also can bring new bugs - and not all bugs from older versions are fixed by now…
    The MixedSignalGraph is a beast of it's own and known to have bugs inside. The one you noticed now is probably one of those.
    So it's not your fault your VI terminates rather "unhappy", but most probably NI's fault. You can have a workaround as described in the last post.
    If I have to take same data from wire as you mentioned, I need to save the data in some variable
    No, you don't need any "variable"! THINK DATAFLOW: the wire is the variable!
    I have to write the data to excel file using report generation tool kit or some other way. … Please let me know if I can do it in some other easy methods. 
    It all depends on the datatype of your data. There are functions to save to spreadsheet files. You can save in binary files. You can create TDMS files , which can be read by Excel too. All those functions are really easy to use - you just have to look at the example VIs coming with LabVIEW!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Is there any way to automate converting just sln files from VS2008 to VS2013 ?

    My general problem is that we have a large number (approaching 300) of "local" sln files that have not been converted from VS2008 to VS2013 although their underlying vcproj files have (so they are now really vcxproj / vcxproj.filters pairs). 
    This happened because these projects were converted along with "global" sln files that also contain these projects and are in fact used to build product.  The "local" sln files are more geared toward development, so the idea has
    been to upgrade them over time as they need to be worked with in VS, which is still an option.  It should also be noted that these "local" upgrades must be done so that they do not redo the vcxproj files in any way or needed adaptations get
    zapped and must be redone by hand.
    So ... does anyone have a suggestion how to automate the conversion of these remaining sln files
    without affecting the connected proj files?  devenv /upgrade does not seem to have the ability to leave the proj files alone unless I am misreading.

    Hi A Jarrett,
    Thanks for your reply.
    I sugegst you will need to check if if
    these files can be created in VS2013. 
    Since the VS2008 is really old version, and generally we open an old project with the closed VS version, for example, I sugegst you could check whether you could open all files in VS2010, and then test it with VS2013.
    In addition, I suggest you can try to open the your project solution using File | Open Project... and then pass the path to the solution project file check this issue again.
    I find a similar thread about how to convert project from old version VS to VS2013, you can try the jsck's suggestion to check your issue.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/3d128a21-f3b5-430e-b146-60eea577194f/converting-vs-2005-project-to-vs-2013?forum=visualstudiogeneral
    Best Reagrds,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • BAPI for converting planned order to Production Order(in PP)?

    Hi all,
            Is there any standard BAPI for converting Planned order to Production Order?
    Thanks in advance,
    anjaly

    hi,
    check this..
    BAPI_PRODORD_CREATE_FROM_PLORD BAPI: Convert Planned Order into Production Order
    for more details check this link..
    Create a production order
    <b>reward points if it is helpful..</b>

  • Is there any function module to convert the date format

    Dear ABAPers,
    Is there any function module to convert the date format from dd.mm.yyyy to dd-mmm-yyyy.
           I want to convert the date format from dd.mm.yyy to dd.mmm.yyy Eg.from 10.03.2008 to 10-mar-2009.
    Thanks & Regards,
    Ashok.

    hi,
    create custom function module or copy the below code in the report ..and use it
    the out put for below is :----Convert a DATE field into a full format date eg. March 23, 2000
    FUNCTION Z_CONVERT_DATE_INTO_FULL_DATE.
    ""Local interface:
    *"       IMPORTING
    *"             VALUE(DATE) LIKE  SY-DATUM
    *"       EXPORTING
    *"             VALUE(FORMATTED_DATE)
    *"       EXCEPTIONS
    *"              INVALID_DATE
    TABLES: TTDTG.
    DATA: BEGIN OF T_DATE,
            YYYY(4) TYPE C,
            MM(2) TYPE C,
            DD(2) TYPE C,
          END OF T_DATE.
    DATA: DAY(3) TYPE N.
    DATA: VARNAME LIKE TTDTG-VARNAME.
    IF DATE IS INITIAL.
      CLEAR FORMATTED_DATE.
      EXIT.
    ENDIF.
    check document date format
    CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY'
      EXPORTING
        DATE = DATE
      EXCEPTIONS
        PLAUSIBILITY_CHECK_FAILED = 1.
    IF SY-SUBRC NE 0.
      RAISE INVALID_DATE.
    ENDIF.
    MOVE DATE TO T_DATE.
    CONCATENATE '%%SAPSCRIPT_MMM_' T_DATE-MM INTO VARNAME.
    SELECT SINGLE * FROM TTDTG WHERE SPRAS = 'EN' AND VARNAME = VARNAME.
    WRITE T_DATE-DD TO DAY.
    CONCATENATE DAY ',' INTO DAY.
    CONCATENATE TTDTG-VARVALUE DAY T_DATE-YYYY INTO FORMATTED_DATE
      SEPARATED BY SPACE.
    ENDFUNCTION.
    the output is :--Convert a DATE field into a full format date eg. March 23, 2000
    Regards,
    Prabhudas

  • Convert smartform as PDF from ABAP Webdynpro

    Hi,
    I want to convert smartform as pdf from ABAP webdynpro.
    Flow: SmartForm-->Generating Function Module -->Getting Output Data --> Converting OTF to PDF --> Open/Save PDF file in ABAP webdynpro.
    What are the sequence of function modules to be used for this?
    OR
    Is there any other way to convert smartform as pdf from ABAP webdynpro?
    plz give me the flow and FM'details clearly in detail.

    Look here https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785
    Cheers
    Graham Robbo

  • FM TO Get the Convert UOM

    Hi Experts
    IN QP03 Inspection Plan Charcterstics there is filed called UOM (MASSEINHSW) actually in Screen it is KG\cm2 but in table it is stored as +KGC+.
    In Program it is displying as KGC but i need to display kg\cm2 any FM to Convert this.
    Rgards
    Jagadish

    Hi,
    Check these below FM's
    CIF_GEN_CONVERT_BASE_UOM
    ISA_CONVERT_UOM
    CONVERSION_EXIT_SUOM_OUTPUT    HU number output conversion exit
    OIG_F_CONVERT_UOM_FOR_SCD      TD-F convert UOM for scd-calculation to different UOM        
    OIU_QCI_CONVERT_UOM            Convert units of measurement
    Regards,
    Jyothi CH.

  • BAPI for converting legacy case data

    Hello friends,
    I would like to know is there any BAPI for converting legacy case data to SAP CRM case.
    thanks in advance
    Rakesh

    Hi,
    use bapi 'BAPI_CUSTOMER_CREATE' to create customer and bapi
    'BAPI_VENDOR_CREATE' to create vendor.
    Regards,
    SuryaD.

  • Is there any kind of adapter/converter that converts an older Firewire 400 to Thunderbolt?

    Is there any kind of adapter/converter that converts an older Firewire 400 to Thunderbolt?

    Is this to plug in an older FW 400 device into a Thunderbolt port on a Mac?
    Or to plug in a Thunderbolt device into a FW 400 port on a Mac? 
    The first can be done but not the second.

  • Can't find any raw files to convert when I am using Adobe DNG converter

    Recently I purchased a new Olympus XZ-1 camera. I shoot exclusively RAW pictures (raw files for this camera are called .orf). Then when I tried to import these .orf files in the organizer of Phtoshop Element 8 it was imposible, nor then I could see those pictures in the organizer. By surfing on diffrent forums, I was able to figure out that Camera Raw included in Element 8, Camera Raw 5.5, is not supporting the .orf raw from Olympus and if I didn’t want to upgrade my Element 8 to Element 9 or 10, a simple alternative was to download Adobe DNG converter to convert all my .orf files into dng files, which could then imported by Element 8 and opened in Camera raw 5.5.
    I downloaded DNG converter version 6.6 and installed it in on my computer running on Windows 7. The problem is that once inside DNG converter, when selecting the folder where all my .orf files are (Select folder), I can't see any raw files to convert there! I tried to select a folder with NEF files instead (raw files from Nikon) and it is the same problem! Why can’t I see those files of mine I want to convert when I select the folder in DNG converter?
    I'm dying for help!
    Thanks a lot!

    When you are selecting the folder in the DNG converter, you only click on the folder.  You DON'T double click on the folder.  After you have set your options, and chosen the folder, you click on the Convert button.  It is only after you have clicked on Convert that you will see the list of files that are being converted.  You will also be able to see an indicator of the progress of the conversion.  It really does work.  Just to verify, the procedure I outlined is one that I did just prior to trying to write the instructions.  It really isn't rocket science.  Just choose the folder, only the folder, and click on the Convert button.
    You'll notice that the button prompts you to select the folder, it doesn't say anything about selecting a file.  You only select the folder that contains the files.  You will never see a list of files using this method.  If you only want to convert one or two images you can use the other method.  Leave the DNG converter closed, open the folder containing the DNG files in your operating system folder browsing utility, choose the file you want to convert, and drag it onto the icon for the DNG converter.  That is how you choose individual images.

  • Step by step bapi to convert SAP to XML please its urgent

    step by step bapi to convert SAP to XML please its urgent
    full points if with full example and coding in ABAP,
    Thank you,
    Regards,
    Jagrut Shukla

    yes i want to convert Catsdb table into xml format and safely in server, i.e secured  place

  • I need to transfer up to 200 pages and keynote files from my macbook to my PC. Is there any way I can convert all of the files to word-friendly documents as a batch change or will I have to open each individual file and re-save it as word-friendly?

    I need to transfer up to two hundred Pages and Keynote files from my macbook running on Mac OS X 10.6.8 to my PC running windows. Is there any way I can convert all of the files to word-friendly documents as a batch change or will I have to open each individual file and re-save it as a word-friendly file?

    I need to transfer up to two hundred Pages and Keynote files from my macbook running on Mac OS X 10.6.8 to my PC running windows. Is there any way I can convert all of the files to word-friendly documents as a batch change or will I have to open each individual file and re-save it as a word-friendly file?

  • Logic can output video to Firewire, any chance we can convert to DVI?

    Logic can output video to Firewire, any chance we can convert tbe video data in firewire to DVI and connect to a display?
    Thanks!

    DV-Video to DVI Converter

  • Is there any standard BAPI available to vendor , customer and G/L ?

    Hi all,
    any standard BAPI available to vendor , customer and G/L? I found BAPI_CUSTOMER_CREATE and BAPI_VENDOR_CREATE but when i traying to execute , then control directly taking to XD01 and XK01 initial screen's .i need to create vendor and customer master data using BAPI(data will come from legacy system).
    Other than these , is there any standard  BAPI available .Pl tell me
    Regard's,
    Pratap.

    Hello Pratap
    For customer the following BAPI is available:
    BAPI_CUSTOMER_CREATEFROMDATA1
    "This fm uses a reference customer as template for the new customer.
    " Using this BAPI you cannot create a new customer from scratch
    Regards
      Uwe

  • IS THERE ANY SUITABLE BAPI'S To Upload data to F-02  ..OR we should use BDC

    HI FRIENDS,
    IS THERE ANY SUITABLE BAPI'S To Upload data to F-02  ..OR we should use BDC..
    WAITING FOR UR REPLY?
    THANKS.
    KIRAN

    Hi,
    I need to change the BDC program which is already written for F-02 in 4.7E.The changes are like I need to add 8 new posting keys, Kindly let me know how I can do it ,if already have the coding for the same please share with me.
    Thanks in advance,
    Jyoti

Maybe you are looking for

  • How to lock  (protect) a cell

    I've a cell with a formula, that i want to be locked just to give the result, but i don't find that option. can anyone help me? Thanks

  • Redeem serial number

    I had registered acrobat pro X and then due to problem with my laptop I reinstalled again. The acrobat does not recognise my serial number which was registered at that time. how to redeem?

  • Limit report data per user

    The DB contains data from several sources\systems. I want to limit the user to view reports containing data from his allowed systems only. Therefore, I created initilaization block with the following data source: select 'USERSYSTEM', us.system_id fro

  • How do I capture video from canon d5 mark II to fcp using usb connection

    I have always imported video to fcp via firewire using my tape cameras but soon I will have to make the jump to non linear cameras eventually as tape becomes obsolete. I haven't got a non linear camera but would like to know if there's a simple way t

  • Discoverer Desktop 11 and Oracle db 9i

    Will Discoverer Desktop 11 run off Oracle db 9i? I have copied tnsnames.ora file from 9i directory to 11, cannot connect (get ORA-12154) Thank you in advance.