How to create the screen varient for specific Account group in FBL3N T.Code

Hi,
   i am having one scenario like in T.code FBL3N Account group one selection parameter is there ,if we enter the one reconciliation Account group that user able to see the different output screen that is created by me (Customized) but not all other account group.please any one give the suggestion me.
Thanks,
Harinath.

HI ,
It looks lilke we need to use the FM like 'G_SET_LIST_SELECT' to get the Profit
Here ais note from the forums to get profit center group from table
From Table SETLEAF,  Field SETCLASS  =  '0106'. Field SUBCLASS with controlling area. Profit center in Field VALFROM.
You will get Group name in Field SETNAME.
Regards,
Sathya

Similar Messages

  • How to create the new varients for existing generic article.

    Hi all,
          Can any body tell how can i create new varients for existing generic article
        T-Code - MM41 ( IS-Retail).
       Plz help, helpful answers will be rewarded.
    Regards,
    Sai

    Hi
    If you have access to the program of the tcode, then go to that tcode click on system->status, to get the program name, go to se38 give that program name and select variants radiobutton, create the variant.
    Regards
    Haritha.

  • How to create the Access sequence for the Vendor+material+plant combination

    Hi all
    Please let me know How to create the Access sequence for the Vendormaterialplant combination..
    Whats the use? What its effect in purhcase and taxe..
    brief me please

    Hi,
    you are asked to maintain the access sequence for the tax condition for which you are putting 7.5%.
    goto OBQ1 or img..financial accounting new...global settings.... taxes on sales and purchases ......basic settings.....
    find the tax condition type. see in it which access sequence is attached.
    if there is none then use JTAX used for taxes in India.
    or you can create the similar one for your.
    to create the same goto OBQ2.
    new entry or copy JTAX.
    and assign the access sequence to condition type.
    this will resolve your problem if you just need to assign the access sequence.
    regards,
    Adwait Bachuwar

  • How to create the pricing procedure for domestic & import.

    HI,
        Pls any body let me know how to create the pricing procedure for domestic & import.
    what is the use of the keys
    step condiiton condition type from   to  manual required statistic   subtotal requirement caltype basetype.
    how system will work based on this.

    Hi,
    Please see below WIKI for your reference:
    http://wiki.sdn.sap.com/wiki/display/ERPLO/16FieldsDescriptioninPricing+Procedure
    Regards,
    Ninad Kshirsagar

  • How to create the exe file for java project.

    How to create the exe file for java project.
    am done the project in java swing , i like to create the project in exe format, so any one help for me,
    send the procedure for that.
    thanking u.

    How to create the exe file for java project.Have you ever heard of google? I pasted your exact "question" into a google search:
    http://www.google.com/search?q=How+to+create+the+exe+file+for+java+project.
    and got several useful links.
    Better search terms might yield even better results.
    Sheesh.

  • How to create the exe files for java application

    How to create the exe file for java application?
    got any software to do that?
    Thanks

    In terms of converting java applications into exe files, there are 3 schools of thought:
    1) Instead of converting it to an exe, convert it to a jar file. Jar files are more portable than exe files because they can be double-clicked on any operating system. The caveat is that a Java interpreter must be installed on the target computer for the double-clicking to work.
    http://developer.java.sun.com/developer/Books/javaprogramming/JAR/
    2) Create an exe launcher that, when double-clicked, attempts to find a Java interpreter on the local computer and launches the Java application. The exe file is still double-clickable but whether your java application runs depends on whether a Java interpretor is installed on the target computer.
    http://www.sureshotsoftware.com/exej/
    http://www.objects.com.au/products/jstart/index.jsp
    http://www.duckware.com/products/javatools.html
    http://www.ucware.com/jexec/
    http://www.rolemaker.dk/nonRoleMaker/javalauncher/
    http://www.jelude.cjb.net/
    http://thor.prohosting.com/~dfolly/java/index.html
    3) Create an exe launcher that bundles a Java interpretor. Same as above but when the exe file is double-clicked, it searches for a Java interpreter and if one is not found, it installs one on the target computer. The caveat is that the exe file would have an overhead of 10 MB in size for the interpreter.
    http://www.excelsior-usa.com/jet.html (evaluation version available)
    4) Convert the Java application into a native exe file. The caveat is that if you use Swing for your GUI, it won't be converted. Also this option is still somewhat experimental.
    Can't think of any free options right now.

  • How to create credit and debit for an account

    Please tell how to create credit and debit for an account in currencies like EURO,GBP other than functional currency(USD).

    hi,
    You will find Dr and Cr entry for Both currencies which are functional & Transaction currency.
    Regards,
    Srikanth.Kura

  • How to create a list of Vendor's Account group, to call by a macht -code?

    Hi All,
    Could anyone tell me how to create a list of Vendor's Account group, to call by a macht -code?
    Thanks
    Gandalf

    Hi,
    Use this report S_ALR_87012086 and select the account group single or multiple ranges from dynamic selection.
    Thanks
    Javed

  • How to create the select option for the Plant in screen (Module pool)

    HI,
    I am developing one module pool program and I have below requirement,
    currently plant is acting like PARAMETER and the now it should be changed to select option.
    how to create the select option in the screen
    Thanks and regarding,
    Malla
    Moderator message - Cross post locked
    Edited by: Rob Burbank on Dec 16, 2009 1:41 PM

    Steps to get SELECT-OPTIONS in module pool programs.
    1.Start one dialog program with SAPMZ_001.
    Place the below code in the TOP include of the dialog program.
    TABLES marc.
    SELECTION-SCREEN BEGIN OF SCREEN 3200 AS SUBSCREEN.
    SELECT-OPTIONS: werks FOR marc-werks.
    SELECTION-SCREEN END OF SCREEN 3200. 
    2 .Create one screen 3000.
    Go to Layout of the screen and Define subscreen area on the screen and Name it as l_subscreen.
    Place the below code in the Flow logic of the screen.
    PROCESS BEFORE OUTPUT.
      CALL SUBSCREEN l_subscreen INCLUDING 'SAPMZ_001' '3200'.
    PROCESS AFTER INPUT.
      CALL SUBSCREEN l_subscreen.
    Activate all.
    Create Transaction code for the dialog program .
    Execute the transaction code. You will see the select-option for werks how we see on Selection-screen.

  • How to create the Data Type for the receiver end?

    Hello Expertise
    I wanted to Create a Data type for  Receiver end in PI.
    Sender end is ECC.
    Receiver end is SRM
    Here's the Data type for Sender end  as
    Can anyone help to create the Data type for Receiver end i.e SRM.
    Thanks in advance.
    Regards
    karan

    Hi Karan,
    Please don't call Sir, we are just trying to help each other.
    Please go through below scenario's and check your configuration.
    ABAP Client Proxy to ABAP Server Proxy Scenario - Process Integration - SCN Wiki
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0ac1a33-debf-2c10-45bf-fb19f6e15649?overridelayout=true
    http://wiki.scn.sap.com/wiki/display/XI/Step-by-step+FTP+to+ABAP+Proxy
    regards,
    Harish

  • How to create the Datadriven subscription for Windows Fileshare ?

    HI i have created Datadriven subscription for windows File Share ,Now i will get the follwing error.
    Pls find the screen shot attached
    The file path i have given here is:\\DIN16000009\New folder
    The report path i have given here is:\\My First Report\My First Report
    Please let me know any changes required while giving the above two paths.
    And pls let me know if any additional changes required.
    TanX

    <Header>
      <Product>Microsoft SQL Server Reporting Services Version 2009.0100.1600.01 ((KJ_RTM).100402-1539 )</Product>
      <Locale>English (United States)</Locale>
      <TimeZone></TimeZone>
      <Path>C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\Logfiles\ReportServerService__11_24_2014_19_59_20.log</Path>
      <SystemName>DIN16000009</SystemName>
      <OSName>Microsoft Windows NT 6.1.7601 Service Pack 1</OSName>
      <OSVersion>6.1.7601</OSVersion>
      <ProcessID>3928</ProcessID>
      <Virtualization>None</Virtualization>
    </Header>
    rshost!rshost!1370!11/24/2014-19:59:20:: i INFO: CLR runtime is initialized.
    rshost!rshost!1370!11/24/2014-19:59:20:: i INFO: Derived memory configuration based on physical memory as 3990564 KB
    appdomainmanager!DefaultDomain!dac!11/24/2014-19:59:20:: i INFO: Entered managed ServiceMain in DefaultDomain.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing ConnectionType to '0'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing SecureConnectionLevel to '2'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing CleanupCycleMinutes to '10' minute(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing DatabaseQueryTimeout to '120' second(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing RunningRequestsScavengerCycle to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing RunningRequestsDbCycle to '60' second(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing RunningRequestsAge to '30' second(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing MaxScheduleWait to '5' second(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing DisplayErrorLink to 'True'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing WebServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing WatsonFlags to '1064'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing WatsonDumpOnExceptions to 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException'
     as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing WatsonDumpExcludeIfContainsExceptions to 'System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException'
     as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing AuthenticationTypes to '5'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing RSWindowsExtendedProtectionLevel to 'Off'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing RSWindowsExtendedProtectionScenario to 'Proxy'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing EnableAuthPersistence to 'True'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing IsSchedulingService to 'True'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing IsNotificationService to 'True'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing IsEventService to 'True'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing PollingInterval to '10' second(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing WindowsServiceUseFileShareStorage to 'False'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing MemorySafetyMargin to '80' percent as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing MemoryThreshold to '90' percent as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing RecycleTime to '720' minute(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing MaxAppDomainUnloadTime to '30' minute(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing MaxQueueThreads to '0' thread(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: w WARN: Initializing UrlRoot to default value of ''  because it was incorrectly specified in Configuration file as ''.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing IsWebServiceEnabled to 'True'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing IsReportManagerEnabled to 'True'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing MaxConnections to '2'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing Timeout to '10' second(s) as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing AppID to '(Default)'  as specified in Configuration file.
    library!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Initializing CacheLevel to 'Default'  as specified in Configuration file.
    resourceutilities!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Reporting Services starting SKU: Developer
    configmanager!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Using report server internal url https://DIN16000009.Honda.com:443/ReportServer.
    configmanager!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Using report server external url https://DIN16000009.Hondsa.com:443/ReportServer.
    configmanager!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Using url root https://DIN16000009.Hondsa.com:443/ReportServer.
    rshost!rshost!12a0!11/24/2014-19:59:21:: i INFO: Configuring maxPhysicalCpu=0, minLogicalCpu=0
    rshost!rshost!12a0!11/24/2014-19:59:21:: i INFO: Logical processor per physical processor 4
    rshost!rshost!12a0!11/24/2014-19:59:21:: i INFO: Logical processor unlimited
    rshost!rshost!12a0!11/24/2014-19:59:21:: i INFO: Maximum logical CPU is 4
    configmanager!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Using report server internal url https://DIN16000009.Hondsa.com:443/ReportServer.
    configmanager!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Using report server external url https://DIN16000009.Hondsa.com:443/ReportServer.
    configmanager!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Using url root https://DIN16000009.Hondsa.com:443/ReportServer.
    appdomainmanager!DefaultDomain!12a0!11/24/2014-19:59:21:: i INFO: Appdomain:2 WindowsService_0 started.
    resourceutilities!WindowsService_0!12a0!11/24/2014-19:59:22:: i INFO: Reporting Services starting SKU: Developer
    library!WindowsService_0!7c0!11/24/2014-19:59:22:: i INFO: Catalog SQL Server Edition = Developer
    library!WindowsService_0!7c0!11/24/2014-19:59:22:: i INFO: Current DB Version C.0.9.45, Instance Version 147.
    library!WindowsService_0!7c0!11/24/2014-19:59:22:: i INFO: Starting upgrade DB version from C.0.9.45 to 147.
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Registered url=http://+:80/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Registered url=https://DIN16000009.Hondsa.com:443/ReportServer/, vdir=/ReportServer, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer.
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Currently registered url https://DIN16000009.Hondsa.com:443/ReportServer/ on endpoint 2
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Currently registered url http://+:80/ReportServer/ on endpoint 2
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Registered url=http://+:80/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Registered url=https://DIN16000009.Hondsa.com:443/Reports/, vdir=/Reports, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager.
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Currently registered url https://DIN16000009.Hondsa.com:443/Reports/ on endpoint 3
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Currently registered url http://+:80/Reports/ on endpoint 3
    rshost!rshost!1008!11/24/2014-19:59:22:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\ReportBuilder.
    rshost!rshost!12a0!11/24/2014-19:59:22:: i INFO: Derived memory configuration based on physical memory as 3990564 KB
    servicecontroller!DefaultDomain!1138!11/24/2014-19:59:22:: i INFO: Total Physical memory: 4086337536
    rpcserver!DefaultDomain!1008!11/24/2014-19:59:22:: i INFO: Process monitoring started.
    library!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: Finished upgrading DB version from C.0.9.45 to 147.
    crypto!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: Initializing crypto as user: NT AUTHORITY\SYSTEM
    crypto!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: Exporting public key
    crypto!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: NT Service self activating
    dbpolling!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: EventPolling polling service started
    dbpolling!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: NotificationPolling polling service started
    dbpolling!WindowsService_0!744!11/24/2014-19:59:25:: i INFO: HeartbeatThread(EventPolling): heartbeat thread started.
    dbpolling!WindowsService_0!107c!11/24/2014-19:59:25:: i INFO: HeartbeatThread(NotificationPolling): heartbeat thread started.
    dbpolling!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: SchedulePolling polling service started
    dbpolling!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: UpgradePolling polling service started
    dbpolling!WindowsService_0!1220!11/24/2014-19:59:25:: i INFO: PollingMaintenance: Polling started
    rpcserver!DefaultDomain!7c0!11/24/2014-19:59:25:: i INFO: RPC Server started.
    servicecontroller!DefaultDomain!7c0!11/24/2014-19:59:25:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS10_50.MSSQLSERVER'
    appdomainmanager!WindowsService_0!7c0!11/24/2014-19:59:25:: i INFO: Appdomain:2 WindowsService_0 initialized.
    library!WindowsService_0!12dc!11/24/2014-20:09:40:: i INFO: Call to CleanBatch()
    library!WindowsService_0!12dc!11/24/2014-20:09:41:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
    library!WindowsService_0!12dc!11/24/2014-20:09:41:: i INFO: Call to CleanBatch() ends
    This is my log file ,pls check the details and let me knw.

  • ADF 11g How to create the custom FilterableQueryDescriptor for adf table

    Can you please let me know on the following.
    1. I am dispalying the adf table using a List from the managed bean
    2. I wanted to filter the table using the filter model.
    3. i wanted to create the sub class of FilterableQueryDescriptor which i can specify. Not finding enough information on how to create and add the information in the setFilterCriteria
    Can you please provide some insight into this topci

    Hello there
    I have the same issue: chaging the background color of some column headers.
    My application is using a custom skinning and when i had headerClass property with a custom class defined in a separate css file, the page generated specified first the class from the skinning and then my new class definition. But my skinning is specifying a background color so the color is not overriden. Any idea?
    ADF code:
    <link type="text/css" rel="stylesheet" href="../../css/pivot.css" id="myStyles"/>
    <af:column headerText="#{level1.userObject.name}"
    headerClass="inputHeader"
    sortable="false" align="center" width="100"
    id="col_level1" >
    Generate HTML code:
    <th align="center" class="xuh inputHeader" afrroot="true" rowspan="2" afrleaf="true" dindex="6" id="pt1:tableId:col_level1" style="">
    <div class="x13t">AEKLF</div>
    </th>
    My CSS file:
    .inputHeader{
    background-color: Red;
    background-image: none;
    color: Black;
    font-weight: bold;
    Thanks for your help !

  • How to create the Set ID for report writer

    Hi
    I am suppose to create the Set id . Please suggest me the t-code etc for creating set id.
    Thanks
    Shiv

    transaction for  creating the set ID GS01
    further, the menu path  in the application menu is
    information system->Ad Hoc Reports ->Report Painter ->Report Writer ->Set
    if helpful, plz assign point as way of thanks

  • How to create the C++ DLL for Windows Mobile and how to import it in C#

    Hi All,
         Please can u guide me for creating DLL on C++ and using it in C#
         1) Steps to create the DLL using C++ for Windows Mobile
         2) And where to place the DLL after builiding to make use of it in my C# project
    Thanks in Advance!!!
    Thanks & Regards,
    Sharan

    Hello all,
    I know this is an old thread but i have to give it a try ( i am stuck with an almost identical problem but cant solve it since 5 days googling and reading.
    I am developing an app for Unitech HT660e which has Win CE. THe app is complete but now i need some more control over the barcode scanner. In order to gain controll i need to use USI.dll which is explained in this documentation (chapter 2 has the link to
    the SDK which contains the USI.dll ) :
    http://www.datacol.co.nz/pdf/uni_prog-guide_1.21.pdf
    But i also get : Cant find PInvoke DLL 'USI.dll'.
    In chapter 4 is SysIOAPI.DLL mentioned which i cant fin.
    Chapter 17 has USICF.dll which may be interesting bcos this one can be added as reference and "using USICF" . I am using compact framework 3.5 for this and the emulator is "usa windows mobile 5.0 pocket pc r2 emulator". 
    Reading your post i noticed i can use the "Pocket PC 2003 SE Emulator" but it gives me the same error.
    Maybe i need to include a path in my code but i tried this as well...and get the same problem. Maybe i am missing something.
    Here is my code:
    using USICF;
    using System.Runtime.InteropServices;
    namespace SmartDeviceProjectzaDLLtesting
        public partial class Form1 : Form
            [DllImport("USI.dll", EntryPoint = "VibrationOn")]   //ignorethis?:,CallingConvention=CallingConvention.Winapi)]//Cdecl)]    //EntryPoint = "VibrationOn")]
            public static extern void VibrationOn(bool bEnable);
            public Form1()
                InitializeComponent();
            private void Form1_Load(object sender, EventArgs e)
               // USICF.USIClass usiba = new USICF.USIClass(this); // this gives an exception as well
               VibrationOn(true); // thiis causes the exception
     //           VibrationOn(false);

  • How to create the oracle database for MDM

    Hello Friends,
    I am new to MDM technology. I have been asked to install MDM 5.5 on windows with oracle database.
    i have gone through the installation guides and master guide of MDM. But in the installation the procedure is not given to create the data base after oracle installation. i want to know do i need to create the database manually if yes then what should be the DBSID of the database and schema name etc.
    Please help.
    Thanks,
    Manoj

    Well, let's rock.
    <b>Oracle database creation</b>
    Use <b>Oracle Database Configuration Assistant</b> (Start -> Programs -> ...) to create a new database.
    The database naming (on Step 3) is up to you. I used MDM as for SID and MDM.<MYHOSTNAME>.<MYDOMAIN> as for the db name.
    Be sure you select UTF8 for the character set (on Step 12) - this requirement is mentioned in the SAP MDM Installation Guide.
    All other settings can go default.
    <b>Listener and TNS name configuration</b>
    The next step is to configure a listener and tns name for your database.
    Run the <b>Oracle Net Configuration Assistance</b> and select the "Listener configuration". Default settings on the wizard pages should suite your configuration.
    Click Finish.
    Run the <b>Oracle Net Configuration Assistance</b> again and select the "Local Service Name configuration". Add one. Choose the name of the database for the service name. It was MDM.<MYHOSTNAME>.<MYDOMAIN> for me.
    Ensure that you use name of the database that you've entered during the database creation.
    Everything else should go as suggested by default.
    Once you are at the Test stage of the wizard and get the "invalid login/password" message, clisk "Change login" and use SYSTEM user and the password you\ve entered during databae creation.
    After the test passes, you can connect to your Oracle database through the MDM Console.
    Please, let me know if you have any questions, I'll help.
    Thanks!

Maybe you are looking for

  • ImageReady animated gif creation

    Using ImageReady 7.0 I created an animated gif by putting a bunch of files named so they retained that order (1-29) into a folder and then did Import Folders as Frames. I then add times in the animation window for each frame and then save it optimize

  • Problem in fetching invoice data from VBRK table.

    Hi guys,           I am developing an ABAP program where I have to fetch the invoice data from VBRK and VBRP  based on the PO data or SO data in table LIPS. But I am not been able to link the two tables. Can anyone please suggest what are the PO and

  • Trying to find the serial number for my InDesign

    Greetings all, I work in the art department of a printing company that has 11 artist on Macs using Adobe software. I'm currently reformatting some of the Macs we use to clear off old software. My problem is that I need to reinstall the same InDesign

  • Error 1853 /RCAICIP.HST/ Zenworks 7 remote management

    I am getting an error 1853 when I try to remote manage/view some workstation. Another workstation i can manage normally. Here is the log: #(160)# 7:42:35 08/17/07 Normal : Resource DLL is successfully loaded #(160)# 7:42:35 08/17/07 Normal : Reading

  • Can't manually move images on my workspace like I used to

    I was working with Elements 7 and have switched to the new Elements 11. I used to be able to minimize my images and have them on my workspace side-by-side.   I liked the convenience of dragging and dropping as well as seeing things right beside each