To get Last digits

Hi Group,
I have one variable with varying length(Max20) I need to get last 4 digit of this variable,can any body suggest

Hi,
Please check this.
DATA: I1 TYPE I, I2 TYPE I, I3 TYPE I,
      F1 TYPE F, F2 TYPE F,
      WORD1(10), WORD2(20),
      XSTR TYPE XSTRING,
      ITAB TYPE TABLE OF SPFLI.
F1 = ( I1 + EXP( F2 ) ) * I2 / SIN( 3 - I3 ).
COMPUTE F1 = SQRT( SQRT( ( I1 + I2 ) * I3 ) + F2 ).
I1 = STRLEN( WORD1 ) + STRLEN( WORD2 ).
I2 = STRLEN( XSTR ).
IF LINES( ITAB ) > 0.
ENDIF.
CONCATENATE XSTR+0(4) INTO VARIABLE.
WRITE:/ VARIABLE.
REGDS,
KALEEM.
REWARD IF HELPFUL...

Similar Messages

  • I redeemed Night at the museum 2 digital copy on my old computer I moved over to mac last year and I wanted the digital copy on mac but it says it's already been redeemed which it has on my old computer, so how would i get the digital copy on my mac?

    I redeemed Night at the museum 2 digital copy on my old computer I moved over to mac last year and I wanted the digital copy on mac but it says it's already been redeemed which it has on my old computer, so how would i get the digital copy on my mac?

    I doubt the license is affecting the performance - it might be a case of the software being too old for the machine.
    In any case, you can contact Adobe support thru chat and have them reset your activation count to eliminatre your doubts regarding the license.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • I do video productions for a small local TV station. I use Final Cut Express to edit. I need a new video camera but am at a loss as to what to buy. I know I will get a digital camera but do not know the difference between just digital and digital HD.

    I do video productions for a small local TV station. I use Final Cut Express to edit. I need a new video camera but am at a loss as to what to buy. I know I will get a digital camera but do not know the difference between just digital and digital HD. Also, I can not afford an expensive camera and need some advice on which of the available cameras would be best and also work well with a Mac. One last issue, I currently use a Panasonic #CCD camera that takes a tape. When I load video to Final Cut the audio and video are out of sinc. Go figure. Can anyone help with these questions. Karen

    Hello Karen,
    If you are using Final Cut Express, then look for camcorders that are AVCHD camcorders.  Look especially for the AVCHD logo and specific mention of AVCHD in the specs.  Most of the major manufacturers produce good quality camdcorders - Canon, Sony, etc.
    Also, be aware that there are a lot of "not quite AVCHD" camcorders on the market (sometimes they say they record video as MPEG4-H.264/AVC) - buyer beware!
    Most everything you are going to find on the market today is HD, which stands for "high-def".
    Regarding your question about the Panasonic camcorder, it's best if you post that as a separate question, and please identify the specific model camcorder and the Easy Setup you are using in FCE.

  • Error getting License digital editions 3.0 installer to red URLLink acsm

    Error getting License digital editions 3.0 installer to red URLLink acsm

    Thank you for that information.
    It would seem that the program ought to run OK. (I do have SP3 installed, along with all high priority updates. Also, there's more than 20GB still free on the NTFS partition in which WinXP is running, and in which ADE 3.0 was installed.)
    I happened to try running the program again, in the limited (non-admin) account in which I normally work. I didn't expect it to work at all, but it actually got as far as authorising the program on this computer to work with e-books associated with my Adobe ID.
    However, when I tried to add my (one and only!) e-book to the library on this machine (or rather, the library belonging to that particular XP user account), it 'blew up' again, in the same way as before.
    Still flummoxed, I failed to note any technical details.
    I immediately switched into the admin account, and ran the program again. It 'blew up' almost immediately, just like before.
    Perhaps that's because it already has a book in the library associated with this XP admin account, viz. the introductory guide to ADE 3.0?
    This time, I noted some details from the Microsoft error report:
    EventType: clr20r3
    P1: digitaleditions.exe
    P2: 3.0.0.0
    P3: 52b0ff73
    P4: presentationcore
    P5: 3.0.0.0
    P6: 5176212e
    P7: 1710
    P8: dd
    P9: system.argumentoutofrange
    I hope that means something to somebody! (The last part of it seems particularly suggestive, but of what exactly, I cannot say.)
    I searched to see if Adobe have a system for reporting bugs, but the drop-down menu in the Web form I found didn't have an entry for Adobe Digital Editions (3.0, or any other version), so I gave up.

  • How Get last five quarters data using ssrs expression

    Hi All,
    i have an ssrs report where i have to get last five quarters data  and also last five months data when i select quarterly/monthly parameter.....
    is there any possibilty that we can get this using ssrs expression
    any help please.........

    Hi Mr.SMK,
    According to your description, there is an SSRS report, you want to create a parameter, when you select quarterly, data of last five quarters will be displayed. If you select monthly, data of last five months will be displayed. If that is the case, please
    refer to the following steps:
      1. In design surface, in Report Data pane, right-click Parameters and click Add Parameter.
      2. Type parameter name and prompt, set Data Type to Date/Time.
      3. Click Available Values in left pane, select Specify values.
      4. Click Add button, in Label text box, type Quarterly, then click (fx) button and type the expression like below:
    =DateAdd("q",-5,Today())
      5. Click Add button, in Label text box, type Monthly, then click (fx) button and type the expression like below:
    =DateAdd("m",-5,Today())
      6. Right-click the dataset used to retrieve data for the report and open Dataset Properties dialog box.
      7. Click Filters in left pane, click Add button, select Data from Expression drop down list, set Operator to >=, in Value text box, type [@ParameterName].
    The following screenshots are for your reference:
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Getting last day of the month

    hi ,
    is there an existing date funtion to get last day of the month ?
    pls advise
    else
    i'll try to add_month + 1 to current month and format to the first day and minus 1 day from that new month
    tks & rdgs

    last_day function
    <br>
    jeneesh

  • Hi all, can someone help me in getting last login date of a user in CQ5 please?

    Hi all, can someone help me in getting last login date of a user in CQ5 please?

    CQ is REST based and does not have the concept of session. So there is no feature to track login or logout details.  Most of our customers use some kind of central authentication Ex- SSO hence no need arises to have such functionality built in.  However if needed you have the ability to implement such at a project level solution. Ex:- custom login modules or auth-handler by taking project specific constraints and requirements into account

  • How to get last modified date and time of a file which is in apache server.

    Hi ,
    I need to get last modified date and time of a file in remote machine.
    This file is in remote machine which has apache server installed.
    I am trying to get this information by connecting to apache server from client by giving absolute URI of the file to file object.
    URI is got from apache server URL by using toURI method.
    when I use lastModified method , its throwing exception , because scheme of URI is not file.
    I can't give scheme as file because ftp server is not installed on that server
    Is there any other way to get this information .

    No, unless you can use an FTP client.

  • How to get last Build date of a dll in the real time target

    Info On My Project    
       I am working on LabWindows CVI 12.0 for development . This project is a real time application for hardware, which is having Phar Lap ETS as RTOS...  
    I am facing some problems while checking Build date of my Application file( .dll)
    I have tried to use GetFileDate API. But it is not supporting for realtime Target..
    So i have tried __DATE__ macro.. That also having some problems..
    How to get last Build date of a dll from the real time target  ??
    Please Help to solve this....
    Thanks
    Vaishakh A  K

    Please reply if any one have suggestion...

  • Where can I get a digital certifcate that does not require a USB key?

    Where can I get a digital certificate that I can use with Adobe Acrobat that does not require a USB hardware key?
    I have been able to sign PDF documents with Adobe Acrobat versions 6 and 9 with my code signing certificate. When I use my code signing certificate Acrobat says the validity of the document certification is unknown.

    Per existing standards (RFC 5280) code signing certificates may not be used for signing. For a number of versions Acrobat had a bug that ignored this requirement. Starting with version 11.0.07 Acrobat (and Reader) enforces this requirement.

  • To get last year Net Value by fiscal period

    Dear experts,
    Since yesterday am trying to get solution where still unable to succeed.The report requirement is that they need Planned sales and actual sales qty of current fiscal year/period wise and in first column to get last year Actual sales for same period.(Ex:009.2006 to 011.2006 is input and in first coloumn 009.2005 to 011.2005)
    This is the situation:
    I have kept restricted W2 for fiscal year varient in filter and have created quantity sales(for last year) RKF with variable as "From fiscal year/period-13 and To Fiscal year/period-1"(with offset) and have placed in Key Figure structure in column section.Above this Structure have kept Fiscal year/period info object with variable "From Fiscal Year/period to To Fiscal year/period.This is because i need period wise breakup.
    I understand that above we have "From Fiscal year/period infoobject" and below that in key figure structure u have the above quoted key figure with quantity sales of previous year.I want period wise it has to show me last year(period wise) quantity with current year Planned aty and sales Qty
    Have gone through all threads and now it feels that i should to for variable exit ?...Do i have any option apart from variable exit?...If so could anybody can provide code for the same...Kindly gimme solution.
    Maximum points will be awarded..
    Thanks and Rgds
    Chandru

    Hi,
    I hope, you are entering  values 009.2006 to 011.2006 for the variable "From Fiscal Year/period to To Fiscal year/period". Am I right?
    If so, Donot restrict the fiscal year period with "From Fiscal Year/period to To Fiscal year/period like as you mentioned:--
    <i>Above this Structure have kept Fiscal year/period info object with variable "From Fiscal Year/period to To Fiscal year/period.This is because i need period wise breakup.</i>
    To get the break up Priod wise, taking Fiscal year period characterstics above  the structure is sufficient with ou any restriction.
    Under the characterstic fiscal year period take two KF (same kf called SALES QTY two times with different heading like " last year Actual sales" and "current year Actual sales ") . First KF will be restricted with customer exit varible on Fiscal year period characterstic. Second KF will be restricted with user entry varible on Fiscal year period characterstic.
    In case if you enter the value 009.2006 to 011.2006 as the iput to user entry varible, the code should generate the value 009.2005 to 011.2005 to Customer exit varible.
    With rgds,
    Anil Kumar Sharma .P
    With rgds,
    Anil Kumar Sharma. P

  • How to Get last page number in report 10g

    I want to get last page number in report but Current page number found from srw.get_page_num(n)
    but i want to get last page number for conditional formating like this
    srw.get_page_num(current_page)=last_page
    pls help me how can get last page number;
    pls help;
    thanks in advanced;

    Hi,
    you can use the Property Print Object On for this.
    Regards
    Rainer

  • How to get last geo position, after 24 hours offline?

    I lost my iphone 5. Then i use the app "find my iphone". And it told that its offline, and i coudnt see the last geo position. How can I get last geoposition?

    Unless you installed a "finder" app that would upload that information there is no way to get previous locations.

  • How can I get the digital booklet included with the albums I am purchasing from iTunes directly on my iPad?

    How can I get the digital booklet included with the albums I am purchasing from iTunes directly on my iPad?  My MacBook died about 6 months ago, so now I just have an iPhone and iPad.  I would like to be able to see the Digital Booklet in my iPad when I download the album.  I do not have any other computer to download the booklet to and sync to my iPad.

    Apparently, you have to download the booklet to iTunes on a computer first, fiddle with the file type, then sync it as a book to your iPad. See http://support.apple.com/kb/HT4194 for details.

  • Since a mounth back ivé not get dolby digital when watching Netflix :-/

    Before this lack of dolby digital my apple tv has played netflix with dolby digital for more than a year without any problems, ive tryed to reset the apple tv but it doesent helps i still youst getting stereosound. The strange thing is that when i mirroring netflix from my iphone to apple tv i getting dolby digital :-P
    If any one could help me i´l be greatful :-)
    /Mattias

    From what I've seen, the most of the problems with the cards are with the 64-bit drivers. My Audigy 4 also works with the XP drivers of the CD and Vista B2 drivers as much as they should. Many people don't realize that it is a beta driver, on a new OS (which is now in final development) so some things will and will not work. Also many people don't read readmes and such and still complain on things that where stated. Such as the Vista B2 drivers for the Audigy series
    Known issues:
    * Waking your computer from sleep or hibernate mode stops audio output. To resolve this, restart your computer.
    * In this download, the Effects Amount slider in EAX is disabled.
    * To configure your speakers, use Audio Console only. Configuring your speakers in "Audio Devices and Sound Themes" in Control Panel may result in loss of audio during playback in Windows Media? Player. To resolve this issue, close and reopen Windows Media Player again.
    * This download does not support
    o Dolby? Digital or DTS? decoding
    o CMSS?-3D
    o recording
    o 6. speaker systems
    All thats stated is pretty much what people are complaining. Though its stated what won't work, they may work due to its a general driver and not a specific driver. So some may have somethings working on one card, and not on the other.

