Gridlayout error in dialog

Hello,
I wondered if anyone could advise, in this dialog code I was hoping the first panel to display the labels and textfields as 2 columns, with 3 rows. The second panel works fine, could anyone see the problem in the first?
Thank you
The first panel should be:
oneLb oneTf
twoLb twoTf
threeLb threeTf
fourLb fourTf
public class testDialog extends JDialog implements ActionListener{
JLabel oneLb, twoLb, threeLb, fourLb;
JTextField oneTf, twoTf, threeTf, fourTf;
JButton oneBt, twoBt;
BuildPanel(){
JPanel panel = new JPanel(new GridLayout(3,2,15,10));
panel.add(oneLb = new JLabel("One"));
panel.add(oneTf = new JTextField());
oneTf.addActionListener(this);
panel.add(twoLb = new JLabel("Two"));
panel.add(twoTf = new JTextField());
twoTf.addActionListener(this);
panel.add(threeLb = new JLabel("Three"));
panel.add(threeTf = new JTextField());
threeTf.addActionListener(this);
panel.add(fourLb = new JLabel("Four"));
panel.add(fourTf = new JTextField());
fourTf.addActionListener(this);
JPanel panel1 = new JPanel();
panel1.add(oneBt = new JButton("Button 1"));
panel1.add(twoBt = new JButton("Button 2"));
getContentPane().add(panel, BorderLayout.CENTER);
getContentPane().add(panel1, BorderLayout.SOUTH);
pack();
setResizable(true);
public void actionPerformed(ActionEvent e){
}

Hello,
I found the solution was:
JPanel panel = new JPanel(new GridLayout(0,2,15,10));
Thanks

Similar Messages

  • Validation and  Error Message Dialog Box

    hi,
    I created 2 items DateFrom and DateTo.....when User enter dates into these items I need validate these dates i.e DateTo should be greater than DateFrom
    if it is not so,,,,I need to Popup a Error message in Dialog Box.........
    and this Error should not terminate the Program.
    Thanks in Advanced
    regards,
    Radhika

    Radhika,
    You need to attach PPR event to the Date To column. In the event code in controller, you can validate do the validation and accordingly throw error on the page.
    Why do you need a pop up(javascript alert) for that?
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error installing Dialog Instance ABAP+JAVA

    Hi,
    We're having a little issue with installation of a ERP dialog instance. The problem is, when the initial
    installation was made, it was a system copy but not in the traditional way, the partner performed a copy
    in OS level (cp -rp .... , etc). Once it was finished, renaming of certain this happended.
    As we can see, DEV was the initial installation (normal way) but QAS and PRD were copies of DEV ( oracle
    schema in PRD is SAPDEV too) this apparently doesn't cause a problem. But now the installer of a dialog
    instance stops with this error:
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>
    (DBConnectionPool.java:115)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>
    (PersistenceHandler.java:38)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>
    (ConfigurationCache.java:149)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init
    (ConfigurationManagerBootstrapImpl.java:236)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>
    (ConfigurationManagerBootstrapImpl.java:49)
            at com.sap.engine.configtool.batch.BatchConfig.go(BatchConfig.java:47)
            at com.sap.engine.configtool.batch.BatchConfig.main(BatchConfig.java:83)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.sql.log.OpenSQLException: Error while accessing secure store: The encryption key
    (usually in the key file) is not the key that is required to decrypt the data in the secure store file or
    the system name (SID) is wrong..
            at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
            at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>
    (DBConnectionPool.java:112)
            ... 11 more
    Caused by: com.sap.security.core.server.secstorefs.WrongKeyException: The encryption key (usually in the
    key file) is not the key that is required to decrypt the data in the secure store file or the system name
    (SID) is wrong.
            at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:2017)
            at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
            at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
            ... 13 more
    Caused by: com.sap.security.core.server.secstorefs.InvalidStateException: Internal error during the
    decryption process.
            at com.sap.security.core.server.secstorefs.Crypt.decrypt(Crypt.java:850)
            at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1985)
            ... 16 more
    Caused by: javax.crypto.BadPaddingException: Invalid PKCS#5 padding length: 176
            at iaik.security.cipher.s.b(Unknown Source)
            at iaik.security.cipher.w.a(Unknown Source)
            at iaik.security.cipher.w.engineDoFinal(Unknown Source)
            at javax.crypto.Cipher.doFinal(DashoA12275)
            at com.sap.security.core.server.secstorefs.Crypt.decrypt(Crypt.java:825)
            ... 17 more
    Error while connecting to DB.
    The error occurs when the installer tries to connect to oracle via jdbc, but the files
    SecStore.properties and SecStore.key are from DEV, and they were created with the values of DEV, so when
    the installer tries with PRD as central instance name, it doesn't work, how can we recreate this files or
    reconfigure the j2ee engine so the installer can connect and finish installation ?
    Thanks in advance

    Exactly, the problem is when the installer tries to execute the following:
    /usr/j2se/bin/java -classpath /tmp/sapinst_instdir/ERP/LM/AS/ORA/DI/install/shar
    edlib/launcher.jar -Xmx256m -d64 -d64 com.sap.engine.offline.OfflineToolStart co
    m.sap.engine.configtool.batch.BatchConfig /usr/sap/PRD/SYS/global/security/lib/t
    ools/iaik_jce.jar:/usr/sap/PRD/SYS/global/security/lib/tools/iaik_jsse.jar:/usr/
    sap/PRD/SYS/global/security/lib/tools/iaik_smime.jar:/usr/sap/PRD/SYS/global/sec
    urity/lib/tools/iaik_ssl.jar:/usr/sap/PRD/SYS/global/security/lib/tools/w3c_http
    .jar:/tmp/sapinst_instdir/ERP/LM/AS/ORA/DI/install/lib:/tmp/sapinst_instdir/ERP/
    LM/AS/ORA/DI/install/sharedlib:/oracle/client/10x_64/instantclient/ojdbc14.jar /
    tmp/sapinst_instdir/ERP/LM/AS/ORA/DI/BatchConfig.xml
    The file /tmp/sapinst_instdir/ERP/LM/AS/ORA/DI/BatchConfig.xml has this:
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE config [
    <!ELEMENT config (dbproperties, task*)>
       <!ELEMENT dbproperties (property*)>
       <!ELEMENT task (property*)>
         <!ATTLIST task name CDATA #REQUIRED>
       <!ELEMENT property (#PCDATA)>
         <!ATTLIST property key CDATA #REQUIRED>
         <!ATTLIST property value CDATA #REQUIRED>
    ]>
    <config>
      <dbproperties>
        <property key="rdbms.maximum_connections" value="5"/>
        <property key="system.name" value="PRD"/>
        <property key="secstorefs.keyfile" value="/sapmnt/PRD/global/security/data/S
    ecStore.key"/>
        <property key="secstorefs.secfile" value="/sapmnt/PRD/global/security/data/S
    ecStore.properties"/>
        <property key="secstorefs.lib" value="/sapmnt/PRD/global/security/lib"/>
        <property key="rdbms.driverLocation" value="/oracle/client/10x_64/instantcli
    ent/ojdbc14.jar"/>
        <property key="rdbms.connection" value="jdbc/pool/PRD"/>
        <property key="rdbms.initial_connections" value="1"/>
    As you can see the are values "system.name" with PRD. This cause an error:
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:115)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
            at com.sap.engine.configtool.batch.BatchConfig.go(BatchConfig.java:47)
            at com.sap.engine.configtool.batch.BatchConfig.main(BatchConfig.java:83)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.sql.log.OpenSQLException: Error while accessing secure store: The encryption key (usually in the key file) is not the key that is required to decrypt the data in the secure store file or the system name (SID) is wrong..
            at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
            at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:112)
            ... 11 more
    Caused by: com.sap.security.core.server.secstorefs.WrongKeyException: The encryption key (usually in the key file) is not the key that is required to decrypt the data in the secure store file or the system name (SID) is wrong.
            at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:2017)
            at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
            at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
            ... 13 more
    Caused by: com.sap.security.core.server.secstorefs.InvalidStateException: Internal error during the decryption process.
            at com.sap.security.core.server.secstorefs.Crypt.decrypt(Crypt.java:850)
            at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1985)
            ... 16 more
    Caused by: javax.crypto.BadPaddingException: Invalid PKCS#5 padding length: 176
            at iaik.security.cipher.s.b(Unknown Source)
            at iaik.security.cipher.w.a(Unknown Source)
            at iaik.security.cipher.w.engineDoFinal(Unknown Source)
            at javax.crypto.Cipher.doFinal(DashoA12275)
            at com.sap.security.core.server.secstorefs.Crypt.decrypt(Crypt.java:825)
            ... 17 more
    The same as configtool with PRD value.
    So can we change the system.name value to PRD and is there a posibility to change the encpytion key so it can be used with PRD value ??
    My theory is: The SecStore.key file is used to decript the SecStore.properties but the system.name value plays an important role in decryption, am I right??
    Can I regenerate the key with the system.name = PRD so the error solves??
    Regards.

  • I am unable to uninstall iTunes because of this error in dialog box

    iTunes - Dialog Box
    "A network error occurred while attempting to read from the file: C;\Windows\Installer\iTunes64.msi"
    And I have no idea what to do or how to fix this.  Can anybody help please???

    "A network error occurred while attempting to read from the file: C;\Windows\Installer\iTunes64.msi"
    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Preventing Form Calc Runtime Error Message Dialog

    When there is an runtime error in a script written in JavaScript, Adobe Reader "swallows" the error (if it is not caught). I mean, it may write the error to the console, but the user isn't warned of the fact, through a message box.
    So, for the user, everything is well.
    For the programmer, because he can use a top level try/catch/finally statement, if he is interested in knowing of the fact, this behaviour is a good compromise.
    If there is a syntax error in a script written in JavaScript Adobe Reader also does not alert the user of the fact.
    If you write code in FormCalc the behaviour is the exact opposite.
    Syntax errors show up to the user. This may be admissible because, with thorough testing, it will happen in development-time.
    But runtime errors always show up to the user. A big dialog, as tall as your code, shows the code to the user, and, at the bottom, possibly already off the screen, the description of runtime error. This may be an ugly description, depending on what failed.
    As far as I know, there is no construct in the Form Calc language that allows catching errors, so you're stuck.
    To make things worse not every FormCalc function is available in JavaScript. Many useful functions only exist in FormCalc.
    I tried calling FormCalc scripts from JavaScript scripts, using the field.execEvent('...') and it works, appart from a lot of dificulties in passing parameters to, and returning results from, using fields' values as intermediaries of this interaction.
    Yet, a try/catch/finally block in the calling JavaScript script does not catch FormCalc errors...so we're back again to the same problem.
    All this, imho, is an absurd, and can only be understood as some market-like feature.
    Is there ANY undocumented way or dirty trick to prevent FormCalc error messages from displaying to the user?
    Or
    Is there ANY undocumented way or dirty trick to catch FormCalc error messages, in FormCalc code?

    Duarte:
    You cannot catch exceptions in FormCalc -- it doesn't have that language feature. If this is important to you, you need to stay with JavaScript. Of course there are certain functions that are available only in FormCalc. There is a way to get at those functions from JavaScript. See my blog post at:
    http://blogs.adobe.com/formfeed/2009/02/calling_formcalc_functions_fro.html
    John

  • Error: This dialog requires using the 32-bit version of Internet Explorer 7.0 or newer

    Since upgrading Internet Explorer to version 11 this error occurs when attempting to navigate a business related website: "This dialog requires using the 32-bit version of Internet Explorer 7.0 or newer".  Using an
    XP machine, there is no issue.  Using any Windows 7 machine and Internet Explorer 11 the error consistently occurs.
    Most solutions reference this: .NET Framework problems with Internet Explorer 11 http://msdn.microsoft.com/en-us/library/dn338133.aspx.  The solution is to create the registry key
    EnableIEHosting, and references an issue with .NET 4
    The problem description and solution fit my current issue, but when I create the new registry key (in both locations), the same issue is happening.  Does anyone have any suggestions?

    Most solutions
    suggest you try Compatibility view (for IE7 Quirks mode emulation) or the Developer Tools, Emulation tab for something else.  (F12, Ctrl-8).  
    The problem is that the site is not designed to handle a modern browser and then its default is, when it can't recognize a User-Agent string, to assume the worst:  No capabilities.
    FYI
    Robert Aldwinckle

  • Subvi error at error out dialog box

    i using the driver supply by agilent to control the agilent 8163a lightwave multimeter. The problem i m facing right now is that when i run the program, the xxx.vi will pop up at the error out status dialog box. This problem occurs at all the sub-vi provide by Agilent.How can i solve this problem.

    Hello,
    I think the problem that you are seeing is due to the automatic error handler being turned on. For information about enabling and disabling this feature as well as other new features of LabVIEW 7.0, please see the LabVIEW 7.0 Upgrade Notes here:
    http://digital.ni.com/manuals.nsf/websearch/E8D86CD680B0753D86256D2C005D8EA0
    Hope this helps!
    Regards,
    Steven B.
    Applications Engineering
    National Instruments

  • Spelling error in dialog

    In FlashBuilder 4, Data/Services dialog, right click on a Data Type node in the tree, click on "Configure Return Type" you get a dialog titled:
    "No operation selected"
    And the text reads:
    Currently no operation in selected in the view
    Please select a service operation and try again
    It should read:
    Currently no operation is selected in the view
    Please select a service operation and try again
    When I select a service and right click and then click on "Configure Return Type"... nothing happens.  (I reported this in another post)

    Error was ours in JS. Apologies.

  • Unknown BIB Error - endless dialog loop

    I have endless loop of diplaying 2 dialog boxes alternately:
    After Effects warning: Unknown BIB Error. CT bad param: invalid glyphID, BRV, 0
    ( 83 :: 3 )
    and
    After Effects error: CT bad param: invalid glyphID
    ( 83 :: 2 )
    Switching CapsLock don't allow to exit from this dialogs loop.
    AE needs to be killed by process explorer.
    Finally I restore project from autosave, but what to do in this case in future?

    When trying to troubleshoot a very technical issue like this, people are going to need a lot more info.
    What EXACT version number of AE (down to the decimal) you're using, what OS, your system specs, etc.
    This page tells even more: http://forums.adobe.com/thread/961743

  • ICloud Reminder Error Message: Dialog.Error.Text.Reminder.CREATE.QUOTA_EX

    I'm getting this error message when trying to create a reminder in iCloud.com: Dialog.Error.Text.Reminder.CREATE.QUOTA_EX.  Also having quota issues when trying to create a calendar event.  Anyone knows what to do to fix this?  Thanks.

    I am am not tech savvy and am having the same issue. Have you found a solution?

  • Getting error Basis Dialog Sample

    Hi All,
    I am very new for Plugins development. I using Xcode, Indesign CS3 & MAC OS 10.4.9.
    First I was trying to create BasicDialog from scratch, as mention in the porting guide.pdf, but I was getting the below errors. I am not able to understand what to do.
    Build setting $(BUILT_PRODUCTS_DIR) undefined
    Info.plist file at /Developer/MyProjects/InDesign Plugins/MyBscDlg/../../../source/sdksamples/common/Info.plist missing; build setting may be incorrect.
    Secondly I just open the basic dialog project from the Sample folder and tried to build it, but again I am getting one error, please help me if any one can. Any input will really appreciated from the core of my heart.
    /usr/bin/libtool: internal link edit command failed
    Thanks
    Rajeev

    Hi All,
    Now I am able to bulid it. But now I am facing one new problem. When I copied this plugin in the plug-ins folder of IDCS3, it shows the below message.
    Adobe InDesign cannot load the BasicDialog.sdk.InDesignPlugin plug-in. The BasicDialog.sdk.InDesignPlugin plug-in requires the debug version of Adobe InDesign. Please contact the vendor to get a compatible version of BasicDialog.sdk.InDesignPlugin.
    What is the message above, I am totally confused.
    Thanks
    Rajeev

  • Error : Maintenance dialog for ztable is incomplete or not defined

    Hi Gurus
    While maintaining the ztable through SM30 got the following error.
    Maintenance dialog for ztable is incomplete or not defined
    I have to add new enteries in the previously created ztable.
    Please suggest
    Manvir

    Go to SE11, give the table name and click on change. Then Go to utilities--> Table
    maintenance generator.
    In the table maintenance generator screen, we should give Authorization Group,
    Function Group name (Function Group name can be same as table name),
    Maintenance type can be one step or two step, usually we will create with one
    step. we should give maintenance screen number. After clicking on create button,
    a table maintenance generator will be created.
    To check it go to SM30 . In SM30, we find display, Maintain options.
    We can view the table contents by choosing Display and we can create table
    entries by choosing Maintain.

  • Error during dialog instance installation on Win2K3

    The error occurs when sapinst checks existing installations in the system.
    There is a Java ADS instance running on the same host
    Tried to stop,and disable the services of the existing instance (ADS) but sapinst keeps aborting.
    The installation user has domain admin previleges.
    System env variables are fine.
    Is anyone experiencing the same issues?
    ERROR      2006-03-01 16:32:02
               CJSlibModule::writeError_impl()
    unknown message name (nw.noRemoveJava) with parameter(s):
      DP1
    ERROR      2006-03-01 16:32:02
    FCO-00011  The step collect with step key |NW_DI|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|1|0|NW_readProfileDir|ind|ind|ind|ind|0|0|collect was executed with status ERROR .
    Exit status of child: 1
    Message was edited by: Damien Rodriguez

    hi Damien,
    What version is your JDK/JRE? if its 1.4.2_10, you will encounter problems. Change over to 1.4.2_9 or 1.4.2_8
    Can you post the log file entries pertaining to your error?
    Regards
    Arun.

  • Error in Dialog Module  - INCLUDE report "%_HR9066" not found

    Hi,
    After upgrade from 4.6B to ECC 6.0.When i display/create/change Custom Infotype 9072  in transaction PA30. i encounter a dump stating
    INCLUDE report "%_HR9066" not found. It occurs when the program goes for CALL DIALOG... in the SAP standard program.
    Do advice on how to resolve this issue

    Hi Chayan,
    9066 is the custom infotype .
    After upgrading check for the following things which are related to infotype :
    1) Go to se51 and check for Program MP906600 and screen 2000 exist .If not there is a problem in calling the screen
    2)Go to se11 and check whether the table PA9066 and structure P9066 exist
    3)Check whether the infotype is assigned to the Infotypes in spro .(Optional)
    If everthing is suceessful , the infotype exist in the system . If not one of the objects might miss from the above list .
    Regards,
    Gajalkshmi

  • IPod comes up with an error message dialog

    Installed the latest update of the iTunes application. Every time I've tried to run it, I get an error message saying iTunes has encountered an error and needs to close.
    Is there any way I can get into the program without having to reinstall it and configure my iPod again?

    hi Anita!
    I've tried to run it, I get an error message saying iTunes has encountered an error and needs to close.
    the first thing we check for with that message is a broken quicktime. see:
    b noir, "Windows: Install and Launching of iTunes 5" #1, 02:52pm Oct 3, 2005 CDT
    keep us posted.
    love, b

