How do we initialize DAL variables without making changes to INI files?

We have an application which currently use only two DALs. We would like to add a DAL to popluate certain data on the form. We have encountered an issue with initialization of dal vairables.
One of the solutionis that set FlushDalSymbo = Yes in the FSISYS file.
However, this involves INI file change which we would like to avoid.
So, is there a way to initialize dal variables, without making changes to INI files? If so, how?
Thanks,
Bala

Hi Bala,
Initializing a variable is simple, you just need to set the value to blank or zero:
Variable = ""
#Variable =0
$Variable = 0.00
You can place the declaration at the beginning of your script, of course replacing "Variable" with the actual name of you variable.
Gaétan

Similar Messages

  • Single Go button for all prompts - without making changes to system files

    Hi All,
    I went thru several threads and blogs which suggest to do certain changes in the .js files to get a single go button for a group of prompts (saved as individual objects)
    Is it possible to have single go button in 11g for prompts which are saved separately without changing the system files?
    Many Thanks,
    RS

    Hi,
    I dont think so. But in 11.1.6 version there is a feasibility to avoid apply and reset buttons. so that will make to appear all the prompts together.
    And you can try to built a common prompt filter with all the columns, but it will be bad and cause lots of problems.
    Hope this helped/ answered.
    Regards
    MuRam

  • How to change the profile value in the pl/sql code without making change in the database

    How to change the profile value in the pl/sql code without making change in the database.

    I have program ,where if the profiles 'printer and nunber of copies ' are set at the user level, by default when the report completes the O/p will be sent to the printer mentioned in the set-up. but what user wants is
    if these Profiles are set for the user running this program automatic printing should not be done.

  • How to swap two string variables without using a 3rd variable?

    How to swap two string variables without using a 3rd variable?
    ex.
    A = "aa"
    B = "bb"
    Result required
    A = "bb"
    B = "aa"
    Thanks

    How to swap two string variables without using a 3rd
    variable?
    Something like this.
    Append A with B (so A equals "aabb")
    Set B equal to a substring of A starting with the first character and ending at A's length minus B's length. (So B equals "aa")
    Set A equal to a substring of A starting from B's length and ending at the end of A. (So A equals "bb")

  • How to Set multiple Global Variables without using Controls or Indicators

    I have to set many Global Variables (i.e. declare and initialize them) in a subVI in order to pass them to various other subVI's. The only way I know how to do it in LabView is to create a Globals.vi on which you create a control or indicator for EACH Global Variable. That's fine if you have only a few variables. But I have close to a hundred Global Variables (which come from a configuration file for a large program) and clearly it is impractical and cumbersome to create a control for each global variable. In Agilent Vee, there is a simple function called "Set Variable" that sets the data value of a global variable. Then in other module, you simply use the "Get Variable" function to get back the v
    ariable and its value.
    In LabView you can use the "Invoke Node / Set Control Value" and "Get Control Value" properties to achieve the same thing. But as mentioned above, you need to create a control for each global variable and that is a big pain in my case, with many global variables. Furthermore, the global variables are read from a Configuration Text File to this VI. Is there a way to do it without using the control? Thank you in advance for any help.

    Actually you could create the same sort of facility in LV. All you have to do is create a LV2-style global that behaves as follows:
    To write a value to it, you supply a value name and the value. These pieces of data are save internally in seperate arrays.
    To read a value, you supply a value name. The VI looks up this name in the value name array to return an index into the value array. Output the value you find.
    Frankly though, it sounds like what you really need is not hundreds of globals, but a good way to manage configuration data.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to add events into folders without making albums?

    All my events created in iPhoto are exactly the way I want to organise my photos, but I hate the fact that I can't organise them into different folders without making an album out of the event. I don't want 'pointers' of photos in the album, I want the original file that I can delete forever as well. I have organised my photos in continents, like Oceania, Europe, South America etc... Into those folders I just want the events of the different countries, so when I click on a continent I can see the event view of those countries and not see all the 4000 photos at once of all the countries in that continent. I also like to go through events the way they are displayed in the event tab, but when the event becomes an album, they are shown differently.
    I hope I explained it clearly... Is there a way to put just the events into folders and keep them as events?
    On the picture above I want the albums 'Mt Warning', 'Bungyjump' etc, to be become events that contain the original photo files and not just pointers to the original photos. I also want the display of this folder 'Australia 2012 - 2014' to become the same display as when you click on the event tab (so you can see the different events in thumbnails). Is this possible?

    And how can I delete photos permanently (in all of iPhoto as well as on my hard drive)?
    Deleting Photos from an iPhoto Library
    1 - from an Event or the Photos mode: select the photo(s) and use the Delete key to move the photos to the trash bin. Then empty the iPhoto Trash bin as follows:
    2 - from an album, smart album, book, slideshow, card, etc.: select the photo(s) and use the key combination of Command+Option+Delete to move the photos to the trash bin.  Then empty the trash bin as above.
    NOTE: deleting a photo from an album, slideshow, book, etc., with only the Delete key only deletes that photo from that item. Deleting a photo from an Event deletes ALL occurences of that photo in the library.

  • Modifying screens in VA02 without making changes to SAPMV45A

    HI All,
    I want to hide few fields in the screens of VA02 transaction when displaying the header level data. i tried using transaction variants ( SHD0) without much success.
    is it possible to make changes to VA02 without making any change to the SAPMV45A program in any other way. i dont want to replicate the Sap program and then edit the screens..
    Thanks and Regards
    Nikhil

    Hi
    Either we have to use screen exits if provided for the screen in context or directly modify the standard screen using acces key(Not recomended).
    Regards
    Gaurav

  • How to create a Node variable without fetching in Char Restriction.

    Hi Expert - I got the refrence from this thread -  [Hierarchy variables in webi / Universe;
    to create a node variable for hierarchies.
    Requirement - the  characteristic on which you want to create a node variable must not be in Default section and in Free Characteristics Restriction
    But - if we fetch any characteristic in free characteristic then it will appear in Default value section. I donu2019t want that , I donu2019t want that in Default Value section. how can i get this ?
    Also I need to create a node variable on profit center characteristic it without fetching it into Free Characteristics Restriction, Can I do this? How ?

    Hi Ingo - Thanks for your valuable input.
    After putting much efforts - here is result. I fixed my hierarchy , means now there is no hierarchy variable , And i just create a node variable by putting it into Bex characterstic  restriction. - But it looks like this in Universe.
    LovHierNodeL00 G/L Account
    LovHierNodeL00 G/L AccountBase
    LovHierNodeL01 G/L Account
    LovHierNodeL01 G/L AccountBase
    LovHierNodeL02 G/L Account
    LovHierNodeL02 G/L AccountBase
    LovHierNodeL03 G/L Account
    LovHierNodeL03 G/L AccountBase
    LovHierNodeL04 G/L Account
    LovHierNodeL04 G/L AccountBase
    Is this correct- ?
    What i feel is correct - it should look like this -
    LovG/L Account Node Variable
    LovG/L Account Node VariableBase

  • How to pass Applet form variables without showing it on top ?

    I am running one applet with some form variables. After submit I want to pass those to .asp file to store into database.
    If I use URL method then all are getting displayed on URL location of browser which I do not want. I want to pass many form variables to another .asp file, so it may not be good also.
    What is the best way of doing it ? Need urgent help about it.

    Well If you create a POST request instead as a GET request the variables will not show up in the URL.
    On tips how to do that you can either check out this thread:
    http://forums.java.sun.com/thread.jsp?forum=31&thread=56388
    or one of these:
    http://search.java.sun.com/Search/java?qt=applet+GET+POST+variables&col=javafrm&rf=0
    Sjur

  • My mom and I share an itunes account,and when somebody iMessaged me, she received the message. I made her another account, signed iCloud into that account but her phone keeps on getting my notifications. How do i turn it off without making a new account?

    please help

    1) You asked "Does she need to reconnect to that itunes/computer and if so what do we need to do to remove this folder of pics from her ipod?" Yes, you have to connect the iPod to that computer and go to the Photos pane for the iPod in iTunes and uncheck sync photos and the click on synce/apply. In the future do not check sync photos.
    iOS and iPod: Syncing photos using iTunes
    2)
    Create a NEW account for using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    Then on the iPod go to
    - Settings>Messages>Send and receive and sign out your ID and sign into hers. Make sure that only her ID email address is listed.
    - Settings>FaceTime sign out of your ID and sign into hers. Make sure that under You can be reached at only her ID email address is listed
    - Settings>iCloud and sign out and sign in with hers
    Contnue to use the commpn ID/account for Settings>iTunes and App stores.

  • How to synch multiple ios devices without making multiple copies on Mac

    I keep most content on Mac Mini.  Prior to Christmas, we were using about 200 GB of the 750 GB hard drive on the Mac Mini.
    At Christmas, we added 5 iPads for the family.  We synch each iPad to a shared iTunes library on the Mac Mini.  Suddenly, the entire 750 GB of hard drive on the Mac Mini is FULL.  I strongly suspect that the reason is that when we synch (or backup) all 5 iPads, multiple copies of the exact same content (mostly movies) are getting created on the Mac Mini.
    How do I configure the Mac Mini, iPads, or synch within iTunes to NOT make duplicate copies of content?  For example, if each IPad has movie "ABC" synched to it, we don't then want the Mac Mini to have 5 copies of movie "ABC".
    Thank you.

    Yes.  The serial parameters cluster that contains the slave address is something you will just programmatically change as needed as opposed to using a front panel control.
    By the way, you don't need to have 30 copies of the index array.  Create one copy.  Expand the bottom downwards.  It looks like you start at #16, so just wire a 16 at the top, the ones below it will be successively 17, 18, 19.....  If you need to jump to another number, then just wire a constant in for that one.
    You also have some awkward datatype conversion to the dynamic datatype.  This is going to cause you problems somewhere down the line.  If you want an array from 3 scalars, just use Build Array!
    Attachments:
    ElectrexFemtoD4_LabVIEW_v4[1]_BD.png ‏202 KB

  • How can I export a Video without making it darker than the original file?

    Hi there!
    I'm working on a footage shot with the Canon 5D and since the first step in the post I exported the raw footage with Apple ProRes 422 (HQ) and worked with it in After Effects and later on FCP and then the usual Color and Compressor. But somehow every time I exported it, it got darker and darker... I tried using Animation codec instead of Apple ProRes 422 (HQ) and it didn't get dark but the files are HUGE and in the end I have to export the video in H.264 for internet. Does anybody out there have any idea what should I do and which compression should I use and how?
    Thanks a lot!
    Davi

    When you say you exported the raw footage... are you working with native H.264s in FCP?

  • How do I add a narration without making my files huge?

    I've just prepared a Keynotes presentation, with is about 700KB without narration. I've added narration using the 'record slideshow' function. It is 22 minutes long with simple voiceover. The filesize leaps to 350MB - is there a way I can add a narration and keep my filesize reasonable? Say, under 100MB, which is the SlideShare maximum.

    +Menu > Share > Export… > QuickTime > Formats: Web Movie, Small > Audio: Include audio+
    Open the resultant QuickTime movie in QuickTime.
    +Menu > File > Export… > Export: Sound to AIFF+
    Open the resultant yourname.aif file in iTunes
    +Menu > Preferences > General > Import Settings… (button 2/3rds down) > Import Using… AAC Encoder > Setting: Spoken Podcast > OK > OK+
    This will set the encoding for the next step with the Audio selected:
    +Menu > Advanced > Create AAC Version+
    iTunes will the proceed to convert the Audio to a much smaller .aac copy. My small sample went from 5mb down to 144kb with no audible change in quality. To locate where that file is being stored, select the .aac copy and hit cmd R, it will be revealed to you in the Finder.
    Go back into Keynote:
    +Menu > View > Show Media Browser > Audio > Type the name of the audio file in the bottom field > It is the one with the .m4a extension+
    Ideally you will chop this audio file into one piece for every slide using 3rd party software such as *MP3 Trimmer* or Fission and add each piece to each slide.

  • How to disable an original statement without making repair via enchancement

    Hello,
    My problem is I want to change a Form in SAP original codes. I wrote my code in an enhancement at the end of the form. But the origianl form contains an "exit" statement. so my enchancement cannot be executed. As far as I know I can only insert an echancement to the beginning or end of a form. I cannot insert it at the begining becouse it would not work proper. How can I disable that "exit" statement to make my code accessible.
    for example:
    *Original code starts here:
    -   statement A
    -   statement B
    -   statement C
    -   if sy-subrc ne 0.
    -       exit.
    -   endif.
    -   statement D
    -   statement E
    *My enchancement goes here:
    -   statement F
    -   statement G
    -   statement H
    what I want is: if sy-subrc is not equal 0 at that condition
    continue execution from "F" statement.
    One could say that move statement "D" and "E" to else block of the condition. but I am not allowed to make repairs to the original code.
    thanks in advance.

    Hi,
    U can make 'EXIT' disable if  it won't affect the other functionalty then
    Write a OSS request to SAP clearly saying ur requirement and wat u want in the std code to make accessible ur code.

  • How to get a fractional Number without making round figure

    Hi,
    i am using below code for saving a fractional number.
    actually when i enter 23.658 and save it , then it get save in round figure as 23.66. while i want to get it save as 23.65.
    please let me know how can i achieve this.
    <af:inputText value="#{pageFlowScope.managedBean.pointVar1}">
         <f:convertNumber     maxFractionDigits="2" minFractionDigits="2" />
         </af:inputText>
    Thanks,

    Hi,
    Can you remove this maxFractionDigits="2" minFractionDigits="2" and give pattern as "#0.00" and try?
    Thanks

Maybe you are looking for

  • Garbled Video Playback - I-Tunes

    Does anyone else have problems playing videos back through I-Tunes, the MP3 files are fine but the video files all play back in a garbled/scratchy fashion. Can someone please advise!!!

  • HT1926 Where does iTunesSetup.exe go when I save it?

    I have repeatedly tried to download iTunesSetup.exe so that I can install an update of iTunes.  Everytime I save it, no matter what the location, it does not appear there.  I have set the view to show hidden files, but it still does not appear.  Wher

  • When i upgrade to leopard will it keep ilife

    when i upgrade to leopard will i have to reinstall ilife or will it go straight from tiger to leopard?

  • Post Script fonts not working in yosemite! HELP!!!!!

    ARRRRRRGH!  I have a ton of Adobe postscript fonts on my mac, that were running FINE on yosemite 10.10.1, and now that I've upgraded they WONT WORK and I cannot install some of them!  The screen fonts all look like terminal files.  Font book is a jok

  • HELP wirth PhotoSmart 3210 printer gone nuts

    This printer was sold to me at a tag sale. Then the lady never cashed my check. THEN she told me if it didn't work, I could give it back to her. Well, I had a few problems in the beginning which I thought I had worked out. Then, last week, colors wen