How to convert characterisitics of a materila to external format

Hi All,
I am fetching characteristics value(present in Classification view) of a material using the FM 'CLLA_CHANGE_DOC_CLASSIFICATION'.But it gives the old value and new value in internal foramat.How can i convert the characteristics values to external format?
Thanks,
Rakesh.

HI,
Use function module:
CONVERSION_EXIT_ATINN_OUTPUT to convert internal to external characteristcis
or use CONVERSION_EXIT_ATINN_INPUT for the reverse
Regards
Dheeraj..

Similar Messages

  • How to convert system Date into DD-MMM-YYYY Format

    hi friends,
    please help me How to convert system Date into DD-MMM-YYYY Format.
    Regards
    Yogesh

    HI..
    data: w_dt(11) type c,
             w_month(2),
             w_mon(3).
    w_month = p_date+4(2). **p_date = given date**
    case w_month.
    when '01'.
    w_mon = 'Jan'.
    when '02'.
    w_mon = 'Feb'.
    when '03'.
    w_mon = 'Mar'.
    when '04'.
    w_mon = 'Apr'.
    when '05'.
    w_mon = 'May'.
    when '06'.
    w_mon = 'Jun'.
    when '07'.
    w_mon = 'Jul'.
    when '08'.
    w_mon = 'Aug'.
    when '09'.
    w_mon = 'Sep'.
    when '10'.
    w_mon = 'Oct'.
    when '11'.
    w_mon = 'Nov'.
    when '12'.
    w_mon = 'Dec'.
    endcase.
    Now...
      concatenate p_date6(2)  '-'  w_mon  '-'   p_date0(4)  into w_dt.
    write w_dt.

  • How to convert a word document into the PDF format?

    Please instruct me step by step on how to convert several Word documents into the PDF format?

    If properly installed and updated (depending on the WORD version), you can simply do any of the following:
    1. Open the doc in WORD and select Print, choose the Adobe PDF printer, print.
    2. Open the doc in WORD and go to the Acrobat menu in WORD and select create PDF (this uses PDF Maker).
    3. Open the doc in Acrobat and the conversion should be done based on PDF Maker.

  • How to convert the alv list data into pdf format

    Hi Expersts,
                      Is it possible to convert the alv list output data into PDF format? if yes, then please help me with this issue.
    thanks in advance,
    Regards,
    Samad

    hii samad,
    you can go through these link.i hope it ll solve your purpose
    How to convert list output to PDF
    Display ALV list output in PDF format
    regards,
    Shweta

  • How to convert adobe/acrobat downloads in to word format

    How to convert adobe/acrobat files in to a word format

    Hi UNWLA,
    Adobe Reader XI uses Adobe Export PDF online to convert the file into Word.
    You can go to File > Save As > Word or Excel Online
    You can even use Acrobat XI to convert a pdf to word document.
    Go to File > Save as other... > Microsoft Word > Word document / Word 97-2003 document
    You can even make a selection of any table in the pdf document and right click and select 'export as ' > Word document.
    Or,
        Open a file in Acrobat XI.
        Choose Tools > Content Editing > Export File to Word document.
        Name the Word file and save it in a desired location.
    You might want to refer :
    > http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe- acrobat-xi-convert-pdf-to-microsoft-office-word-tutorial_ue.pdf
    > http://tv.adobe.com/watch/i-didnt-know-acrobat-xi-could-do-that-tutorials/convert-export-p df-file-for-editing-in-microsoft-word-excel-powerpoint-converter/

  • HOW TO CONVERT A XML FILE TO HTML FILE FORMAT IN WINDOWS APPLICATION

    Hi iam a fresher iam working on a project in that i should convert the data in xml file to html file. I dont have any idea regarding this can anyone help me how to convert the xml file to a html file format. I just written the code till how to read the xml
    file. Now i stucked how to write the code for converting to html format.
    Thanks and Regards,
    Dileep.

    Hi iam a fresher iam working on a project in that i should convert the data in xml file to html file. I dont have any idea regarding this can anyone help me how to convert the xml file to a html file format. I just written the code till how to read the xml
    file. Now i stucked how to write the code for converting to html format.
    Thanks and Regards,
    Dileep.
    Hello,
    For converting xml file to html, we could refer to the way shared in the following thread which uses an XSLT stylesheet to transform the XML into another format using the
    XslTransform class.
    http://www.codeproject.com/Articles/12047/How-to-Convert-XML-Files-to-HTML
    Regards.
    Carl
    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.

  • How to convert .wav to .mp4 with H.264 format using iTunes?

    Hi All,
    Can i convert .WAV to .Mp4 file with H.264 code format using iTunes Windows or Mac OS X? if it is possible, please suggest me how to convert?
    Thanks and Regards,
    Suresh Balakrishnan.

    iTunes application can only convert files to .WAV, .MP3, Apple Lossless Encoder, AIFF, AAC.

  • How to convert org hierarchy XML to CSV/Excel format using PI/XI

    Hi All,
    I am working with SAP PI/XI for the first time and need some help file conversion of complex hierarchy XML to CSV file using PI. I have done plenty of research on SDN and could find much related to what I want to do.
    Here is the example of how my input XML would look like:
    <?xml version="1.0" encoding="UTF-8"?>
    <PartyMaster type="OrgHierarchy" name="Compass Group Owned">
    <PartyMasterHierarchy>
    <Hierarchy level="3" nodeName="Bon Appetit Sector" type="Sector" ID="A00000" refID="A00000">
    <Hierarchy level="4" nodeName="BA Division" type="Division" ID="AB0000" refID="AB0000" >
    <Hierarchy level="5" nodeName="BA East Coast Region" type="Region" ID="ABE000" refID="ABE000">
    <Hierarchy level="6" nodeName="Engstrom, John RVP" type="District" ID="ABE01" refID="ABE01" >
    </Hierarchy>
    </Hierarchy>
    </Hierarchy>
    </Hierarchy>
    <Hierarchy level="3" nodeName="Levy Sector" type="Sector" ID="K00000" refID="K00000".
    <Hierarchy level="4" nodeName="Levy Sector Division" type="Division" ID="K90000" refID="K90000">
    <Hierarchy level="5" nodeName="Levy Sector Region" type="Region" ID="K99000" refID="K99000">
    <Hierarchy level="6" nodeName="TBA Total" type="District" ID="K9901" refID="K9901"> </Hierarchy>
    </Hierarchy>
    </Hierarchy>
    </Hierarchy>
    </PartyMasterHierarchy>
    </PartyMaster>
    I would like to get CSV output in the format below
    DISPLAY_NAME, DOCUMENT_DESCRIPTION, PARENT, EXTERNAL_ID, ORG_UNIT_TYPE
    Bon Appetit Sector, Bon Appetit Sector,constant value, A00000, constant value
    Levy Sector, Levy Sector, constant value, K00000, constant value
    BA Division, BA Division, A00000, AB0000, constant value
    Levy Sector Division, Levy Sector Division, K00000, K90000, constant value
    BA East Coast Region, BA East Coast Region, AB0000, ABE000, constant value
    Levy Sector Region, Levy Sector Region, K90000, K99000, constant value
    Engstrom John RVP, Engstrom John RVP, ABE000, ABE01, constant value
    TBA Total ,TBA Total ,K99000, K9901, constant value
    1) How do I go about this? I think I have to configure an adapter but which adapter would give me the desired result?
    2) How do I tell PI when to pick the file from and where to place it after conversion? Could this be done in adapter configuration?
    Any help will be greatly appreciated.
    Thanks.
    --Mithun

    >>> 1) How do I go about this? I think I have to configure an adapter but which adapter would give me the desired result?
    Use File adapter at the sender side to pick up the xml and use file adapter at the receiver side (message protocol file content conversion) to convert xml format to csv.
    Basically you have to configure in the file adapter (FCC) on the receiver side to get desired csv structure from XML.
    >>> 2) How do I tell PI when to pick the file from and where to place it after conversion? Could this be done in adapter configuration?
    Configure sender file adapter to pick up the file from the specified directory. Configure receiver file (fcc adapter) to drop the csv file after conversion.
    For sender adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    For receiver adapter in our case FCC (FILE content Conversion) follow the link
    http://help.sap.com/saphelp_NW04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Hope answered your question.
    Mapping area: simple suggestion. Keep input and output message same structure and do one to one mapping.  In the receiver fcc adapter configure for csv structure following instruction given in the above second link
    Note: FCC adapter does not support nested structure more than 2. So in your case you can achieve using conversion agent tool. Otherwise you might have to achieve through some graphical mapping.

  • How to convert mkv files into dvd reader compatible format

    Hi there!  that's my first discussion ever in this community. Hope you can help me and I thank you by now for support.
    My question is pretty simple.
    How can I convert a full HD .mkv file into something compatible with DVD readers for home use ( mpeg, avi etc.. ), keeping full HD quality ?
    Assuming that I'm a beginner in codec, video converting operations and all stuff like that....
    1) I'm using OSX 10.8.5  Mountain Lion
    2) I tried using VLC 2.1 but result was pretty bad ( blurry video quality and no sound at all... starting from a perfect mkv source )
    3) I tried with Divx Plus Converter 10 having error 2
    As I will be converting videos rarely I'm looking for a free solution...  Any idea ??
    Thanks

    It could be a 'difficult' form of Matroska file. FYI Matroska is just a container like MOV or AVI, and some mkv have the video encoded with Real Video Codec (RV9 RV10). Perian+QT can't decode this, but VLC will play .mkv files just fine on OS X, as long as they don't use H.264!
    It's a bit of a lottery until Matroska decide to support the Apple platform. I have found this:
    http://mkv4mac.free.fr/index.php?lang=en&p=lec
    which may help.
    But there may be another workaround: 1. Get Info the mkv file
    2. Change to extension to wmv. Save as wmv and that could work better.
    Recently, a poster (ZachP14) suggested this:
    "There's a program called Plex that runs .mkv files awesome on my 2.0 ghz macbook."
    http://www.plexapp.com/
    Maybe worth a try?
    More information here:
    ttp://en.wikipedia.org/wiki/Matroska

  • How to convert from line chart data to CSV format

    Hi ,
    I am using Flex 3 and AS.
    I am getting data from MS SQL and display the data as line
    chart this is ok.
    But i want to convert this line chart data to CSV or .xsl
    format.I find one example in fourms the from data grid to CSV
    For this URL is
    http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/datagriddataexporter.php
    But i want Line chart to CSV.Please help me.

    Line chart is a just a visual representation of some data
    that's sitting in your database. Isn't it? You load this in Flex,
    probably using HTTPService class, and pass it to some chart object.
    Now when use says that she needs it in CSV format, you're
    gonna have to send another request to the server to produce the
    same data, convert into CSV or XLS format and let user download it.
    Of course, if use doesn't want to download, you don't have to
    go to the server, at least for CSV format. You can convert the same
    data that used plot the chart to convert to CSV.
    Am I missing something here?
    ATTA

  • How-To: Convert audio files to the desired Cisco format (SoX example)

    Greetings,
    This week I spent a few hours on converting PCM encoded wave files to CCITT ulaw encoded wave files. You know, the format we all use for UCCX, IP IVR and the like.
    I have been searching the interwebs and came across a few suggestions, amongst others:
    o Adobe Audition
    o Audacity
    I installed Audition Cs5.5 on my Mac, but it wouldn't let me export CCITT ulaw files.
    I also installed Audacity, which would let me export files in the right format, but doesn't support batch conversion of audio files. When you're moving from one voice application to another, this is a huge drawback. For occasional conversion, I would recommend this (graphical) tool.
    The solution I have used is the open source software SoX (Sound eXchange) which can be found here: http://sox.sourceforge.net/
    It is a cross-platform (Win, Linux, Mac) command line utility that can be use to convert audio files, concatenate them and what not. I just this in conjunction with a perl script I made.
    The script is attached, in the hope someone else benefits from it. Should work out of the box on Mac and Linux machines. The script will traverse the $dirname directory (not recursively) and convert what it finds to 8bit, 8kHz, mono, CCITT ulaw format.
    By the way, to concatenate files just simply type:
    sox half1.wav half2.wav full.wav
    This will concatenate half1.wav and half2.wav and name the resulting file full.wav.
    HTH
    P.s: Disclaimer: You might need to edit the script. There is no implied fitness for a particular purpose, YMMV and I shall not be liable for messed up audio files or what not.
    Edit: url added.

    Hi,
    welcome to the beautiful world of open source :-) By the way, I have not seen anybody programming in Perl for a long time.
    Just one comment: G.711 uLaw is just the half of the story. Remember, UCCX supports either G.711 uLaw or G.729 as well. And since G.729 has license restrictions (costs $10000 per year if I remember that correctly), no free software can incorporate it to its "convert to" list (apart from reading it, which is fine).
    A piece of advice: CUCM has got that voice translator service running, which does the job as well. All you have to do is to upload your files, and you'll get at least four formats ready and available, including G.729 - and it can be downloaded easily using TFTP later and used in UCCX.
    G.

  • How to Convert Analog Music Recordings into a Digital Format

    I am relatively new to Mac computing and would really like to convert my older LP records into a digital format so I can listen to them via an IPod or CD player.
    I need to know the basics and what I would need to be successful. Can anyone help?

    Hi Kcv
    no prob's!
    so for the interface, well it really depends on a few factors:
    1. your budget
    2. what else you will be using it for (e.g. will you be making/creating music using Garageband or perhaps any audio creation program in he future?)
    3. the portability of the interface.
    4. Whether you really need firewire (relates to 2.)
    Needless to say, the more you spend the better the quality and vice versa. However, if you're thinking of only transfering vinyl to digital then the imic will suffice. However, i found a few others that might give you a few more choices. I can't vouch for their quality - but the manufacturers are all reputable in the world of semi-pro audio.
    1. http://www.dv247.com/invt/30313/ Edirol UA-1EX (USB around £25 - sorry i'm London based so am not sure what that is i canadian dollars but am sure it will be better than the price if you convert it yourself)
    2. http://www.dv247.com/invt/32730/ Behringer UCA202 (also USB and around £24)
    3. http://www.dv247.com/invt/30207/ Behringer FCA202 (cheapest firewire interface i've ever seen similar price to the above)
    If you anticipate using Garageband or another program to make music then i'd recommend getting a firewire interface and spending more.
    the imic seems cheaper than the rest and i'm sure will do the job just fine.
    As for where you can purchase it. Just did a quick google and came up with www.vibecomputers.com selling the imic at about $41 canadian and FrontierPC selling the imic at $50 CDN.
    If you choose another product look for a computer or audio equipment retailer.
    Cool.
    Hope that helps. By the way if you feel any of the posts in this thread have helped feel free to award stars appropriately.
    If you have any more questions feel free to ask!
    Rounik

  • How to convert float value in hh:mm:ss format

    Hi Everyone,
    I have a requirement that we have time in hours like 21.52 hrs and we want to convert it into hh:mm:ss format
    Please anyone suggest me..
    Thanks 

    WITH m AS
      SELECT [Minutes] = CAST(21.52 * 60 AS int)
    SELECT CAST([Minutes] / 60 AS varchar) + ':' + RIGHT(100 + [Minutes] % 60, 2)
    FROM m
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to convert PDF slideshow with audio to a format playable on devices of today?

    I have several old slideshows (10-15 years old) that I created with Photoshop Album and are PDF files and can only be played with Acrobat Reader 5.  I kept Acrobat Reader 5 on my computer and never updated so that I can play these slideshow files.  The slideshows are very special to me and I would like to keep them and pass on to younger generations.  However, I cannot share my slideshows with others since they cannot be played with the PDF format.   Is there a software for converting these PDF files to .wmv or other format to make the slideshows playable on devices today?
    I have been searching for an answer to this question for several years.  Any leads would be greatly appreciated.

    I have several old slideshows (10-15 years old) that I created with Photoshop Album and are PDF files and can only be played with Acrobat Reader 5.  I kept Acrobat Reader 5 on my computer and never updated so that I can play these slideshow files.  The slideshows are very special to me and I would like to keep them and pass on to younger generations.  However, I cannot share my slideshows with others since they cannot be played with the PDF format.   Is there a software for converting these PDF files to .wmv or other format to make the slideshows playable on devices today?
    I have been searching for an answer to this question for several years.  Any leads would be greatly appreciated.

  • How to convert mkd mdf file to regular file format

    I am pretty new to video converting.. I just wander if anyone know which software could convert these 2 file mkd, mdf format to something else, like avi or mpg format.
    I am using mini mac G4. os x 10.4.
    pls help

    mkd files are CAD drawing files, you would need a CAD application to open them
    mdf files are disc image files used in system backups
    you can try this http://www.magiciso.com/download.htm
    they are both Windows files types so you need a PC to open them and
    these files have nothing to do with video

Maybe you are looking for

  • My laptop cannot find my wireless printer. Everything is setup correctly.

    I have an HP officejet J6480. Everything worked fine until I purchased a new router. The network has been set up on the pc and the printer. For some reason my pc cannot fine the printer even when the ip address is entered manually. Help

  • Regular events in iCal

    Is there a way to create a list of items you regularly schedule in iCal?  For instance, I play tennis at different times on different days, but always for the same length of time.  I'd like to create an event "Tennis" which last for 1.5 hours which I

  • Garbage display of table names after droping.

    Hi to all, i installed oracle 10g on linux and configure the server- client for the users. recently one of my user created a table and then droped it i found the following display after executing SELECT * FROM TAB; TNAME TABTYPE CLUSTERID REGIONS TAB

  • Using hyper-links in a jsp pages that are in a Session

    Hi i am trying to include a hyper-links in my jsp pages that are in a Session, however when i use the links to navigate throughout the pages i get a java.lang.NullPointerException. The Session begins after the user has been validated i.e String cid=

  • Laptop display problems for 4510s

    Busted my display over a week ago and was using a hdmi cable to the tv for display. Once it went into sleep mode the display no longer worked. Switched to external monitor with vga cable and that worked for a few days until it went into sleep mode. N