New AppleScript command in KN4 - woohoo!

It's only one addition, but it makes all the difference.
You can now set the body text of a slide via AppleScript. It doesn't sound like much, but it means we can now create 'complete' presentations via scripting, making my attempts at an Aperture to Keynote export far far easier - we can set the title of the slide to the image name, and stick whatever EXIF/IPTC info we want in the body text.
Example script:
set tBodyText to "Testing, testing!"
set tTitle to "The Scripting Daily"
tell application "Keynote"
tell front slideshow
set body of current slide to tBodyText
set title of current slide to tTitle
end tell
end tell
Ian
Message was edited by: Ian Wood

Hi, Ian,
Keynote (like Powerpoint) is, at root, a visually presented outline.
Choose View>Outline to reveal the "outline structure" of your slides in the left column of the page display. What you will see there (assuming your slides are not completely composed of pictures and animations), is a full outline structure of the text of your slideshow. Titles are Level 1 headings in the outline, and then each paragraph of the body text of the slides will be at whatever outline Level you made them.
The sad thing is that this outline respresentation is kept entirely internal to Keynote--despite the fact that outline structures are represented and created by many programs. So, if you wanted to make (or had a lot of) outlines in, e.g. Word or OmniOutliner or even a mind mapping program, you would be out of luck getting these outlines into Keynote to make presentations from them. And there is reason to do so--one's outlines may be repurposed in various way in one's workflow, and it is without doubt that there are many better programs in which to create and manipulate outlines than Keynote.
Similarly, if you wanted to get the outline of your presentation /out/ of Keynote. Keynote's idea of a handout is to produce thumbnails of slides--which I find entirely useless. What would be useful is being able to export the outline (e.g. in OPML format--a standard for outlines).
If your body of outlines or the place you like to work on outlines, is Word, you can work around this deficit by using Powerpoint as a go-between. To get to Keynote: open a Word outline in Powerpoint and save it, and then open that in Keynote. And for the other direction, export a Keynote presentation to Powerpoint, open in Powerpoint and save that as "Outline (RTF)" and open that in Word to get an outline Word document. You need a third-party solution to move between OPML and either of these apps.
For anyone who makes presentations with textual substance, Keynote's inability to move outline structures in and out is a glaring omission. (If you look at Steve Job's keynote presentations, they are all pictures and titles, not textual content to speak of. Maybe that is what everyone is using these things for.)
So, anyway, that is the issue I was adverting to. If Keynote gave one the least bit of access to the outline structure of the body text of a slide, one could Applescript one's way around this lack in the program, but amazingly, the only command which delivers the body text of a slide strips the outline structure off of it before you get your hands on it!
All Best,
Greg