Maybe you are looking for

  • Access data in structure

    Hi, I am trying to access some data in my structure CRMA_PARTNER. On doing this i am getting an error: Field CRMA_PARTNER-PARTNER_NO is unknown. Following is my code: method INIT_CHANGEHISTORY. DATA: lr_ent TYPE REF TO if_bol_bo_property_access, ls_a

  • When idoc failes for inbound sales orders then how to trigger a mail notifi

    Hi All, When idoc failes for inbound sales orders in SAP then i would like to send an email notificaiton to particular user id. Could you please let me know the settings for this requirement. Thanks in advance..

  • CHANGE OF PRINT PROGRAM IN SAPSCRIPTS

    CAN ANYBODY EXPLAIN HOW WE CAN CHANGE THE PRINT PROGRAM IN SAPSCRIPTS?

  • How to adjust hot corners for duel monitors?

    Anyone know how to adjust the hot corners so that I can use all 4 corners of my primary monitor and not my second? Right now I have to move the cursor all the way across both monitors to the bottom right corner on my second monitor to activate it. In

  • How to transport Query from one client to another

    There is a following query in XXX-010: Queries of user group: UTILITY Name: YWH_2 Is it possible to transport the same to XXX-020? Could you please check and inform ASAP? Regards, M.R.Reddy