Script Lines for testpattern

Hi
I'm Looking for a Script to generate lines for testpattern. I Need diagonal Lines for each corner
Thanks

so is there a way around is? how do I stop the computer going to sleep while the script runs? Or how do I protect password etc if using a script with a password in it?
There are a number of approaches. One is to encrypt/obfuscate the password within the script, decoding it on the fly.
Another is to store the password in the user's keychain and have the script retrieve it from there at runtime (this requires a lot more coding to capture the password on the first run, save it to the keychain and retrieve it later).
Another option may be to edit sudoers to allow the target command to be run without authentication, although this opens a whole slew of other potential issues, of course.
Of the three, for a program I don't expect to distribute, I'd probably go for the first option. Note that there are many ways of doing this, ranging from the trivial to the herculean - you'll need to decide how much is appropriate for your needs. One very simple approach (not recommended for high security needs) is just to put your password in a list - the data format of the list makes it more difficult than a string to extract from a read-only script, but it's only one line of AppleScript:
property pw: {"p", "a", "s", "s", "w", "o", "r", "d"}
set my_pw to pw as text
You could get a little more complex by reordering the characters:
property pw: {"d", "r", "o", "w", "s", "s", "a", "p"}
set my_pw to reverse of pw as text
Taking it on a step further, there are all kinds of encryption/transformation algorithms you can apply to further mask the data. Most common algorithms can be translated into AppleScript if needed.

