FM to convert posid (wbs element ) to pspnr (wbs element)

hi ,
    Requirement like
     Input  wbs element    posid =  M-GA-0022-007   ( i.e 24 char  )
     output wbs element  pspnr = 00000619    (i.e 8 numc )
so any Funtion module which convert the posid(24 char ) to pspnr ( 8 numc)  ?

Check these Functions
From 8 to 24 char
CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT'
          EXPORTING
            input  =  nr_num
          IMPORTING
            output = nr_char.
From 24Char to 8 Char
  CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT'
    EXPORTING
      input           = wbs
   IMPORTING
      output          =   wpspnr

Similar Messages

  • I have Adobe Photoshop Elements 10 plus I create PDF files for work some are scan pdf docs. When I install Photoshop Elements 10 it DOES convert all the PDF files to Photoshop Elements-10 Docs. it even changes and shows the PSE-10 Icon. So I am alway inst

    I have Adobe Photoshop Elements 10 plus I create PDF files for work some are scan pdf docs. When I install Photoshop Elements 10 it DOES convert all the PDF files to Photoshop Elements-10 Docs. it even changes and shows the PSE-10 Icon. So I am alway installing PSE-10 or uninstalling it. If I send the  PDF file that has been automatically converted to a PSE-10 the person I send the file to can not open it because they do not have PSE-10. What can I do to stop PSE-10 from converting my PDF files? Don't tell me to upgrade PSE-10 I tried their on-line program and  it is too advance for a hobby photographer like myself and their Help Desk is impossible to reach.

    Hi,
    Can you please share the logs?
    You can use the Adobe  Log Collector tool (Log Collector Tool) and share the corresponding zip file @ [email protected]
    Thanks,
    Shikha

  • I have Adobe Photoshop Elements 10. However it converts all my pdf files to Photoshop Elements 10 so I can not email them?

    I have Adobe Photoshop Elements 10. However it converts all my pdf files to Photoshop Elements 10 so I can not email them because no one can read them they are not pdf files anymore. What do I do?

    photoshop elements and pd
    If your program is Photoshop Elements (any version), you have posted in the wrong forum. Somehow your thread was posted in the Adobe Premiere Elements Forum (video editing).
    Please re-post your thread in the Adobe Photoshop Elements Forum or wait for a moderator here to see your thread here and move it from here to there.
    Photoshop Elements
    But wherever your thread ends up, please give more details of your situation. I am not understanding "it converts all my pdf files to Photoshop Elements 10". You control the Save As.
    ATR

  • I have Adobe Photoshop Elements 10. However it converts all my pdf files to Photoshop Elements 10 so I can not email them because no one can read them they are not pdf files anymore. What do I do?

    I have Adobe Photoshop Elements 10. However it converts all my pdf files to Photoshop Elements 10 so I can not email them because no one can read them they are not pdf files anymore. What do I do?

    Nothing has been converted. You first need to convince yourself of this.
    Start Adobe Reader (or Adobe Acrobat, if you have it). Use Open from the File menu. Pick one of your PDF files. Does it open OK? If not, what happens?
    Ok, these emails. What exactly happens when trying to open them?

  • How do i convert a RAW photo to JPEG in elements 12??? Thanks for any help!

    How can i convert a RAW photo to JPEG using Elements 12??

    In general, you open and edit the RAW photo in Adobe Camera RAW, and then either
    click on Done and then in the Organizer, FIle->Export->As New File and select JPG
    click on Open and then in the Editor do a File->Save As and select JPG
    You would NOT want to convert an un-edited RAW to a JPG in general, as you would lose all the benefits of RAW (superior image quality) and while retaining all of the disadvantages of RAW (larger file size, extra steps needed, specialized software needed)

  • Checking WBS elements when changing WBS element group

    Dear Gurus,
    Well I am a technical consultant, I use to dwell in the ABAP forum, so maybe I am going to say things without much sense, if so please tell me.
    I have a problem. One of our customers uses transaction KJH2 to change WBS elements groups and they have asked us to check the WBS elements that the users can put in the transaction.
    If a user adds a new WBS range both the WBS elements have to exist in the system, we have to check it somehow, probably using a user-exit or a BADI.
    The problem is that I have been looking for a BADI or a USER-EXIT for many hours and I have been unable to find one which allows us to check this, same when the user inputs the WBS element as when we save the changes.
    Somebody has some help? Any advice would be apreciated.
    In the while I will keep trying to find it and if I succeed I will post it here anyhow.
    So long I have put a break-point in the 'CL_EXITHANDLER' class and I have checked the BADIs that can be used when I make the process, none can be useful I think. I have tried to find a USER-EXIT and I have foud none.
    Thanks in advance to everyone.

    Hi Ayan,
    Maybe you are right and we can't use a BADI for this. But we have a customer which has requested us to code this data check so I have to try.
    I agree that this is master data but it is a simple data check without many consecuences (at least it seems so to me), maybe there is a way to do this.
    Right now I think I am going to stop this until Monday as the FI consultant is now on vacation.
    Thanks a lot for your reply.

  • Add a WBS Element into a WBS Element Group starting from a report

    Hi,
    I'd like to know if it is possible to add a WBS Element into a WBS Element Group starting from a report as like it possible for Cost Centers in report  obtained by TC KS13
    Thanks
    Giovanna

    Hi,
    Did you try CJSG / KJH2.
    Regards
    Sreekanth

  • Converting Elements 3 catalog to Elements 10

    I am installing Elements 10 on a new computer and have a backup of my elements 3 catalog on an external hard drive. How do I go about converting the elements 3 catalog to elements 10 from the elements 3 backup file?
    Thanks very much...Bev Crone.

    This Adobe page has information regarding the changes when catalogs are converted `from earlier versions:
    http://kb2.adobe.com/cps/859/cpsid_85996.html
    Ken

  • How to convert amount data element to number data element

    Dear Gurus,
    I have a requirement to get the data by calling BRF+ and then pass them to BAPI 'BAPI_ASSET_ACQUISITION_POST', in the BRF+ export structure, there is a field 'AMOUNT', I bind it to DDIC element 'BF_ANBTR', the type is Number.
    In BRF+, I call another global function to calculate the value, I define a local variant LV_VALUE to get export value from this function, this local variant's type is Amount, now I need to move this local variant value to the export field 'AMOUNT'.
    But BRF+ doesn't allow to convert amount data element to number data element directly, and I find there is no formula function available. Only there is a function 'TO_AMOUNT' to convert number data element to amount data element.
    Please help to get a solution for above solution.
    Thanks.

    Hi,
    within the formula expression within the category "Mathematical functions" you will find the function "TONUMBER". This converts a data element of type currency to a number. According to the help of this function:
    "The following conversion rules apply:
    <Amount>: The number part is returned. The currency unit is omitted."
    This is what you are looking for.
    For the other way round you already mentioned the correct function "TO_AMOUNT"
    BR
    Christian

  • How do i convert a slideshow made in premiere elements 11 to premiere elements 12

    how do i convert a slideshow made in premiere elements 11 to premiere elements 12

    rfgold17
    Given that you have Photoshop Elements 11 and Premiere Elements 12 on the same computer....
    1. Know the name of the Elements Organizer 11 catalog (See Elements Organizer 11 File Menu/Manage Catalogs/Catalog Manager).
    Close out of there.
    2. Open the Elements Organizer 12, accessed from Premiere Elements 12.
    3. In the Elements Organizer 12, go to File Menu/Manage Catalogs/Catalog Manager and click on the Convert button in the Catalog Manager dialog.
    4. In the Convert Catalog dialog that appears, look for the name of your Elements Organizer 11 catalog, select it, and then hit the Convert command at the bottom of that Convert Catalog dialog.
    5. From that point onward, follow the messages that you get from the program. (If you have any problems, I will go into deeper details.)
    When all is done, you will have your Elements Organizer 11 catalog opened in Elements Organizer 12 where it will remain in use until you switch to another catalog there. Your Elements Organizer 11 will remain as it was in Elements Organizer 11. Moving forward, what you do in the converted catalog in Elements Organizer 12 will not affect the Elements Organizer 11 and vice versa.
    Please let us know if you are OK with the above and if it worked for you.
    Thank you.
    ATR

  • Problem of convertion of catalog Photoshop element 4 with Photoshop element 13

    Hello I have just installed(settled) Photoshop element 13 on my pc with Windows 8.1.je would want to convert a catalog of Photoshop element 4 with Photoshop element 13 but that this does not re-know him(it). At he(it) an explanation Thank you

    Jon,
    Doesn't the catalog have to be converted using the special utlity before Catalog Manager will convert it?
    Convert Organizer catalogs for 64-bit versions | Photoshop Elements 13 or later
    Brian

  • Ho do I convert my Elements 5 Catalog to Elements 13 which I just purchased.  I followed one of the tutorials and converted my Elements 5 Catalog to a "pse.13db" file.  How do I get Elements 13 to recognize that converted file?  When I open Elements 13 Ca

    Ho do I convert my Elements 5 Catalog to Elements 13 which I just purchased.  I followed one of the tutorials and converted my Elements 5 Catalog to a "pse.13db" file.  How do I get Elements 13 to recognize that converted file?  When I open Elements 13 Catalog Manager and browse to the correct location, it doesn't show the file.  Help!  Thanks

    Bumps a écrit:
    Yes - I can run both versions on my PC.  But I really would like to have all of my pictures in the same catalog.
    You can't merge catalogs (even PSE13 ones) in any PSE version (only LR can do that). So, converting catalogs is not the solution to your problem.
    Since you have PSE5 working on your computer and your images also, the solution is to 'write metadata to files in PSE5) and to re-import the images in the PSE13 catalog. That won't duplicate your image files and you'll lose albums/collections, stacks and version sets, but you'll recover tags, captions and ratings.
    To be able to re-import the files indexed in PSE5, you may have to move them to a new master folder.
    I am not sure what your problem with the conversion may be. It's quite possible that the resulting catalog.pse13db is ok and that the issue lies in the ability to open it in the PSE13 organizer.
    As stated by dj_page, double clicking on that file should open the organizer with the new catalog. You could test that by creating a dummy catalog in PSE13 and importing a small batch of photos. Locate the path of the catalog with the menu Help/system info. Copy the catalog.pse13db in another folder and the 'double click' way to open the organizer with that moved catalog database.
    For other users that may be interested in using PSE5 (issued in 2006) on newer OS, here is a useful link:
    Adobe - Photoshop Elements : For Windows : Adobe Photoshop Elements 5.0.2 update

  • Level One WBS Element as Acct Assignment Element

    Dear Friend's
    My user have created one project, In that there are various levels WBS Elements.
    Normally we never tick Level One WBS Element as a Acct Assignment Element.But User have made Level One WBS Element as Acct Assg Element and then Project is Released.So now I can't remove that tick because that field is Grayed out or Freezed.
    Now i wanted to Remove or Undo Release status and then I have to remove Acct Assg Element Tick.
    Pls guide me on this issue.
    Thanks in Advance.
    Regards,
    Sandeep N.Theurkar

    Hello,
             I had not seen this problem before. So i checked it in my system. But i didn't see this
    happening for me.
             I think once system status is in REL (released) status you cannot reverse it. According to me Acct.
    assignment field become gray only when posting is made against that WBS and not after release.
    Pls check it and inform.
    Regards,
    Ashish Kulkarni

  • Am I able to convert RAW files to jpegs on Photoshop Elements?

    Am I able to convert RAW files to jpegs on Photoshop Elements?

    Hi,
    Sorry, but with the information you have given, the only answer I can give is "possibly".
    Each camera model produces a slightly different raw format - even different models by the same manufacturer and even if they have the same extension (file type). The latest cameras will not be supported by older versions of Photoshop Elements although there is a converter which can help.
    To give you a better answer, we need to know
    1) The camera make and model
    2) The version of Photoshop Elements that you are using
    3) The operating system that you are running on.
    Brian

  • How do I get my photos from a previous version of Photoshop Elements (6) into Photoshop Elements 12?

    How do I get my photos from a previous version of Photoshop Elements (6) into Photoshop Elements 12? Do I restore from a backup?  I have over 12,000 pics ( a good portion with multiple versions) and don't want to lose captions and metadata. Thank you in advance for your help.

    If this is on the same computer just install PSE 12. It should find your old catalog and upgrade it to PSE 12. If for some reason it doesn't, then go to file>manage catalogs, find your old catalog and tell PSE 12 to convert it.
    If this is a new computer, then yes, full backup and restore.

Maybe you are looking for