What exactly the VL10A T,Code do

Hi,
Could any body tell me what exactly VL10A do.
Thanks,
BSV

Hi,
          Deliver Documents due for Delivery and Display Deliveries
Title
Documents due for delivery.
User-specific settings
New functions in Release 4.6C
New functions in Release 4.6A.
Purpose
Documents are selected according to specific criteria.
They are used for processing orders that are due for delivery.
Deliveries can also be selected.
These can be deliveries that already exist for the sales orders
and/or deliveries that were selected using other criteria. This is an independent transaction and can be executed without the sales order or purchase orders.
Documents (such as sales orders or purchase orders) are analyzed or delivered after their planned delivery creation time.
The analysis creates an overview of the upcoming shipping workload and allows you to change the planned outbound delivery situation manually in the selected delivery list. You can use this function for the following procedures, for example:
Manual selection of documents due for delivery from a larger delivery list
Manual specification of the actual quantities to be delivered (scheduling agreement item, for instance)
Introductory phase for setting automated creation of outbound deliveries
Collective delivery of multiple documents in one processing step is especially useful if:
Delivery occurs regularly in the background. You can define rules for this delivery in a list profile. The system then works through these rules at regular intervals.
If more time passes between the initial transaction (sales order, purchase order) and the actual outbound delivery (picking, shipment completion) than is necessary for picking and transportation planning
if several orders for one ship-to party should be put together in one delivery.
Integration
Delivery of documents (orders) via the delivery list is integrated in the following Logistics supply chains:
Sales order - Delivery - Picking - Shipment - Billing document
Purchase order - Delivery - Picking - Shipment - Billing document/ Self-billing
Creation of the outbound delivery is the central element for outbound shipment of goods and services.
Prerequisites
All documents that are planned for delivery are taken into account. In other words, a delivery list is created. In Release 4.6A, these documents are either sales orders or purchase orders.
For sales orders, for example, the availability check must have confirmed a quantity and the conditions for creation of the delivery list must also be met.
Selection
Select the delivery list according to the criteria of your choice.
The user role (list profile) dictates which of the selection criteria is active. As an example, selection criteria that is only relevant for purchase orders is only available for entry when purchase orders are to be selected.
Validity of selection criteria
The general selection criteria (tab page General data) restricts the number of sales orders and purchase orders found.
The selection criteria for sales orders (tab page sales orders) restricts the number of sales orders found.
The selection criteria for purchase orders (tab page purchase orders) restricts the number of purchase orders found.
The selection criteria for deliveries (1 or 3 tab pages deliveries) restricts the number of deliveries used. Note that selecting deliveries for the sales orders is automatically activated via the switch Selection in the user role (list profile) tab page. This procedure is maintained for reasons of upward compatibility. You therefore, have the option of making entries in the deliveries tab page. You can deactivate automatic selection of deliveries to the sales orders (No Deliveries to Predecessor) and include additional deliveries in the list (CompleteDeliveries). You can add a maximum of 3 further selection criteria to the deliveries, for example: delivery header, delivery status, delivery item, group of deliveries or a shipment.
Selecting by material (tab page Material) restricts the sales orders and purchase orders.
Selecting by partner (tab page Partner) restricts the sales orders and deliveries.
The user role details apply for the whole transaction and are used as control parameters in the process context.
The delivery creation date selection criterion limits the documents due for delivery according to the date on which they are planned for delivery.
This planning is a result of delivery scheduling when the sales order or purchase order was processed.
When this transaction is called up, the selection date is a default value calculated according to a rule that was specified</ in Customizing in a user role list profile.
Use the smallest possible interval in performance-critical systems.
In performance-critical systems, make sure that the fewest possible documents overdue for delivery exist in the system. For sales orders, you can process overdue documents in the sales menu environment.
You can use selection criteria on the schedule line level (goods issue time, route schedule, planned delivery creation time) to:
Find documents that contain items with schedule lines to which the criteria apply
Calculate the quantity default for the delivery quantity by using only the schedule lines that match the selection criteria. Completion of the order item always occurs for the oldest open schedule line.
Standard Variants
Standard variants for selection are implemented using delivery scenarios (different call-up methods for selection screen) and list profiles (entry in sub-screen of list profile selection screen).
Output
Depending on the F code profile specification one of the following occurs in the list profile:
A list of all documents due for delivery appears or is printed
Documents due for delivery are delivered immediately. In other words, the delivery is created and the subseuqent activities (output, picking, statistics, batch determination,...) are triggered in the system.
Activities
For daily use, choose the desired selection criteria for your delivery scenario.
For specific list output requirements, change the list profile entries as necessary. You are advised to do this in the test system. You should only use tested user roles in the productive system, that no longer allow you to override the user role entries in the selection screen. In Customizing for the scenario (transaction VL10CUV) you can set whether the default user role for the scenario my be replaced in the selection screen. If you carrry out this task as a system adminstrator with Customizing authorization, you can enter in the user role (transaction VL10CUA) whether the user role entries may be overwritten in the selection screen. Use these options in the test system and set up roles and report variants for each user that requires these for his daily work. However, do not allow the user role attributes to be overwritten in the selection screen during day-to-day operations.
You can predefine specific values and selection criteria in the user role attributes for each user in every scenario.
For more information see: user-specific settings.
Automatic processing of the delivery list
In the implementation phase of automatic processing of the delivery list (automatic creation of deliveries via scheduling in a background program: batch job), it is advisable to override the list profile settings in the selection screen. Vary the entries until the list display (with subsequent delivery in the background and no other list modifications) results on delivery of the desired part of the delivery list.
Choose an F code profile for displaying the delivery list in the list profile.
Once you know all the required list profile parameters from the entries, define a corresponding list profile in Customizing. After testing the list output, if you are sure that the correct part of the list is delivered, assign an F code profile for background processing to the list profile.
Create a selection varaint for this selection report with the corresponding list profile (on the selection screen, choose Goto -> Variants -> Save as a variant).
Schedule this selection report using the menu for background processing.
Customizing
Delivery scenario
The delivery scenarios predefined in the system can be found under Logistics Execution ->  Goods issue process -> Outbound deliveries -> Create -> Collective processing of documents due for delivery. A list profile can be assigned for each delivery scenario in Customizing. This determines processing of the delivery due list in detail. It also specifies the selection screen display, in particular whenther tab strips are used and if so, how many.
List profile
The list profile is found using the delivery scenario and can be changed manually in the selection screen for documents due for shipping or individual attributes can be overwritten.
User-specific default scenario
You can enter a default delivery scenario and a default list profile for each user, that is called up from the menu or via transaction VL10. Set the user parameters LE_VL10_SZENARIO and LE_VL10_PROFIL.
<b>Reward points</b>
Regards

