Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact
    • Parameter




      Parameter Optimization MRP Forecast Parameters
      For forecast models with exponential smoothing, you can instruct the system to optimize the smoothing factors (see Forecast Parameters: Dependent on the Forecast Model).If the system is instructed to optimize the smoothing factors, it calculates several parameter combinations and then selects the combination with the lowest mean absolute deviation (MAD). The finer the degree of optimization, the

      Written by: Free Download SAP MM Books And Interview Questions


      Parameter Study of Electrospinning of Polyamide-6
      Researchers from Tampere University of Technology evaluated different solution and process parameters in multinozzle electrospinning of polyamide-6. The chosen solution parameters were polymer grade, viscosity of solution, salt content and solvent grade, and process parameters, voltage, distance, nozzle size and feeding pressure of solution. Obtained results are discussed with literature findings.

      Written by: Recent developments in electrospinning


      Generating unique file name using LoadRunner parameter
      I'm sure that my readers are the best readers in the world!They are careful and they are great professionals. I constantly learn from them. Indeed!I want to thank Tim for his comment on getting unique file name in LoadRunner.Sure, there is very simple way to generate unique file name in LoadRunner using LoadRunner parameters.How to do that?We have to create three different types LoadRunner paramet

      Written by: Easy way to perform automated testing


      How to save parameter value to other parameter in LoadRunner?
      One my reader asked me - "How to save parameter value to other parameter in LoadRunner?". OK, there is a simple solution.To save parameter value to other parameter you have to:Evaluate value of initial parameterUse lr_eval_string LoadRunner function.Save the evaluated string to a second parameterUse lr_save_string LoadRunner function.Please, check the following code:// save string value to initial

      Written by: Easy way to perform automated testing


      Viewing and Editing Environment Complex Parameter Values
      When you click the View/Edit Complex Value button for a parameter with a value that cannot be displayed entirely in the Value box, the Edit Complex Value dialog box displays the full contents of the value.

      Written by: AdvancedQTP


      HP-UX : Kernel Parameter Recommendations
      Below is the list of commonly recommended HPUX kernel parameters. But this may vary based on your application need.# Parameter Value bufpages 0 # on HP-UX 10.X create_fastlinks 1 dbc_max_pct 25 fs_async 1 maxdsiz 2063806464 maxfiles 200 maxfiles_lim 2048 maxssiz (80*1024*1024) maxswapchunks 4096 maxtsiz (1024*1024*1024) ma

      Written by: unix - linux - storage


      Web Dynpro ABAP Parameter Mapping
      Parameter mapping is used for multiple use of actions. If you use one action for several events - for example, multiple buttons - you require unique information to specify the desired assignment. You can get this information using parameter mapping. We do not recommend that you pass the standard parameter ID (see below), because in this case, actions and UI elements cannot be clearly separated. Parameter mapping is performed by a program: DATA PARAMETERS TYPE WDR_NAME_VALUE_LIST. DATA PARAMETER TYPE WDR_NAME_VALUE. DATA data_ref TYPE REF TO data. FIELD-SYMBOLS TYPE any. " Parameters can be simple values PARAMETER-NAME = 'LINES_TO_INSERT'. PARAMETER-VALUE = '3'. PARAMETER-TYPE = CL_ABAP_TYPEDESCR=>TYPEKIND_STRING. INSERT PARAMETER INTO TABLE PARAMETERS. " Paramet

      Written by:


      Apparel Data System's "System 9001" is a flexible, parameter driven, modular software package
      Apparel Data Systems providing Apparel, clothing and fashion industry ERP Software solution.Apparel Data Systems company Profile :Apparel Data Systems is a major resource of industry specific software solutions to address your "Mission Critical" requirements as well as your every day business needs for the apparel, home furnishings, and accessory industries.Apparel Data System's "System 9001" is a flexible, parameter driven, modular software package that fits the needs of ladies, men?s and children?s apparel & accessory manufacturers and importers. The system is standardized so that upgrades are universal providing stability and reliability while enhancing functionality annually through low or no cost upgrades.Product :Apparel Data System's "System 9001" is a flexible, parameter driven

      Written by: ERP Software


      SQL Dinamis Dengan Parameter Di Microsoft Access
      Jika anda sering menggunakan SQL di Microsoft Access anda mungkin pernah merasa malas, capek (dsb..) untuk masuk ke menu Query Design untuk merubah statement SQL objek Query anda. Misalkan anda ingin menampilkan data barang-barang dari vendor tertentu di tabel Barang berdasarkan kode vendor yang anda cantumkan setelah klausa where di dalam statement SQL anda. Misalnya statement SQL anda seperti ini : Select * from barang where vendor_id='V0001' Anda bisa menampilkan data barang-barang dari vendor yang lain tanpa harus melakukan modifikasi SQL dengan cara menggunakan parameter sebagai inputan untuk kondisi pencarian setelah klausa where. Di bawah ini adalah contoh statement SQL dengan satu parameter yang diberi nama vid. Select * from barang where vendor_id=:vid Ketika

      Written by: Basic and Advance programming tutorial and tips, software tutorial and free e-books


      How to get LoadRunner iteration number - using LoadRunner parameter?
       In some cases, you have to know the current iteration number, which is being executed.It would be great to have something like lr_iteration_number() function. Unfortunately, LoadRunner does not provide that function...In the present article, I will describe how to get a current iteration nunber, which is being executed in LoadRunner VuGen or Controller. Actually, I know two ways how to get current LoadRunner iteration number:LoadRunner parameter of 'Iteration Number' typeGlobal variable, which should be incremented each iterationToday, I will describe and explain first approach (parameter of 'Iteration Number' type). The second one (global variable) I will describe in the next article.Well, we are starting:LoadRunner parameter of 'Iteration Number' typeTo insert new parameter into Lo

      Written by: Easy way to perform automated testing


      How to get LoadRunner iteration number - using LoadRunner parameter?
       In some cases, you have to know the current iteration number, which is being executed.It would be great to have something like lr_iteration_number() function. Unfortunately, LoadRunner does not provide that function...In the present article, I will describe how to get a current iteration nunber, which is being executed in LoadRunner VuGen or Controller. Actually, I know two ways how to get current LoadRunner iteration number:LoadRunner parameter of 'Iteration Number' typeGlobal variable, which should be incremented each iterationToday, I will describe and explain first approach (parameter of 'Iteration Number' type). The second one (global variable) I will describe in the next article.Well, we are starting:LoadRunner parameter of 'Iteration Number' typeTo insert new parameter into Lo

      Written by: Easy way to perform automated testing


      What are LoadRunner parameter and parameterization?
       This is a simple question - what is LoadRunner parameter? I've reread LoadRunner VuGen User's Guide v9, trying to find the exact definition of LoadRunner parameter. That's strange, but LoadRunner Help does not contain the exact answer on this question.In this article, I will answer basic questions, connected to LoadRunner parameters.I think, LR beginners should study this article carefully :)So, I recommend to read it, if you want to know:the definition of LoadRunner parameterLoadRunner parameter functionshow to create parameter in LoadRunner VuGen scriptwhich types of LoadRunner parameter are availablehow LoadRunner processes parameters - gets and sets their valuesother key concepts, connected to LR parameters OK, let's start.I've recorded Web (HTTP/HTML) simple script on Web Tours

      Written by: Easy way to perform automated testing


      What are LoadRunner parameter and parameterization?
       This is a simple question - what is LoadRunner parameter? I've reread LoadRunner VuGen User's Guide v9, trying to find the exact definition of LoadRunner parameter. That's strange, but LoadRunner Help does not contain the exact answer on this question.In this article, I will answer basic questions, connected to LoadRunner parameters.I think, LR beginners should study this article carefully :)So, I recommend to read it, if you want to know:the definition of LoadRunner parameterLoadRunner parameter functionshow to create parameter in LoadRunner VuGen scriptwhich types of LoadRunner parameter are availablehow LoadRunner processes parameters - gets and sets their valuesother key concepts, connected to LR parameters OK, let's start.I've recorded Web (HTTP/HTML) simple script on Web Tours

      Written by: Easy way to perform automated testing


      PaRaMeter
      Check the Google PageRank of all your websites with just one click PaRaMeter stands for “PageRank Meter”. It allows you to check the Google PageRank website parameter with just one click. Of course, you can do it manually, but using PaRaMeter is faster, more convenient (especially with a bulk load of sites) and does not [...]

      Written by: FreewareVille


      PaRaMeter
      Check the Google PageRank of all your websites with just one click PaRaMeter stands for "PageRank Meter". It allows you to check the Google PageRank website parameter with just one click. Of course, you can do it manually, but using PaRaMeter is faster, more convenient (especially with a bulk load of sites) and does not require Google Toolbar to be installed on your system. Homepage  http://www.cleverstat.com/Donwload Click HereFilesize  1.3 MbLicense Freeware

      Written by: Soft-cafe


      How to set a Parameter in a report as a password field?
      Make a Screen invisible to achieve this.parameters: p_pass(20) type c.at selection-screen output.loop at screen.if screen-name = 'P_PASS'.screen-invisible = '1'.modify screen.endif.endloop.Note : In ECC6.0 Password are case sensitive.

      Written by: SAP ABAP


      Hide parameter / select option in selection screen
      We can Hide parameter / select option in selection screen dynamically by manipulating screen object. SCREEN is like an internal table with a header line. However, you do not have to declare it in your program. Go to debugging mode and then view structure of screen. You can modify SCREEN in your ABAP program during the PBO event of a screen. Its contents override the static attributes of the

      Written by: ABAP Gallery


eXTReMe Tracker