How to create a specific value in applescript

Hello guys,
My question goes as follows:
i want to create a value that is :     2001-12-01
--script on--
set days1 to 01
set months to 12
set years1 to 2001
set specialvalue to years1 & "-" & months1 & "-" & days1
--specialvalue should be 2001-12-01
--but in fact it returns a weird value in which - is still between apostrophes
--how do i get specialvalue? because it is used as a repeat function and i need them in that order
--script off--
thanks in advance

Hello guys,
My question goes as follows:
i want to create a value that is :     2001-12-01
--script on--
set days1 to 01
set months to 12
set years1 to 2001
set specialvalue to years1 & "-" & months1 & "-" & days1
--specialvalue should be 2001-12-01
--but in fact it returns a weird value in which - is still between apostrophes
--how do i get specialvalue? because it is used as a repeat function and i need them in that order
--script off--
thanks in advance

Similar Messages

  • How to create Formula based value field in COPA

    Hi,
    I want to know how to create formula based  value field in COPA
    My Requirement is i want to collect some value in formula based value field and want to use in copa allocation cycle as a tracing
    factor.
    anybody give some light on the same topic or requirement ?
    Thanks
    Nilesh R

    The key figure you are creating in KE2K is not a value field, i.e. you can't post to it and you can't use it in a report. It is a caluculated value that can be used only in assessment and top-down-distribution.
    In Ke2K, enter a name for your key figure, then click on the the white sheet button to create it. Now the formular area is open for input. Input your formular (e.g. VV001 + VV002 - VV003 .... where VVXXX are the technical names of value fields).
    Now click the "check formuar"-button. Then save.
    Before you can use the key figure in assessment, execute TC KEUG.
    Now the key figure is available as any value field in the tracing factor selection of your assessment cycle.
    I hope this made it clearer.
    Regards
    Nikolas

  • How to create a form value bean.

    Hi to all,
    In my page I have one lov. It gives Address and Addressid. I want to show the address details (only ) to User. I dnt want to show the addressid. But I passed the addressid to database.
    Set the Addressid in form value and set the Address in msgtextbean. Pass the Addressid to database. Is it possible?
    I want to know how to create formvalue bean dynamically. Anyone knows plz let me know..
    Thanks in Advance
    Regards
    Senthur

    Hi Senthur,
    Why you want to create it dynamically? You can create it at design time itself.
    For your requirement create on formvalue item, create another LOV mapping that provide and set there item name from LOV region and return item.
    Regards,
    Reetesh Sharma

  • How to create a profile value at user level programatically

    Dear all,
    I want to create a profile value at user level programatically, I refer to the developer guide and try to use fnd_profile.put() to create a new value.
    But I find out the value is just created in session level, not be inserted into base table.
    So is there anyone know how to realize this function in PL/SQL?
    Any idea is appreciated.
    Best Regards,
    Kenny

    Check Note: 364503.1 - How to Set a System Profile Value Without Logging in to the Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364503.1

  • How to create printer specific font.

    Hi,
    I want to create printer specific font to print a script(cheque) on FI02 printer.
    We have some Z..printer specific fonts in SE73 but I don't
    find any create button there..how to create..help me out.
    Regards
    Sudha

    Use SPAD transaction create ur own format.
    other information
    To upload font first locate ur file for that font in this case VERDANA,
    normally u will find this file in C:\windows\font  copy that file from there in
    some other directory. then goto transaction code SE73 give ur font name
    in SAP starting with Z and give ur font file path.
    True  Type-Font installiern
    regard
    vinod

  • How to create customer specific fields within PC 10.0?

    Hello,
    for previous Process Controls versions 2.5 and 3.0 it was available two how-to guides to create customer specific fields. Nevertheless so far I couldn't find those versions for PC10.0.
    Does anyone have them? Or know if the 3.0 version is also valid for 10.0?
    Regards
    Andre Yuji

    Dear Johannes,
    We have a few administration transactions that you can use on back-end. For example:GRFN_STR_CHANGE -GRFN_STR_CHANGE-Change Process Control
    as well as RE_RHGRENZ4 to  Set a new end date to the objects.
    At last case, you can run the program RHRHDL00 thru SE38 Tcode.Be carefull because this program delete the object from database.
    Regards,
    Karina Atonaidan

  • How to create a new value for template classification??

    I want to classify a workflow template, I mean I will not classify my template as a general task. Using TA PFTC_CHG I get a list with all the entries that a customized in my system. My question is how to create a new entry in that list? System is 46C.
    thanks in advance for any hints
    Jochen Winler

    Hi Jochen,
    Follow the customiztion path:
    SAP Web Application server->Business Mgmt->SAP Business WF->Basic Settings->Maintain task classes
    (For 4.6c the path is:
    Basis Components->Business Mgmt->SAP Business WF->Basic Settings->Maintain task classes)
    By this you can maintain task class entry as you required.
    Hope this helps.
    Pls. close the thread once your problem is solved.
    Regds,
    Akshay Bhagwat
    Note: Pls. reward with points if it helps:)
    Message was edited by: Akshay Bhagwat
    Message was edited by: Akshay Bhagwat

  • How to create auto increment value in my column using identity ?

    hi Team,
    I have an requirement where i create an auto increment value ,with my table column
    Create table Temp(
    DeptID int IDENTITY(1,1) PRIMARY KEY,
    Name varchar(50),
    Emailid nvarchar(50),
    Phone varchar(50)
    so this is my table structure ,Here my column name is
    Deptid here i need to creat an autoincrement value with today's date like below
    ex:STM0000120012015
        STM0000221012015
        STM0000322012015(Currentdate)
    .......................................... like this
    Here i need  only one column like identity column with the given incremental order,not more than one column
    so can u pls help me out any one.
    Thanks!

    Here the output came like this ,
    1 STM0000120150121
    2 STM0000220150121
    3 STM0000320150121
    4 STM0000420150121
    5 STM0000520150121
    6 STM0000620150121
    7 STM0000720150121
    8 STM0000820150121
    9 STM0000920150121
    10 STM00001020150121 --see this exceed length
    and here i dnt need to increment that Stm000010,Here my output will come like this, idnt need to increment my charcter size
    1 STM0000120150121
    2 STM0000220150121
    3 STM0000320150121
    4 STM0000420150121
    5 STM0000520150121
    6 STM0000620150121
    7 STM0000720150121
    8 STM0000820150121
    9 STM0000920150121
    10 STM0001020150121
    11    STM0001120150121
    12    STM0001220150121 
    so here i dont  need to increment my charcter length(16)
    The length should be STM(3char)+00001(5Charcters)+CurrentDateFormat,
    see the above suggested o/p
    so can u pls help me out Dimant

  • How to create a default value for a JComboBox through his model

    Hi,
    I have created a "myComboBox" component.
    This component extend the standard Java JComboBox and simply add some helper features.
    The values that "myComboBox" display are coming from his bound model. (In fact, "myComboBox" has been designed to allow JComboBox to be implemented accordingly to the MVC design pattern: The model contains the data, the view the GUI and the controller handle the GUI events).
    My question is how can I add a default "none" item to the content displayed by an instance of "myComboBox" without doing any refactoring of the existing code implementing "myComboBox" ?
    Thank you very much for your help.

    It sounds like what you really want is to display "None" when the selected index = -1. Simple, write a custom list cell renderer that display's something instead of nothing when the index is -1.

  • How to create a field value as constant while creating eCATT scripts

    Hello Guru's,
    I am updating thousands of records using eCATT.  How should i declare a field value as constant while creating a eCATT script it self,  so that it automatically picks that value and  update the records. I should not mention the field value in the upload file.
    Full points for the answer,

    Dont parameterize the value that you would like to keep as constant. Pass the default value to that feild while reocrding .

  • How to create a specific property node w/ VI script

    I am writing a VI script to work with some multi column listboxes.  I need it to create a property node that gets a reference to the ItemNames field.  I see that I can create a property node via the invoke node method Create.Property Node, but how to get the ItemNames field specifically I so far can't figure out.  Can anyone help?
    To be clear, I am writing code that looks like this:
    ...and when I run the script, I want it to produce this:
    Right now it produces the MCL as expected, via the New VI Object node...but I don't know how to get the ItemNames created automatcially.  I thought it might be in the PropItems array but so far no luck.
    thank you
    Solved!
    Go to Solution.

    The output of "PropItems[]" will be a one element array.  Index that element and wire the reference to an invoke node.  Select the method "SetProperty".

  • How to create a specific audio track in arrange

    There's gotta be something simple I'm missing. In Logic 7 you could create an audio track in the arrange and then click to open a drop-down menu to select any audio track number you wanted to assign it to.
    I don't see how to do that in 8.
    All I'm trying to do is create an audio track of audio 9 in the arrange. Currently, 4, 6, 7 and 11 are in the arrange. I can go to number 7 and hit "new track with next channel strip" until 9 shows up and delete the rest (it starts by adding 1, which currently isn't used, etc., 'til it gets up to 9) but that can't be the only way to do it.
    Can someone give me a tip?
    Thanks!!

    Desha Dunnahoe wrote:
    There's gotta be something simple I'm missing. In Logic 7 you could create an audio track in the arrange and then click to open a drop-down menu to select any audio track number you wanted to assign it to.
    I don't see how to do that in 8.
    Simply create the new audio track, and the control/right click on that track
    You'll see "Reassign Track Object" > Mixer > Audio >
    and from there you can select specifically what audio track you want that new track to be.

  • How to Create Interface specific Monitoring Node in RZ20

    Is it possible to create Interface/namepsace specific Monitoring node in CCMS RZ20. If yes, then how??? I need to have this node in ECC system.
    Thanks and Regards,
    Pallavi Singh

    Hi,
    It is possible to achieve this using the MTE class SXMB - this will allow thr highlight of errors within the local IE.
    Is this what you need ??
    Kind regards
    Colin.

  • How to create vendor specific GL acc.

    Dear Guru,
    Upon GR the GL acc. picked based on valuation class that set in material master. That valuation class has been tag with GL acc. in OBYC. I attached herewith the scenario upon GR
    3210000800 89 STK - FINISHED GOODS 8,396.27250     MYR GR
    3330001001 96 OPGG - ACRL PUR (new 8,396.27250-     MYR GR-2077
    2320111000 40 PUR FG LE                  8,396.27250     MYR GR-2077
    2360111600 50 PUR OFFSET                  8,396.27250-     MYR GR-2077
    May I know how we may create different GL acc. for specific vendor without touch existing GL acc. Or is that possible to create additional accounting such as below to offset the above clearance.
    2320121200 DT PUR FG LI - EM
    2320111000 CT PUR FG LE      
    By doing this I believe this may go to vendor specific GL acc. (This is Inter company Purchasing so we wanted to change according to company GL acc.)
    Please advice.
    rgds,
    nantha

    Hi
    Vendor cannot be linked to a special GL account except Reconcialation account.
    Thanks

  • How to create customer specific InfoTypes in CRM?

    Hi folks,
    we want to distribute customer specific InfoTypes from HR to CRM. Thus we have to create these InfoTypes in CRM. Does anyone know how to do so? In HR this is done with TA PM01 which does not exist in CRM.
    Thanks!
    Martin

    Martin,
    Yes I think just using a BADI and storing in custom tables is the easiest approach in your case.  However if these infotypes are employee data contained in personnel administration, then you should consider extending the Business Partner via the eewb.  You would still then enhance the IDOC and then extend the data transfer to the new attributes in CRM.
    If it is just organizational data attributes, then you can either do custom tables, or try to create new infotypes via manual configuration in the CRM system.
    Take care,
    Stephen

Maybe you are looking for

  • Missing Mounted Volume Issue

    I have a Linux Fileserver with netatalk running, I have three sharepoints on this server. The OS X machines have suddenly been unable to see the third sharepoint. I have been investigating the problem and found that the volume is listed in the Volume

  • Rfbila00 operating income wrong after release change

    Hello, We are getting ready for a release change from SAP 4.6c to ERP 6.0. After a test upgrade we compared the numbers in the report rfbila00 (Balance Sheet/Profit and Loss) before and after the release change. Hereby we discovered a huge difference

  • Why can't I see the Multicam Playback option in the TIMELINE RT pop-up menu

    Im trying to be able to do realtime editing in Multicam. Ive Created my Multiclip I've selected OPEN in the Sync menu. They'll plaback in the Viewer/Canvas in sync, but not with timeline In my TIMELINE, theres NO pop-up option for Multicam Playback i

  • Any one here had success with sync of iPad to their Aluminum?

    Have seen issues with USB external drives not getting enough power via the PB USB port - what about the iPad? Also the iPad needs you to have 10.5.8 - can any one comment on the PB speed with 10.5.8 compared to 10.4?

  • J2SE v 1.4.2_19

    Had anybody tried J2SE 1.4.2_19 for SAP installation? If so, no problem?