Similar Messages

  • What is the wrong in code while creating a container

    Hello all,
    what is the wrong in code while creating container.
    *& Report  ZTEST_TREE4
    REPORT  ztest_tree4.
    *       CLASS lcl_application DEFINITION
    CLASS lcl_application DEFINITION CREATE PRIVATE.
      PUBLIC SECTION.
        CLASS-METHODS: run_application.
        METHODS constructor.
      PRIVATE SECTION.
        CLASS-DATA: s_container TYPE REF TO cl_gui_simple_container.
        DATA: container TYPE REF TO cl_gui_simple_container.
    ENDCLASS.                    "lcl_application DEFINITION
    *       CLASS lcl_implementation DEFINITION
    CLASS lcl_application IMPLEMENTATION.
      METHOD run_application.
        IF lcl_application=>s_container IS INITIAL.
          CREATE OBJECT lcl_application=>s_container.
        ENDIF.
      ENDMETHOD.                    "run_application
      METHOD constructor.
        CREATE OBJECT container.
      ENDMETHOD.                    "constructor
    ENDCLASS.                    "lcl_implementation DEFINITION
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
      CALL METHOD lcl_application=>run_application.
      SET PF-STATUS 'CO_100'.
      SET TITLEBAR 'CO_100'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    *&      Module  exit  INPUT
    *       text
    MODULE exit INPUT.
      LEAVE PROGRAM.
    ENDMODULE.                 " exit  INPUT
    START-OF-SELECTION.
      CALL SCREEN 100.
    regards,
    Lisa.
    Edited by: Lisa Roy on Mar 6, 2008 10:15 AM
    Edited by: Lisa Roy on Mar 6, 2008 10:29 AM

    Hi Lisa,
    a container must be placed in a respective screen area. Also the module calls must be implemented in your screen input and output sections. Finally you have to place something (a GUI control) in your container.
    I do not see anything like this in your program. So I don't know what you are asking about. Do you get any error message?
    Regards,
    Clemens

  • What are the main transaction codes in XI?

    What are the main transaction codes in XI?

    SAP XI TRANSACTION CODES
    ALRTCATDEF- Alerts Configuration.
    ALRTDISP - Display of Alerts Created
    SXMB_IFR -> Start Integration Builder
    SXMB_MONI -> Integration Engine - Monitoring
    SXI_MONITOR -> XI: Message Monitoring
    SXI_CACHE -> To Access IS runtime cache
    SXI_SUPPORT -> Test all the Repository and Directory Objects
    SXI_CACHE -> XI data directory cacheidx1 -> idoc adapter
    IDX2 -> idoc metadata
    IDX5 -> monitor idoc adapter
    SM21 -> log di sistema
    ST22 -> dump abap (analisi di eccezioni)
    SMQ1 -> messages inbound e outbound queue
    SMQ2 -> messages inbound e outbound queue
    SMICM -> J2EE administration
    ST06 -> stato della macchina cpu memory filesystem machine status - cpu, memory and file system.
    ST03 -> workload.
    SCC4 -> visualizza mandanti del sistema
    WE20 -> partner profiles
    sale - ale settings
    RZ10 - edit system profile
    SM59 ->mantain rfc destinations
    BD64 -> mantain distribution model (trasformazioni)
    SU01 -> users
    AL08 -> list all logged users(user login logon)
    SE10 -> Change Request
    SE09 -> Change Request
    WE05 -> All idocs
    WE19 -> IDoc Test Tool
    WE21 -> port definition
    SE11 -> Data dictionary
    SM21 -> log sistema xi
    se37 -> mantain funcion modules
    SICF -> http server configuration
    SMGW -> trace, alzare livello di trace.
    BD13 ->
    BD64 -> modelli di distribuzione
    PFCG -> Roles
    tabella TSTC -> sap transactions codes
    tabella TSTCT -> transaction descriptions
    STMS -> transports management
    SPAM -> apply ABAP support packages
    SPAU -> manage objects after apply support packages
    SE01 -> manage change requests
    SLDCHECK -> Test SLD Connection
    SLDAPICUST-> SLD API Customizing
    SXMB_ADM -> Integration Engine - Administration
    SXMB_MONI_BPE -> Process Engine - Monitoring
    SE38 -> ABAP Editor
    SE11 -> ABAP Dictionary
    ST22 -> ABAP dump analysis
    SPROXY-> ABAP Proxy Generation
    SE80 -> Object Navigator
    ABAPDOCU -> ABAP Documentation and Examples
    SE24-> Class Builder
    SM21-> Online System Log Analysis
    SMQ1-> qRFC Monitor (Outbound Queue)
    SMQ2-> qRFC Monitor (Inbound Queue)
    RZ70-> SLD Administration
    SM58-> Asynchronous RFC Error Log
    SM59-> RFC Destinations (Display/Maintain)
    SMICM-> ICM Monitor
    WE60-> Documentation for IDoc types
    BD87-> Status Monitor for ALE Messages
    IDX1-> Port Maintenance in IDoc Adapter
    IDX2-> Meta Data Overview in IDoc Adapter
    WE05-> IDoc Lists
    WE02-> Display IDoc
    WE19-> Test tool
    WE09-> Search for IDocs by Content
    WE20-> Partner Profiles
    WE21-> Port definition in XI
    SE16-> Data Browser
    SE93-> Maintain Transaction Codes
    SM30-> Call View Maintenance
    SU01-> User Maintenance
    SM02-> System Messages
    BD54 -Logical System Creation.
    SWXF_PBUILDER -> for Detail BPM Process
    SMQS - > to register the destination in QOUT scheduler
    WEOUTQUEUE - > to start the queue processing
    SMQR - > to register the queue
    IDXPW - > to activate the IDOC message package
    IDXP - > to monitor the message packages.
    SWF_XI_CUSTOMIZING -> transaction to check prerequisites for integration processes.
    http://www.erpgenie.com/abaptips/content/view/452/62/

  • What are the importent transaction codes in edi

    what are the importent transaction codes in edi

    hi,
    =>sale - ALE Customizing
    =>bale - Distribution Administration (ALE)
    =>wedi - IDOC Type and EDI Basis
    =>shdb - BDC (Transaction Recorder)
    =>lsmw - LSMW
    =>bapi - BAPI
    =>spau - Display Modified DE Objects
    =>spdd - Display Modified DDIC Objects
    =>sara - central idoc archiving
    =>stms - Transport Management System
    =>wedi - IDOC Type and EDI Basis (IDOC Configuration)
    =>bd21 - Analyze change pointers - create IDOC from change pointer
    =>bd10 - Send Material Master
    =>bd12 - Send Customer Master
    =>bd14 - Send Vendor Master
    =>bd50 - Activate Change Pointer for Message Type
    =>bd55 - Conversion rule user exit (Link conversion rule user exit to the different system \ partner combinations)
    =>bd54 - Maintain Logical Systems
    =>bd71 - Distribute Customer Model
    =>bd87 - Process Inbound IDOCs
    =>bd88 - Process Outbound IDOCs
    =>bdm2 - Cross-system IDOC Reporting
    =>bdm7 - ALE Audit - statistical analyses
    =>bdm8 - ALE Audit - sending confirmations
    =>bd61 - Activate Change Pointer generally
    =>bmv0 - Direct Input Data Transfer Administration
    =>rz04 - Operation Mode
    =>rz12 - RFC Server Group Maintenance
    =>sar3 - Archiving object customizing
    =>s001 - SAPoffice Inbox
    =>s010 - Standards Texts (SAP Script)
    =>se01 - Transport Organizer (Extended View - Performing and managing the transport of development object across different systems)
    =>se09 - Transport (Workbench) Organizer (Controlling and keeping track of Development work and Development Objects)
    =>se78 - Administration of Form Graphics (Import Graphics into SAP System)
    =>se84 - ABAP Repository Information (search for SAP objects)
    =>su01 - User Maintenance (Security)
    =>su02 - Maintain Authorization Profiles
    =>su03 - Maintain Authorizations
    =>sm36 - Background Job Scheduling
    =>sm37 - Background Job Monitoring (display batch jobs)
    =>sm31 - Table Maintenance
    =>sm30 - Calling View Maintenance
    =>sm35 - Batch Input Monitoring (Error Logs)
    =>sm50 - Process Overview
    =>sm58 - Transactional RFC Monitoring
    =>sm59 - Maintain RFC Destinations (Define RFC Configuration)
    =>snro - Number Range Objects (for IDOCs)
    =>we02 - Display IDOC
    =>we05 - IDOC lists
    =>we07 - IDOC statistics
    =>we12 - Inbound processing of outbound file - convert outbound to inbound file
    =>we14 - Process (dispatch) IDOCs through Port - RSEOUT00
    =>we15 - Outbound IDOC from NAST - message control
    =>we16 - Inbound File
    =>we18 - Generate status file
    =>we19 - Test tool
    =>we20 - Add new Message Type to Partner Profile
    =>we21 - Maintain Port Definition
    =>we30 - IDOC Type development
    =>we31 - IDOC Segment development
    =>we41 - Process Code Outbound
    =>we42 - Process Code Inbound
    =>we46 - IDoc Administration
    =>we47 - Status Code Maintenance
    =>we57 - Assign function module to logical message and IDoc type
    =>we63 - IDOC Type for Parser Output
    =>we82 - Assign IDOC to Message Type
    =>we60 - IDOC Documentation - IDOC Types
    =>we61 - IDOC Documentation - IDOC Record Types
    =>we81 - Create new IDOC Message Types
    =>we82 - Assign IDOC to Message Type
    =>pa20 - Display HR Master Data
    =>pa30 - Maintain HR Master Data
    =>bd59 - Create and assign Filter Object Type for Message Type
    =>bd64 - Maintenance of ALE or any other Distribution Model
    Hope this helps, Do reward.

  • What are the different transaction codes for PGI?

    1. What are the different transaction codes for PGI?
    2. What transaction code should I use for a Group Delivery?
    Regards,
    Nazim.

    Hi
    Go to VL02 and you can do the PGI.
    Regfarding Group Delivery, you can create a batch job and link the program to the batch job so that the job picks up all the orders and create deliveries.
    Creating a Background Job Using the Job Wizard
    •From the main menu select System>Services>Jobs>Define Job (transaction SM36).
    •Press the Job Wizard button and step through the screens as follows:
    •1:Continue
    •2: Enter a name for your job. Continue.
    •3: Continue with ABAP Program Step selected
    •4: Enter the ABAP Program Name and variant name.
    Press the Print Parameters button, specify the required printer and set the "Time of Print" to "Send to Print Spooler for now".
    Press green tick
    Continue
    •5: If more reports need to be added to the job tick the checkbox, press continue and repeat screens 3 and 4.
    •6: Select how the job is to scheduled (eg Date and Time)
    •7: Enter the required scheduling information ( eg Date and Time) and if required tick "Periodic Jobs"
    •8: If "Periodic Job" was selected select the frequency (eg Monthly)
    •9: Check the job details and press Complete
    Hope the above info helps.
    Reward if useful
    Regards

  • What is the standard transaction code to see price for a material

    can anyone tell me what is the stadard t code to display price of a material for different customers the input contains sales organization distribution channel material valid on and end date
    Urgent
    thanks

    Use condition maintenance function (VK31) to meet your needs.
    Go to VK33 to display pricing reports, choose conditions > by customer, narrow down results by specifying org units, validity periods, customer and material range, condition type etc.
    Or at SE43, display area menu cond_av, where you can find out what pricing reports constitute this menu i.e your condition maintenance screen. If it is a routine task, creating an area menu may be needed.
    At V/LA, pricing reports can be easily created to suit specific requirements. Then newly created reports can be added to area menu via SE43.

  • What is the Universal Product Code and International Article Number of HP power bank F4C80AA????

    what is the Universal Product Code and International Article Number of HP power bank F4C80AA????...how to check whether this product is authentic!

    Hi,
    You can bring it with you when travel around the world.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • What is the network unlock code for my HTC Thunderbolt?

    I want to unlock my husband and I's HTC Thunderbolts. Our contract is up and we bought our phones out right  before we signed a contract. What is the network unlock code for the HTC Thunderbolt phones? 

    Thanks. Apparently Verizon isn't really "sorry to see the customer go".  I'll simply buy an unlocked phone and be done with Verizon for good. Two years is to long to be treated like this by them.  I bought my phone and should be able to use it with whatever carrier I want. It is no longer Verizon's phone. Yes I understand they own some of the stuff they put on my phone but by all means they can remove it. I didn't want their crap on their in the first place. I wish the rest of America would quick kissing their rear.  End Rant
    >>Edited to remove profanity<<
    Message was edited by: Verizon Moderator

  • I was trying to send a video via iMessage over wifi, but was only allowed to send a fraction due to the size limit. Does anyone know what exactly the limit is? Thanks!!

    I was trying to send a video via iMessage over wifi, but was only allowed to send a fraction of the video due to the size limit. Does anyone know what exactly the limit is? Thanks!!

    You said:  "I've never tried the restore function in disk utility. Would that be the same as cloning the drive?
    YES!  See the my old instructions below.  What you might try after step 5 is to restart you MBP holding down the Option key.  Select the new HDD icon and see if it boots.  This way you will know that the new HDD is operable.
    Ciao.
    INSTALLING A NEW HDD IN A MB
    1. Make certain that you have backed up all of your important data.
    2. You will need a HDD enclosure.  One with a USB connection will do.  A 9 pin Firewire is better.
    3. Install your new drive in the enclosure and connect it to your MBP.
    4. Open DISK UTILITY>ERASE.  From the left hand column drag the new drive into the 'Name' field.  Make sure that the format is 'Mac OS Extended (Journaled)'.  Click on the 'Erase' button.
    5. Click on the 'Restore' button (on top).  Drag the old drive into the 'Source' field and the new drive into the 'Destination'  field.  Click on the 'Restore' button on the bottom right hand corner.
      Depending upon the amount of data you are transferring, this may take a couple hours or more.  A Firewire will speed up the transfer.  This will result in both drives having identical information on them.
    6. After the data transfer has completed, you may swap the drives.  Start the MBP and you have finished the installation.  The initial boot may take a bit longer than you are accustomed to, but that is normal.
    7. When you are satisfied that the new hard drive if functioning properly, you can erase the old drive and use it for any needs that you may have.

  • What is the best bar-code app

    what is the best bar-code scanning app?

    ohjay,
    First I am going to criticize the general practice on this forum of not posting one's "Location" and "Carrier". This information is important to almost any question that can be asked about an iPhone !!!
    That said; Give "Redlaser Bar Code and QR code scanner" a try. I believe e-Bay bought out the company that started it and is now the application owner/manufacturer.
    It will do bar codes and "QR" codes, kind of an all in one scanner and it is free. But like I said it depends a lot on were you live as to how well any scanner is going to perform searches and such in your location.
    PS - Just download all the free ones until you find one you like the best. Free is good and their are a gazillion free ones (well maybe not that many but a lot ).

  • What exactly the "recovery disc" does?

    I'm about to reinstall everything on my laptop but would like to know what exactly the "recovery disc" does....
    I presume that it formats the HDD with a clean install of the OS and that all the toshiba apps like disc recorder, VAP etc... are NOT installed and have to be installed afterwards??

    > {quote:title=Jayjay wrote:}{quote}
    > Well, the recovery CD contains a Toshiba image. The Toshiba image is a package and is contains a Windows OS, Toshiba drivers, tools and additional software.
    > Simply said it contains everything what you could find preinstalled on the Toshiba notebook.
    >
    > And Yes; the recovery CD formats the whole HDD (also the partitions) and installs everything again.
    > It sets the notebook back to the factory settings
    so its just the OS packed with toshiba software and drivers - guess i wont have to download all of the toshiba applicaitions just yet then :)

  • What are the compiler generated codes for objective-c?

    After the compilation, the code for c/c++ is known as "object code" i.e. ".obj" file, and the binary executable file is ".exe" .
    Similarly for java the compiled code is known as ".class" file.
    In case of Objective-c what is the output of Compiler and what is the Executable file?

    Strictly speaking, .obj and .exe refer only to the output of the compiler and linker for a Windows system (or cross compiler).  For *nix compliant systems the output of the compiler is usually given a .o suffix and the executable produced after linking is named whatever you choose; but usually with no suffix at all.
    Also, technically speaking, Java .class fiels don't fit neatly into this paradigm.  The output of a Java compiler isn't object code, per se; it's optimized byte-code that can be run by the JRE.

  • What is the "Boot ROM Code?"

    In the Mac OS 9 EULA, there is a reference to the "Boot ROM Code." What is that?

    In your Apple System Profiler you will see a Boot ROM Version with something like this: $0004.28f1. Typically you will see references to version 4.28 without the other characters. Different Macs have different Boot ROM versions.
    This is the firmware version that is stored in a chip on your logic board. If you are going to update your computer's firmware to install OS X, see Mac OS X: Available firmware updates
    http://docs.info.apple.com/article.html?artnum=86117
    This link has some additional info:
    http://docs.info.apple.com/article.html?artnum=58492
    Cheers, Tom

  • HT4113 what is the default pass code on the iPhone 4

    We havea newiphone 4 what is the efault pass code

    There is no default passcode for the phone.
    Where exactly did you buy the phone?

  • What does the "Copy error code files" option do in the build spec properties

    I have the "Copy error code files" checked for my application build specification but when I run my EXE on a different computer and call the simple error handler, I don't get the custom error from my computer's
    C:\Program Files(x86)\National Instruments\LabVIEW 2012\user.lib\errors\User-errors.txt file. Instead I get the "this error code is undefined" explaination.
    I've also tried including that file in the "always included" section of the build spec but that didn't work either. Am I missing something?
    CLD (2014)

    Infinite,
    Check out this link:
    http://www.ni.com/white-paper/3209/en
    Specifically this paragraph:
    "When building an executable (EXE) or shared library (DLL) with the Application Builder, make sure to add the custom error file as a support file (under the Source Files tab). For an executable, the custom error file will be saved in the <executable destination directory>\user.lib\errors directory. For a shared library, the custom error file will be saved in the National Instruments\Shared\LabVIEW Run-Time\<version>\Errors directory. When distributing a shared library, make sure to install the custom error file in this directory."
    James K.
    National Instruments
    Applications Engineer

Maybe you are looking for

  • Querry on 1z0-007 exam objectives

    I am a student and I have a querry about objective covered in SQL9i (1Z0 -007) Exam. As i had studies course material provided by Oracle Education details are: (40049GC10 /Production 1.0 / June 2001 / D33052 ) is printed on book. The detais provided

  • Reverse page order of PDF

    Hi, I need to reverse page order of a PDF file. I tried Preview and Automator but couldn't find right option. Printer driver has a reverse order option but when I did Save As PDF, it doesn't seem to work. I tried a utility called Moonwalk but it does

  • Trickled daemon no configuration file

    I want to use Trickle for maintaining network connections for a specific user account, so that account can not use sites with video streaming as the streaming process would be very slow, but can access simple websites with no problems. But, as far as

  • LabVIEW PDA Interpolate 1D Array

    Hello, I have a set of 128 datapoints (with x and y coordinates) which I want to interpolate to 400 datapoints. For this I use the "Interpolate 1D Array" function. If I run this VI on a Win2000, everything is fine. But when I try to run the VI on a P

  • Preview 4.1 Markup

    Hi, I'm trying to highlight a pdf in preview, but when I go to tools on the menu bar and hover over markup all the options are gray, I can't select them to use them. How do I activate markup?