Maybe you are looking for

  • Is there anyway to have a 10key number pad on my Macbook Pro Retina with Mountain Lion?

    Is there anyway to have a 10key number pad on my Macbook Pro Retina with Mountain Lion? I have a separate keyboad that does this for me but I do not want to have to pack it with me on my trip. Please help.

  • Audio and video out of synchronization in iTune for Windows 8.1

    When playing back a downloaded iTunes file, the audio and video are out of synchronization a lot of the time.  The audio can be several seconds behind the video. How can this be corrected/fixed? I am running the latest iTunes software on a 3.8Ghz AMD

  • PI to SOAP webservice performace issue

    Dear All, I have seen message expired error/no response error from one of IDOC--> PI--> SOAP Webservice sceanrio when PI have sending bulk of messages request to SOAP webserver at a time. This scenario has already implemented using BPM because of com

  • Bean to CFC, Quirky one..

    Well, I'm at my wits end with this one. I've had several people stare at it. I am passing a custom data type (bean) to a function via a webservice to do updating in a database. My invoke statement looks like this. QuoteBean = createObject("component"

  • Iphone 6 Plus Help!!!

    I pre-ordered the Iphone 6 Plus and my email confimration was 10/14 arrival. When I check My Verizon, it now says unknown? So, does this mean I may be waiting for many months? WIll this change anytime soon? Just wondering if I should go stand in line