Similar Messages

  • New AppleScript commands in 2.0.1

    Hmm. I hadn't looked closely at the AppleScript Dictionary for 2.0.1 until last night, and was extremely happy to find several new commands!
    duplicate v : Copy image versions (and masters) from album/project to album/project.
    This means that we can now add Versions to Albums via script. After a bit of experimenting, you need to use the following syntax:
    tell application "Aperture"
    activate
    duplicate image version id "xZ67XXgVTIW8wSqONQWFzg" of project id "6/Azi6r9RIu0nmzlICmIag" to album id "1v3zqhqQaWpiKwMOlnfA"
    end tell

    Whoops, I hit 'post' before finishing writing.
    Without the Project ID for the Project containing the Version, it doesn't seem to work. Finding the ID is probably easiest via something like:
    tell application "Aperture"
    get id of first project whose name is "Madeira"
    end tell
    move v : Move image versions from album/project to album/project.
    Similar to duplicate but I've not explored it much. I suspect the real differences will be when it comes to Project-to-Project stuff.
    reveal v : Reveal an image version.
    Very simple, give it a Version ID and Aperture will go to (and select) that image in it's containing Project:
    tell application "Aperture"
    activate
    reveal image version id "whLYtjQSTm2itOjC1VLGYA"
    end tell
    This means that we can now find the 'original' location of a Version when we are looking at it in an Album:
    tell application "Aperture"
    activate
    set selectedImages to the selection
    reveal item 1 of selectedImages
    delay 1
    reveal item 1 of selectedImages
    end tell
    It seems to be a bit picky about revealing after getting the selection, which is why this script reveals twice. Also, if there's a search setting in the containing Project so that the Version isn't visible then the script will run with no error messages but not show the Version.
    Ian

  • Undocumented new AppleScript command: "auto import"

    According to its scripting dictionary, iPhoto '08 has a new verb, defined as follows:
    *auto import* <specifier>
    Start importing photos from the auto-import folder
    (Specifier is the object for the command)
    I've searched the menus, preferences, and help files and I can find no mention of this command or of any "auto-import folder". Anybody have any idea what this is all about?
    Also, I don't understand what to put in the "specifier" field. A reference to an album to receive the imported photos, maybe? What are the options?
    I guess I'm the first person who ever wished for better documentation of AppleScript.

    FWIW there's also an Automator workflow that can be assigned to any folder that will import any photo dropped into the folder. You can also have the folder delete the photos after the import is complete. It's easier to setup than an Applescript IMO.
    OT

  • Why doesn't New Tab command work? Or clicking + sign in tab bar?

    I looked at the answer to the + sign not working. But could not understand what exactly was the solution. The File>New Tab command is the same as clicking the + sign. Neither work for me UNLESS I launch Firefox in "safe" mode (Option-click). I don't see why I have to remember Option-click every time I open Firefox.
    I'm on a Mac mini (new in March 2014) with Mac OS X 10.9.4, Mavericks. Is that the problem?
    The answers I've read here use terminology I do not understand. (I made a living writing computer manuals for HP and Apple, so I'm not naive.) Do you have a glossary somewhere?
    I just want to be able to open multiple tabs in one window and click from one to another. I used to be able to do that.

    We have seen reports about a Community Toolbar extension causing this issue with not being able to open a new tab.
    Your System Details list shows:
    * WiseConvert Community Toolbar
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • New page command

    Hi experts,
    i have a requirement.
    after execute the report,it will display multiple personal number in abap hr as blocked list
    like
    in first block employee earning details
    in second block employee deduction block
    in third block employee tax details.
    but my requirement is
    when we down load the program,page break should come for every personal no.
    another employee should not start in middle of the page .
    i have used NEW PAGE command after loop statement to pront another employee in another page.
    but anorthe employee is not priting another page.he is priting on the same page.
    any one could solve this problem.
    Regards.
    Sudheer

    try within the loop
    AT NEW PERNR.
    new page
    END AT.

  • New Page command not working in SMARTFORM

    I have a text file in an internal table of type TSFTEXT.  I'm passing this internal table to my smartform.  The smart form has 1 page, 1 main windo and 1 text element.  The text has a text type of "Dynamic Text" and a fieldname = <<internal table of type TSFTEXT>>.  The start property = "New Paragraph".
    In the internal table (TSFTEXT), i have a few NEW-PAGE commands.  These seem to be ignored.  How can I force the smartform to create a new page.  Here is what the internal table looks like.
    / here is some text 1
    / here is some text 2
    / here is some text 3
    / here is some text 4
    / here is some text 5
    /:NEW-PAGE
    / here is some text 6
    / here is some text 7
    / here is some text 8
    / here is some text 9
    / here is some text 10
    Thank you,

    As far as I know, NEW_PAGE is not applicable in smartforms. That only applies to Sapscripts. As you stated in your requirement, to have a new-page in smartform, try to adjust the height of the main window. Once the records on the internal table reaches the total height, then it will automatically create a new page...

  • Powershell New-object Command not reconized am i missing a module?

    I want to configure high trusted app for app dev in SharePoint, end to do so i need first to insert some commands in the powershell editor like :
        $publicCertPath = "C:\Certs\HighTrustSampleCert.cer" 
        $certificate = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2($publicCertPath)
    I am using windows PowerShell on Windows Server 2012 R2 which includes Windows PowerShell 4 that includes by default the new-object cmd-let... I don't understand though, why doesn't my system recognize that command .... Each time i am getting the following
    error : New-Object : The term 'New-Object' is not recognized as the name of a cmdlet.
    Every time i open power shell it displays me the following error :
    *select : The term 'Select-Object' is not recognized as the name of a cmdlet,
    function, script file, or operable program. Check the spelling of the name, or
    if a path was included, verify that the path is correct and try again.
    At C:\Program Files\Common Files\Microsoft Shared\Web Server
    Extensions\15\CONFIG\POWERSHELL\Registration\SharePoint.ps1:1 char:16
    + $ver = $host | select version
    +                ~~~~~~
        + CategoryInfo          : ObjectNotFound: (Select-Object:String) [], Comma
       ndNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    Set-location : The term 'Set-location' is not recognized as the name of a
    cmdlet, function, script file, or operable program. Check the spelling of the
    name, or if a path was included, verify that the path is correct and try again
    At C:\Program Files\Common Files\Microsoft Shared\Web Server
    Extensions\15\CONFIG\POWERSHELL\Registration\SharePoint.ps1:4 char:1
    + Set-location $home
    + ~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (Set-location:String) [], Comman
       dNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException*
    I thought that was normal until today... does it have any relation with the error?
    And here is the hole (new-object) exception stack:
    *New-Object : The term 'New-Object' is not recognized as the name of a cmdlet,
    function, script file, or operable program. Check the spelling of the name, or
    if a path was included, verify that the path is correct and try again.
    At line:1 char:16
    + $certificate = New-Object
    System.Security.Cryptography.X509Certificates.X509Cert ...
    +                ~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (New-Object:String) [], CommandN
       otFoundException
        + FullyQualifiedErrorId : CommandNotFoundException*
    Can anyone help me please?

    the new-object cmdlet is not defined in a module.
    Try this:
    reboot your computer
    start the powershell console
    type a new-object command without parameter
    this is what happens when I do that:
    PS C:\Users\Al> new-object
    cmdlet New-Object at command pipeline position 1
    Supply values for the following parameters:
    TypeName:
    what happens on your system?
    Al Dunbar 
    Aren't you able to see a simple semantic error?
    I told you almost never post any technical text, just vague and imprecise generalities.
    When you try to post something technical, you post a rubbishellian text like this one, typical of a decrepit old vb scripter 101% PowerShell ignorant.
    Certainly, you are the worst rubbishellian I met in this forum.
    @admins: will you please, inhibit the reply button for this rubbishellian forum member? He should just ask questions; never answer any of them.
    Your post above is off-topic in this thread, as it is a personal attack on me that contains no information likely to actually help the OP with his problem.
    I was not aware that you are the arbiter here of what is appropriate to post, especially given your collection of abusive posts and banned accounts.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • How to have "new folder" command automatically select "untitled folder"?

    How to have "new folder" command highlight name change?
    On a couple of my Macs, when I give a "new folder" command, the "untitled folder" name is immediately selected/highlighted for immediate entry of the new name for the folder.
    On other Macs I have, when I give a "new folder" command, I must then manually select the "untitled folder" name before I can type in the new name.
    Does anyone know how to set my Finder so that when I give a "new folder" command it will be immediately highlighted/selected for entry of the new name?
    I'm using the latest OS-X on all of my Macs.

    ZDHart wrote:
    How to have "new folder" command highlight name change?
    On a couple of my Macs, when I give a "new folder" command, the "untitled folder" name is immediately selected/highlighted for immediate entry of the new name for the folder.
    On other Macs I have, when I give a "new folder" command, I must then manually select the "untitled folder" name before I can type in the new name.
    Does anyone know how to set my Finder so that when I give a "new folder" command it will be immediately highlighted/selected for entry of the new name?
    I'm using the latest OS-X on all of my Macs.
    Welcome to Apple Discussions:
    All my Macs select the name in the untitled folder for immediate renaming.
    Exactly what happens when your Mac does not allow immediate renaming? The only way this happens is if the folder loses focus, which can happen if another app is running and takes focus, or if you click the mouse somewhere.

  • Installing new library commands within Mac OS X Terminal

    Hello,
    I would like to know how can I install new library commands within the Mac OS X Terminal.
    Can anyone provide me some instructions on how to do that task?
    John P.

    Mac OS is Unix - so it's basically up to you to decide where you want to install command line tools.
    You will need to understand that the command line tools will use a 'search path' to look for the executable code for the commands issued in the Terminal or in scripts etc.
    In Terminal…
    echo $PATH
    Will output something like… (this is NOT the default search path).
    -> /bin:/sbin:/usr/X11/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/ usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
    Which means the OS will look in each of those places for any command I run starting on the left (the colon is a separator). Bear in mind each user has their own search $PATH, this can be configured in the users profile (the ~/.bash_profile,  ~/.bashrc and many other config files for other environments).
    You can see where tools are installed via the 'which' command…
    which echo ping
    -> /bin/echo
    -> /sbin/ping
    Those locations are considered 'system' folders. In practice you will probably install into /usr/local/bin for any tools that you compile yourself. Compiled tools have arguments that can allow you to specify where it should be installed when you make the code.
    Needless to say this is a complex thing to discuss, if you can be specific about what you hope to install that may help, otherwise we are left to point out vague generalities that may send you down the wrong path. What are you actually aiming to install & does it require compilation etc?
    In general I'd avoid adding items to /bin, /sbin, /usr/bin, /usr/sbin , these are considered Apple's locations - software update will overwrite them. Stick with /usr/local as the location for third party tools.
    Or you can create your own folder for commands/ scripts in your home folder & then add the path to the $PATH variable.
    (Please excuse the lack of formatting - this forum is refusing access to the 'advanced editor' to make the code look cleaner).

  • Does "/Forms/Upload.aspx?RootFolder=" is language independent for New Folder command?

    URL from "New Folder" command of SharePoint ribbon will always have "/Forms/Upload.aspx?RootFolder=" in all sharepoint languages ?
    When "New Folder" from Sharepoint ribbon is hit then  window.location.href contains "/Forms/Upload.aspx?RootFolder=".
    I just wanted to make can we depend on this string to differentiate between New Folder and other commands on sharepoint ribbon.
    Thanks in Advance.
    - Shwetank
    shwetank

    Hi,
    I think that you misunderstand the application page in SharePoint.
    Application pages are stored on the file system of the front-end Web server in the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS directory and exist for every site in a Web application. This folder is mapped to an
    Internet Information Services (IIS) virtual directory called _layouts.
    Every site and subsite will have access to the application pages by using the _layouts virtual directory. For example,
    http://myserver/_layouts/settings.aspx and
    http://myserver/subsite/_layouts/settings.aspx access the same application page on the front-end Web server unlike site pages, which are an instance for the specified site.
    As you said, when "New Folder" from SharePoint ribbon was hit then  window.location.href contained "/Forms/Upload.aspx?RootFolder=".
    The Upload.aspx is the same application page.
    The URLs are different depending on the different parameters after the “RootFolder” and the “Type”.
    More information:
    SharePoint Page Types:
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Firefox freezes when it recieves a "-new-tab" command

    Hello,
    I am using a c# program to send Firefox some commands.Everything works great, but sometimes when I send a -new-tab command like:
    "firefox.exe -new-tab http://www.google.com"
    Firefox freezes for few seconds before opening the new tab.I tried removing all the parameters from the command and just send "http://www.google.com" to the system while Firefox is set as the default browser, and the same problem arises again.
    I also tried doing the same while Firefox is in safe-mode and still the problem appears sometimes.
    How can I troubleshoot this and know what makes firefox freeze for those few seconds?.
    Thanks in advance

    Hello MahmoudJ,
    Thank you for contacting Mozilla Support. This is a really difficult issue and I'm not sure that this is the appropriate place to get assistance with it. Do you have the same results when you open Firefox through a command prompt rather than in your program?
    You might have a better chance at getting an answer by posting on Stackoverflow under the Firefox tag. I've linked to their forum below.
    http://stackoverflow.com/questions/tagged/firefox
    Cheers,
    Patrick

  • Question about AppleScript command.

    I am looking for a command in AppleScript that will Operate a Key Binding. For example, I want to, in my script, have the computer use "Command-Shift-Z" without me touching the keyboard. I have looked through the entire AppleScript PDF from Apple and found nothing that could help me. I have considered using Terminal to create a script that fires the key binding, but I know very little about how to use Terminal. I have also played around with X11, (for about an hour and knowing nothing about what it is,) and that got me nowhere. There was a "bind" command in X11, but like I said, I have no idea what X11 is.
    If AppleScript can't do this for me, could someone suggest a way of scripting that command some other way, then importing\implementing it in AppleScript?
    I am basically trying to automate my dictation program by using Mac's built in "Speech" to start the program, then turn off "Speech" then turn on the microphone in the other program and open a new notepad to dictate to.
    I have every part of the script down but the parts that require input from the keyboard....
    Any help is GREATLY appreciated!

    Thank you again for the help! I have figured it all out, thank god for apple having an easy laungage to understand! I'll post my script here and in the other forums, just incase someone is looking for something like this. I have kind of taken it upon myself to set my mac up to run, nearly, or totally, from voice commands.
    Thank you again!
    tell application "MacSpeech Dictate.app"
    activate
    end tell
    tell application "System Events"
    if UI elements enabled then
    tell process "MacSpeech Dictate"
    set frontmost to true
    tell menu bar 1
    tell menu "File"
    click menu item "New Note Pad"
    end tell
    tell menu "Speech"
    click menu item "Microphone On"
    end tell
    end tell
    end tell
    tell process "Finder"
    key down {command, shift}
    keystroke "z"
    key up {command, shift}
    end tell
    tell process "MacSpeech Dictate"
    set frontmost to true
    end tell
    end if
    end tell
    -------

  • Info on the new Applescript?

    The version of Applescript that comes with OS 10.3.9 (or earlier) is quite a bit different from earlier versions. What is a good basic tutorial on the new version?
    Thanks.

    I tried a snip of Applescript that used " using
    (command down)" (or something close to that) and the
    response was that "using" was not allowable in that
    way. But somebody posted a script that included
    "using command down & shift down". I haven't tried
    that script but I assume it's correct.
    So what rule am I violating? I don't know, and right
    now this forum is the only way I can find out.
    George,
    For GUI scripting to work, I think you need to set:
    Systems Preferences/Universal Access/"Access for assistive devices" enabled (checked)
    By default, I believe this is off. So I'd check it. And it will need to be checked on all computers that run AppleScripts that include GUI scripting. I have it on now with no ill effects.
    Also your statement needs to be inside a set of tell blocks, For instance, if you were Gui scripting iTunes:
    tell application "System Events"
        tell process "iTunes"
            tell application "iTunes "
                 -- your script here
            end tell
        end tell
    end tell
    More info at:
        http://www.apple.com/applescript/uiscripting/
    John

  • Problem with AppleScript command "Duplicate"?

    Hi all.
    I'm relatively new to AppleScript so I hope I can get some help here.
    I'm writing a script for Aperture 3.0.3 that
    1. Makes 4 new versions of the currently selected image
    2. Applies 4 different image adjustment presets to the new versions.
    3. Presents the 4 adjusted versions on screen.
    Making duplicate versions with AppleScript was easy enough, but how do I get an ID for the newly created versions? The "Duplicate" command doesn't return any information at all.
    How do I talk to image versions created with the duplicate command?
    Can anyone help?
    Message was edited by: Monostratos

    Hi,
    I'm also interested in a script like that. Have you had any success?
    I've found this site, where you can purchase a similar script:
    http://www.apertureexpert.com/storedetails/applescript-4-up-auto-levels-curves-r gb-luminance.html
    /Christian

  • New Applescript version breaks old code

    Hi there,
    First off, I'm not an Applescripter, but I have one script I wrote a few years back (with help from kind people on the net) to generate and save tiny applications which, when called from within an Adobe Flash executable, would open the required file using the Mac OS native application associated with them (i.e a doc file wouldbe opened by Word if installed, TextEdit if not...)
    It used to run fine on my old Powerbook G4 on an old version of AppleScript, but times change and, one whizzy Intel processor later, I'm trying to get the same script running on OS 10.8 with AppleScipt 2.5.1, with varied results.
    Basically, what the script should do is read a comma delimited file in the same folder as the script, called 'fileNames.csv' which contains the names of all the files that I want the tiny apps to open. Each item will then have its own file created by the AppleScript, named after each item, which get saved in an pre-existing folder in the same directory as the script and fileNames.csv file, called 'fscommand'.
    The example of the fileNames.csv file I'm having issues with:
    yr2_unit_1_tn.doc,yr2_unit_2_tn.doc,yr2_unit_3_tn.doc ... etc up until  yr2_unit_20_tn.doc
    The script always used to work fine, but the new version of AppleScript seems to have broken it. When I run it now, it creates all the .app files up until 'yr2_unit_11_tn.doc.app' but then stalls in 'Running...' mode in the AppleScipts editor, and refuses to save apps for the final nine files in the .csv file.
    It still runs ok from an older AppleScript editor (2.2.1) but this only saves PowerPC applications, which won't run on Intel Macs. And this would be me running away from the problem, rather than attempting to solve it ;-)
    I'm thinking it's a filename issue, as it always seems to break when attempting to save "yr2_unit_11_tn.doc.app" when "yr2_unit_1_tn.doc.app" already exists in the 'fscommand' folder. If I create a new 'fileNames.csv' file which only contains ten entries from 'yr2_unit_11_tn.doc' to  'yr2_unit_20_tn.doc', and run the script to an empty 'fscommand' folder, it processes all the files fine. It just won't do all twenty entries from 1 to 20.
    Here's the script. I know I'm doing something really stupid here, but as a rock bottom novice AppleScripter, I can't see the error, or why it would work in one version of AppleScript and not another. I can post a link to the zipped files if this is any help in solving it. Thanks in advance for any help! :-)
    tell application "Finder" to get folder of (path to me) as Unicode text
    set cwd to result
    set fileRef to open for access alias (cwd & "fileNames.csv")
    set theList to read fileRef using delimiter ","
    close access fileRef
    set theFolder to alias (cwd & "fscommand")
    set theFolderPath to theFolder as string
    #Create the .app files and save them in theFolder
    set NL to ASCII character 10
    tell application id "com.apple.ScriptEditor2"
    launch
              repeat with theItem in theList
                        set x to make new document
                        set x to the front document
                        set theCharacters to characters of theItem
                        set theReversedCharacters to reverse of theCharacters
                        set theReversedFileName to theReversedCharacters as string
                        set theOffset to offset of "." in theReversedFileName
                        set theReversedSuffix to text 1 thru (theOffset - 1) of theReversedFileName
                        set theSuffix to (reverse of (characters of theReversedSuffix)) as string
                        set the text of document 1 to "tell application \"Finder\"" & NL & "activate" & NL & "set cwd to get folder of container of (path to me) as Unicode text" & NL & "open file (cwd & \"assets:" & theSuffix & ":" & theItem & "\")" & NL & "end tell"
      compile document 1
                        set file_path to theFolderPath & theItem & ".app"
                        save document 1 as "application" in file file_path
      close window 1
              end repeat
    end tell

    That seemed to be it. I put a tiny delay in between saving the document and closing the window and the file runs smoothly through all 20 items.
    compile document 1
    set file_path to theFolderPath & theItem & ".app"
    save document 1 as "application" in file file_path
    delay 0.3
    close window 1
    Never thought that I'd reach the day where I was trying to slow the computer down to process something more carefully :-D

Maybe you are looking for

  • Fan Error on X201

    I bought my X201 (3249CTO) last october from lenovo's website. 2 weeks ago, my laptop became unable to boot up except showing "Fan Error" message. Before that, my laptop sometimes suddenly shut down(directly to dark screen) with no reason.  The Warra

  • Maintain Variables, Report Painter

    I have questions about Report Painter, 1) How can I delete a global variable that has been included in a form ?

  • Userexit for service order

    Hi We are creating service order and giving reference of sales order (contract) in it. A new sales document type has been configured recently.We have a requirement that if the reference sales document (contract)belongs to this particular document typ

  • BI content for SRM

    Hello, I would like to understand Concept of BI content for SRM. For some reason we cannot use BI. [structure of the system] BI7.0 SRM5.0(Decoupled Scenario) ECC6.0 ■transaction data(Decoupled Scenario) How does BI eliminate crossover of documents an

  • Failover of transactions

              Hello,           What happens if an ejb starts a transaction (trans_id). In the transaction there           are for example one insert, one update and one delete statements to the database.           The insert Statament was made and then t