Similar Messages

  • Report Script line for coments

    Hello, how do you create a line in report script for comments? I tried doing a begin /* and end */ but I got an error message.
    Please help.
    Thanks

    Super easy -- just two forward slashes, e.g.,
    //     Modified:       Initial write, 28 Septemeber 2011Regards,
    Cameron Lackpour

  • I;m no longer able to use the Penn State ANGEL system (I teach on line) for my email and intead get messages about "script" problems.

    Question
    I'm no longer able to use the Penn State ANGEL system (I teach on line) for my email and instead get messages about "script" problems

    I have asked a moderator to provide assistance, they will post an invite on this thread.
    They are the only BT employees on this forum, and are a UK based team of people, who take personal ownership of your problem.
    Once you get a reply, make sure that you are logged into the forum, then click on their name, you will see a screen like this. Click on the link as shown below.
    Please do not send them a personal message, as they may not be on duty for a long time, and your message will not be tracked properly.
    For your own security, do not post any personal details, on this forum. That includes any tracking number you are give.
    They will respond either by phone or e-mail within 5-6 working days.
    Please use the tracked e-mail, to reply, not via the forum. Thanks
    This is the form you should see when you click on the link. If you do not see this form, then you have selected the wrong link.
    When you submit the form, you will receive an enquiry number, so please keep a note of it
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • How to delete the line for 300SAP* in table USR02 in SQL Management studio

    Hello
    I used to delete the line for 300SAP* in table USR02 in SQL Enterprise Manager. After I could log on with “pass”.
    I wander how to delete it in SQL Management studio. When I expand tdatabase it takes so long time and it is uncontrollable

    Hello,
    you have to delete the row by a sql statement.
    Open a new query and run a script like this:
    use <Your SID DB>                 -- e.g. use PRD
    setuser 'your sid in lowercase'  --- e.g. setuser 'prd'
    delete from USR02 where MANDT = '300' and BNAME = 'sap*'
    go
    Run a complete backup before deleting data manually.
    Regards
      Clas

  • How to skip line for delimited file type?

    Hi, i wanna ask how to skip (example: the first two line) for delimited file type?
    Thanks...
    Here is my script
    Function NY_Skip06Center [strField, strRecord]
    ' FDM DataPump Import Script:
    'Created by: FDM_Admin
    'Date created: 2/28/2006
    Dim strEntity
    'Check first two characters of entity
    For strEntity = 1 to 6
    'Skip line
    Res.PblnSKip = True
    Next strEntity
    End if
    End Function
    But it returns this error when imported
    Error: An error occurred importing the file.
    Detail: Object variable or With block variable not set
    Anyone knows what's wrong
    Edited by: user649207 on Mar 19, 2010 2:15 AM
    Edited by: user649207 on Mar 19, 2010 3:04 AM

    strAcc = DW.Utilities.fParseString (strField, 1, 1, chr(9))
    I didn't look closely enough last time. The above is illogical. The parsestring function parses a string based on a delimiter.
    The function has these arguments:
    String to Parse
    How many fields are in the string
    The parsed field to return
    Field delimiter
    In the above, strField is returning the field specified in your import format. You are also saying that there is a total of 1 field. If that were the case, you wouldn't need to parse anything.
    I am guessing that your call needs to look something more like this:
    strAcc = DW.Utilities.fParseString (*strRecord*, *8*, 1, chr(9))
    Make sense?
    If not, maybe you can include a few sample lines from your data file and that will make it easier to help you.
    Is your import format fixed or delimited?

  • Where to upload images on-line for storyboarding?

    Where to upload images on-line for storyboarding? Or what does it take to produce a storyboard from a Adobe Story Plus Script?
    Any suggestions are welcome ; )

    Hi Richard,
    See if this help article works for you: Adobe Story Help | Storyboards. You can create additional feature requests here: http://adobe.ly/feature_request
    Thanks,
    Kevin

  • "No image found in subtitle script line" -- What's wrong with my FAB file import?

    I've used Encore for years, version 4 and now 5.1 on both Mac and PC (Windows 7).
    I export FAB files with bitmaps from my subtitling program and import them into subtitle tracks in Encore.
    The last few times this has not worked.  Every time I export FAB files and try to import them into Encore, I get the error message "No image found in subtitle script line."  I've used different machines and different versions (4 and 5.1) of Encore.
    There are indeed images (bitmaps) in the folder containing the FAB file.
    Is there a solution to this problem?
    Thank you!

    I don't recall anyone describing this problem. If you can post a link to a short fab script, I'll test it in an Encore project. I am CS5 only, but it is worth a shot.

  • Startup shell script help for newbie?

    New to UNIX (linux)... need the bash shell script commands for my r.c local file to start my services when server boots.
    I got my ds, dps and admin server in their respective /opt directories. I need the shell commands to have these start. Of course I can start them manually but when I try a line like this in a script, it doesnt work:
    ./var/opt/sun/directory-server/slapd-dsserver/start-dsserver
    Some path problem or dot thing?

    There are a few other things you may want to consider, such as what the default browser is, are tabs being used, is the page loaded yet, etc, but Safari has a do javascript command in it's scripting dictionary. The following script will open a new document and run your specified javascript, or you can go to their NPR Program Stream Page and download a playlist that will run directly from iTunes.
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 335px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    set my_script to "NPR.Player.openPlayer(2, 0, '03-21-2008', NPR.Player.Action.PLAY_NOW, NPR.Player.Type.PROGRAM, NPR.Player.Mode.LIVE)"
    tell application "Safari"
    activate
    set the URL of the front document to "http://www.npr.org/"
    if my page_loaded(20) is false then error numner - 128 -- page not loaded in time
    do JavaScript my_script in document 1
    end tell
    on page_loaded(timeout_value) -- from http://www.apple.com/applescript/archive/safari/jscript.01.html
    delay 2
    repeat with i from 1 to the timeout_value
    tell application "Safari"
    if (do JavaScript "document.readyState" in document 1) is "complete" then
    return true
    else if i is the timeout_value then
    return false
    else
    delay 1
    end if
    end tell
    end repeat
    return false
    end page_loaded
    </pre>

  • I am getting Render Filter error - Error in Symmetry initialization script: line 43: Variable name  expected. PLEASE HELP.

    Hi all,
    I have quit Creative Cloud. Checked for updates.
    Only activity that could have affected system files was to uninstall the CC apps, keeping the CC 2014 apps only.
    I need to use the render flame filter but I get the following error
    Error in Symmetry initialization script: line 43: Variable name expected
    I get this error with render tree and render frame.
    A response will be appreciated
    Thanks

    There is a "Symmetry Fill.jsx" script is Photoshop CC 2014 Preset Deco folder along with "Picture Frame.jsx" and "Tree.jsx" each of those scripts line 43 is a comment not executable code.  There are other scripts in that folder related the those rendering scripts could your folder have been corrupted somehow. I don't think uninstalling CC would have corrupted that folder for the doler fi not exist when CC was installed.
    Look at the line 43 in the files, Here is what I see on my Windows 7 Pro CC 2014 system

  • Looking for ACE Probe TCL script specific for LDAPS

    Hello Everyone,
    I have searched the forum, and i am having difficulty finding an example of how to modify the LDAP TCL probe from port 389 to secure LDAP port 636.
    Could someone kindly point me or provide me the modified TCL script if you happen to have it.
    During my search I also found a config that someone had provided, which contained the following probe:
    probe tcp LDAPS_Probe
      port 636
    probe tcp LDAP_Probe
      port 389
    I was trying to figure out if this a modified TCL script for LDAP or modifed TCP TCL script specific for port 636.
    This is how I applied the script for LDAP port 389.
    script file 1 LDAP_PROBE
    probe scripted LDAP_PROBE_389
    interval 5
    passdetect interval 30
    receive 5
    script LDAP_PROBE
    serverfarm host SF-LDAP-389
    description SF LDAP Port 389
    predictor leastconns
    probe LDAP_PROBE_389
    rserver LDAP-RS1-389
    inservice
    I will be more than glad to provide you any additional information that you need.
    As always thanks for your input.
    Raman Azizian
    SAIC/NISN Network services

    normally you would engage a TCL developer or ciso advanced services to develop a custom script for anything other than what Cisco provides in canned scripts. If you are comfortable with tcl you can do it yourself. Here is an example of the LDAP script modified to include initiation via ssl.  default port is 389 when you implement you would specify 636.
    #!name = LDAP_PROBE
    # Description:
    #    LDAP_PROBE opens a TCP connection to an LDAP server, sends a bind request. and
    #    determines whether the bind request succeeds.  LDAP_PROBE then closes the
    #    connection with a TCP RST.
    #    If a port is specified in the "probe scripted" configuration, the script probes
    #     each suspect on that port. If no port is specified, the default LDAP port 389
    #     is used.
    # Success:
    #   The script succeeds if the server returns a bind response indicating success
    #    (status code 0x0a0100) to the bind request.
    #   The script closes the TCP connection with a RST following a successful attempt.
    # Failure:
    #   The script fails due to timeout if the response is not returned.  This
    #    includes a failure to receive ARP resolution, a failure to create a TCP connection
    #    to the port, or a failure to return a response to the LDAP bind request.
    #   The script also fails if the server bind response does not indicate success.
    #    This specific error returns the 30002 error code.
    #   The script closes any attempted TCP connection, successful or not, with a RST.
    #  PLEASE NOTE:  This script expects the server LDAP bind response to specify length
    #   in ASN.1 short definite form.  Responses using other length forms (e.g., long
    #   definite length form) will require script modification to achieve success.
    # SCRIPT version: 1.0       April 1, 2008
    # Parameters:
    #   [DEBUG]
    #      username - user login name
    #      password - password
    #      DEBUG        - optional key word 'DEBUG'. default is off
    #         Do not enable this flag while multiple probe suspects are configured for this
    #         script.
    # Example config :
    #   probe scripted USE_LDAP_PROBE
    #         script LDAP_PROBE
    #   Values configured in the "probe scripted" configuration populate the
    #   scriptprobe_env array.  These may be accessed or manipulated if desired.
    # Documentation:
    #    A detailed discussion of the use of scripts on the ACE is included in
    #       "Using Toolkit Command Language (TCL) Scripts with the ACE"
    #    in the "Load-Balancing Configuration Guide" section of the ACE documentation set.
    # Copyright (c) 2005-2008 by Cisco Systems, Inc.
    # debug procedure
    # set the EXIT_MSG environment variable to help debug
    # also print the debug message when debug flag is on
    proc ace_debug { msg } {
        global debug ip port EXIT_MSG
        set EXIT_MSG $msg
        if { [ info exists ip ] && [ info exists port ] } {
         set EXIT_MSG "[ info script ]:$ip:$port: $EXIT_MSG "
        if { [ info exists debug ] && $debug } {
         puts $EXIT_MSG
    # main
    # parse cmd line args and initialize variables
    ## set debug value
    set debug 0
    if { [ regsub -nocase "DEBUG" $argv "" argv] } {
        set debug 1
    ace_debug "initializing variable"
    set EXIT_MSG "Error config:  script LDAP_PROBE \[DEBUG\]"
    set ip $scriptprobe_env(realIP)
    set port $scriptprobe_env(realPort)
    # if port is zero the use well known ldap port 389
    if { $port == 0 } {
        set port 389
    # PROBE START
    # open connection
    ace_debug "opening socket"
    set sock [  socket -sslversion all -sslcipher RSA_WITH_RC4_128_MD5 $ip $port ]
    fconfigure $sock -buffering line -translation binary
    # send a standard anonymous bind request
    ace_debug "sending ldap bind request"
    puts -nonewline $sock [ binary format "H*" 300c020101600702010304008000 ]
    flush $sock
    #  read string back from server
    ace_debug "receiving ldap bind result"
    set line [read $sock 14]
    binary scan $line H* res
    binary scan $line @7H6 code
    ace_debug "received $res with code $code"
    #  close connection
    ace_debug "closing socket"
    close $sock
    #  make probe fail by exit with 30002 if ldap reply code != success code  0x0a0100
    if {  $code != "0a0100" } {
        ace_debug " probe failed : expect response code \'0a0100\' but received \'$code\'"
        exit 30002
    ## make probe success by exit with 30001
    ace_debug "probe success"
    exit 30001

  • Simple statically typed scripting language for my game?

    Hi, I'm looking for a scripting language for my little game. I want make game runnable on both mobile and desktop. I would like to compile scripts to native java for j2me, so they don't suffer from interpreter overhead (possiblity of running an interpreter on j2me is a plus, I can imagine it on high-end devices). On j2se, I would like to have all code to be interpreted (or dynamically compiled, whatever) so user can, for example, download new game content from the internet. Also I would like the language to be simple and cute and it does not have to provide advanced features (like closures or generators). Even classes are optional.
    To sum up the requirements:
    - statically typed (ideally with smart type inference). This is must in order to allow compilation.
    - as simple as possibly (all I want is to define some functions and call them from the game).
    - can be compiled to clean Java (byte)code. I mean, it should not wrap every int to Integer for example. Compiled code runs on J2ME.
    - can be interpreted (or compiled on demand). Possibility to do this on J2ME is not required but welcome.
    - direct importing of native java classes is not required (actually I don't like it, I would like to draw a clean line between scripts and the engine)
    - free license (gpl is ok too)
    - python-like syntax is a plus :)
    Anyone ever heard about such thing? I'm prepared to implement some missing features. Actually I'm prepared to write it all if I don't find suitable starting point.

    I fail to see how this is a Java Game Development Issue, or even a Java issue: what you are asking for is a scripting language that you can consequently get the freedom to run on multiple environments through compiling to Java. IMO: not a Java issue at all.

  • Scanning a line for a pattern ( cat ${0} | while read line )

    I am busy to create a dynamicaly menu from items inside the script itself.
    I will create some self reading/scanning code what builds the menu.
    When script get executed, it will look for itself on disk put it in a catalog and scan every line with an 'if' 'elfi' for '[ $choice -eq X ]; then'.
    Then next non empty line for '# title - description of code' part behind that if or elfi line, put that and the choice no. in $menuItemN var what is used to print the menu.
    with
    # start self scanning code
    cat ${0} | while read line
    # end self scanning code
    # create menu
    # the the chosen code between if's
    if [ $choice -eq 1 ] ; then
    # title - Drink coffee
    elfi [ $choice -eq 2 ] ; then
    # title - Eat pizza
    This line of code
    if [[ "$line" = ?(el)if*([[:space:]])*$choice*([[:space:]])-eq* ]] ; then
    reads the if's and elfi's fine, but also f.e the line itself.
    So I want to narrow down things, but I cant figure out how to use [ in a pattern.
    What do I have to put at the XXXXX
    if [[ "$line" = ?(el)if*([[:space:]])XXXX*$choice*([[:space:]])-eq* ]] ; then
    so that that line is only accepting ( one left square bracket and different number of spaces )
    if [ $choice -eq 1 ] ; then
    or
    elif [ $choice -eq 4 ] ; then
    Basically how do I use the left and right bracket in a pattern?

    After a good diner, but not helping with the dishes , this is for now my final.
    I did create it in a way that I only need to add code in the runLoop function. I don't need to alter var's, code or any thing else outside the runLoop. And it works fine.
    #!/bin/sh
    shopt -s extglob ## enable extended globs +(...), *(...), etc...
    declare -a menuArray
    handle_menu()
    ## print menu
    printf "_____________________________________________________________
    for index in {0..99}
    do
    if [[ -n "${menuArray[$index]}" ]]; then
    if [[ "$index" == "$exitChoice" ]]; then
    printf "
    fi
    printf " %3s. %s
    " "$index" "${menuArray[$index]}"
    fi
    done
    printf "_____________________________________________________________
    ## read user input
    read -p " Please choose an option :" choice
    ## user want to quit?
    if [[ $choice -eq $exitChoice ]] ; then
    printf " Bye bye!
    exit 0
    fi
    ## user did choose a wrong number?
    if [[ ! -n "${menuArray[$choice]}" ]]; then
    printf "
    ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    printf " # # # %s is Not an existing option!
    " "$choice"
    printf " # #
    printf " # # Try again ( %s for exit )
    " "${exitChoice}"
    printf " #
    printf " # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    fi
    build_menu()
    ## Build a menu by reading this script
    exitChoice=99 ## exit option number
    exitStr="Exit" ## exit menu text
    loopChoice=999 ## keeps the runloop rolling
    lineno=0
    while read line
    do
    ((lineno++))
    #echo - $line
    if [[ $line = ?(el)if+([[:space:]])[[+([[:space:]])$choice+([[:space:]])-eq+([[:space:]])?([1-9][0-9 ])*([[:space:]])]]+([[:space:]]);+([[:space:]])then* ]] ; then
    ## line should look like 'if [[ $choice -eq 1 ]] ; then' or 'elif [[ $choice -eq 2 ]] ; then # help'
    ## Between the different elements there has to be 1 or more spaces
    ## There could be a comment behind the statement
    #echo -
    #echo - "before :${line}--"
    line="${line%*([[:space:]])#*}" ## remove comments
    line="${line%%+([[:space:]])}" ## remove trailing spaces
    read title_line
    ((lineno++))
    #echo - "before N:${nline}--"
    title_line="${title_line%%+([[:space:]])}" ## remove trailing spaces
    if [[ "$title_line" = #*([[:space:]])[Tt]itle*([[:space:]])-*([[:space:]])+([[:alnum:]])* ]]; then
    ## line should look like '# Tilte - Description'
    ## Between the different element there has to be 1 or more spaces
    ## The 'T' of 'Title' text must be an upper or lowercase letter
    ## get choice number from line
    line="${line#?(el)if+([[:space:]])[[+([[:space:]])$choice+([[:space:]])-eq+([[:space:]])}"
    #echo - "Tear off beginning:${line}--"
    choiceNo="${line%%+([[:space:]])*}"
    #echo - "Tear off end :${choiceNo}--"
    ## compare if choice number already exists and if exists: Bail out wit error notification
    if [[ "${menuArray[$choiceNo]}" == "" ]]; then
    ## get title
    title_line="${title_line##*([[:space:]])[Tt]itle*([[:space:]])-+([[:space:]])}"
    #echo - "Tear off beginning:${title_line}--"
    title_line="${title_line%%+([[:space:]])}"
    #echo - "Tear off end :${title_line}--"
    ## add to menu
    menuArray[$choiceNo]="${title_line}"
    else
    errLine=$((lineno-1))
    printf "
    ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    printf " ## # Choice number already exists under name%s
    " "${menuArray[choiceNo]} "
    printf " ## #
    printf " ## # Correct your code ( choice number? ) at line %s
    " "${errLine}"
    printf " # Wil bail out!
    printf " ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    exit 1
    fi
    else ## no title in line
    errLine=$lineno
    printf "
    ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    printf " ## # Line after 'if' or 'elif' statement has no Title line
    printf " ## #
    printf " ## # Correct your code af line %s
    " "${errLine}"
    printf " # Wil bail out!
    printf " ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    exit 1
    fi ## if Title is there
    fi
    done <${0}
    ## add the exit code and title at the end of the menu array
    menuArray[$exitChoice]=${exitStr}
    start()
    build_menu
    choice=$loopChoice
    # Loop while the variable choice is equal 999 ( defaultChoice )
    while [ $choice -eq ${loopChoice} ]; do
    # print menu + read user input
    handle_menu
    runLoop
    choice=$loopChoice # only bail out on exit code ( at least default value 90 )
    done
    runLoop()
    ## this function should contain the choices with their code.
    ## the choice if statement should look like the following way
    ## 'if [[ $choice -eq 1 ]] ; then'
    ## or/and
    ## 'elif [[ $choice -eq 2 ]] ; then # help'
    ## YES, it should use $choice as a variable!!
    ## With in the next line the title, supplied in the following pattern
    ## '# title - Eat pizza'
    ## No need to put extra code in your code to have this running
    ## -------- insert your code here --------------------------------------------
    if [[ $choice -eq 1 ]] ; then
    # title - Drink coffee
    echo Drink beer
    elif [[ $choice -eq 2 ]] ; then # help
    # title - Eat pizza
    echo Eat pizza
    elif [[ $choice -eq 4 ]] ; then
    # title - Go Home
    echo "Go Home!"
    elif [[ $choice -eq 9 ]] ; then
    # title - Get out
    echo "Get out!"
    elif [[ $choice -eq 44 ]] ; then # ln;ln lknbl bs
    # title - Go to bed
    echo "44 Go sleep!"
    ## -------- insert your code in front of this line ----------------------------
    fi ## keep this as last
    # Start point
    start
    exit 0
    Still one question.
    Is there a kind of way to walk through an array and get directly the existing variables with a index number?
    Now I use
    for index in {0..99}
    do
    if [[ -n "${menuArray[$index]}" ]]; then
    if [[ "$index" == "$exitChoice" ]]; then
    printf "
    fi
    printf " %3s. %s
    " "$index" "${menuArray[$index]}"
    fi
    done
    I don't want a loop ( {0..99} ) and a known last index number ( 99 )
    Is there a way to find out the width om the current shell window?
    Also other hints, remarks are welcome.
    P.s if someone want to see the 'debug echo output', find&replace '#echo -' with 'echo -' and the other way arround

  • How to put schedule lines for one year  in a schedule line agreement

    dear all
    thanks for the support till now from the forum
    now i need some seetings by which the scheduling agreement will autoumatically take the schedule line for one year automatically
    in my client we are getting open PO so
    we have to make one agreement acording to that PO and thats for one year
    and this one yr will have same quantity to be produced everyday
    means 12nos of material every day for 12 month and this will be for every day
    and as per that it should generate a sales order.i need to put schedule line automatically not mannually one by one for each date.so wat is the settingand how to reffer this scheduling agreement we can produce sales order.
    please help
    subrat
    Message was edited by:
            subrat panda

    Dear Subrat,
    you cannot create a yearly schedule line in the scheduling agreement. It is not possible due to format restrictions of the date field. But what you can do is the follows (it is the modification, but it should work with the help of user-exits):
    1. You can split the year schedule line to the monthly schedule lines. There are two ways to do it. If you apply the DELINS IDOC, then you can do it already during transfer of the data to the application (itr is the best way). Here you can use, for example, user-exit USEREXIT_ZUORDNEN_IDOCS (include LVED4FZZ) or customer function EXIT_SAPLVED4_002, called from the subroutine USEREXIT_DYNPRO (Include LVED4F0U). Alternatively, you can use the user-exit USEREXIT_MOVE_FIELD_TO_VBEP (Include MV45AFZZ) within the call transaction, then it will work also in the dialog case.
    2. After getting the monthly schedule lines, you can create a planning delivery schedule, where you can split mothly schedule lines automatically to daily schedule lines according to the customer factory calender.The settings for generation of planning delivery schedules can be found under:
    Customizing SPRO: Sales and Distribution => Sales => Sales Documents => Scheduling Agreements with Delivery schedules => Maintain Planning Delivery Sched. Instruct./Splitting Rules
    It is the only ways, how you can reach your aim. I hope, this information will help you further.
    Kind Regards,
    Akmal Vakhidov
    Development Support SD, SAP, Walldorf/Germany

  • Can't get itunes.  I get the following message when I click on either the shortcut or the program.  It says ITunes has stopped working and I can either check on line for a solution and close the program or just close the program.

    When I click on the itunes shortcut or the program  I get the following message:
    ITunes has stopped working.  My two options are:  Windows can check on line for a solution to the problem or close the program. 
    It seems that my entire library is not there.  If I sync my ipod will it add it back into my library on the computer? 
    I've even tried installing again and nothing works.  Tried the "repair" and it says that ITunes is loaded but I stil get the above error when I try to open the program.
    Thanks

    Let's try the following user tip with that one:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • How do I set up a ringmaster on my fax 2140 so that I can use the same line for phone

     I have  the HP 2140 Fax Machine and have always had a separate line for the fax.  Now, I have only one line which is
    to be used for both the telepone and my fax machine.  This will save me approx. $200 per year. 

    cannot get my fax machine to except the drpd distintive ring. went to change the print cartg. and screwed something up?     Can you help?

Maybe you are looking for

  • Troublesho​oting issues using the BlackBerry Virtual Expert

    Posted originally on the Inside BlackBerry Help Blog Does your BlackBerry need a health assessment? Are you considering a repair? If so, check out the BlackBerry Virtual Expert (BBVE), a simple, self-guided diagnostic app for BlackBerry smartphones.

  • "Created By" Column is showing empty in SharePoint List

    Hello All, I have created a custom list and enabled the "Created By" and "Created" Column to be shown in the list. All the users are able to see the "Created" Column populated, but the "Created By" column is blank, no value is populated to it. But th

  • File to IDOC ( need advise on how to map file fields )

    Hello friends, I spent quite some time reading all the helpful blogs and threads regarding File to Idoc scenario. However I had a very basic question ( maybe its trivial as I am just new to XI). In my scenario I have Bank Master data (in a CSV file)

  • Add column with preq number to ALV grid in me53n

    hi all, i am trying to add column with preq number (BANFN) to ALV with preq items in ME53N. it is not available in column set, when trying to add by "change layout" button - i dont understand why, when the strcucture MEREQ3211GRID contains it :-( i a

  • In which Infotype ,we link Payroll(India ) with time Management

    Hi Expert, Can you explain , in which infotype ,we link Payroll with Time management? Can you Expalin the procedure