Interconnect MQSeries adapter exception MQJMS2013: invalid security authentication

Hi,
I get the MQJMS2013: invalid security authentication supplied for
MQQueueManager in my MQ Series adapter for Oracle interconnect. Is there more
specific information about this error. Maybe in an IBM user manual.
Has anybody experience with the IBM MQ Series adapter for Oracle interconnect 9.0.2
Thanx

That's an MQ JMS exception, so the MQ JMS documentation would be the best place to find out what it means.
          If I recall correctly, when you're using the MQ JMS API in "bindings" mode -- which is what you're probably doing if your queue manager is on the same machine as WLS -- then MQ does not allow you to supply a username and password. It uses your Unix user ID to authenticate itself to the queue manager in this case.

Similar Messages

  • JMSSecurityException: MQJMS2013: invalid security authentication supplied f

    I had a very strange JMS exception. I was testing MQ and WL integration. The following simple java code segment worked fine if running by itself, but failed if it was running inside a WL JSP page. MQ and WL servers were on the same Solaris box, the user account was valid for MQ.
              Is there any security policy that prohibits WL to pass my user id and password in the createQueueConnection method?
              QueueConnectionFactory connectionFactory = new com.ibm.mq.jms.MQQueueConnectionFactory();
              QueueConnection connection = connectionFactory.createQueueConnection("userid", "password");
              connection.close();
              javax.jms.JMSSecurityException: MQJMS2013: invalid security authentication supplied for MQQueueManager
                   at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:231)
                   at jsp_servlet.__jmstest._jspService(__jmstest.java:128)
                   at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
                   at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
                   at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    That's an MQ JMS exception, so the MQ JMS documentation would be the best place to find out what it means.
              If I recall correctly, when you're using the MQ JMS API in "bindings" mode -- which is what you're probably doing if your queue manager is on the same machine as WLS -- then MQ does not allow you to supply a username and password. It uses your Unix user ID to authenticate itself to the queue manager in this case.

  • MQJMS2013: invalid security authentication supplied for MQQueueManager

    Hi guys!
    I am having trouble in getting connected to the Queue Manager.I am getting these errors
    com.ibm.mq.MQException: MQJE001: An MQException occurred: Completion Code 2, Rea
    son 2035
    MQJE036: Queue manager rejected connection attempt
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:
    242)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnecti
    on(MQClientManagedConnectionFactoryJ11.java:276)
    at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnectio
    n(MQClientManagedConnectionFactoryJ11.java:296)
    at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.jav
    a:80)
    at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConne
    ctionManager.java:171)
    at com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager(MQQueueManager.jav
    a:754)
    at com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:688)
    at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:469)
    at com.ibm.mq.MQSPIQueueManager.<init>(MQSPIQueueManager.java:52)
    at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2255)
    at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1749)
    at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:144)
    at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:54)
    at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueue
    ConnectionFactory.java:106)
    at MqConnTest.<init>(MqConnTest.java:69)
    at MqConnTest.main(MqConnTest.java:106)
    Caused by: com.ibm.mqservices.MQInternalException: MQJE001: An MQException occur
    red: Completion Code 2, Reason 2035
    MQJE036: Queue manager rejected connection attempt
    at com.ibm.mq.MQInternalCommunications.connectToQueueManager(MQInternalC
    ommunications.java:2894)
    at com.ibm.mq.MQInternalCommunications.<init>(MQInternalCommunications.j
    ava:619)
    at com.ibm.mq.MQSESSIONClient.MQCONN(MQSESSIONClient.java:1344)
    at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:
    218)
    ... 15 more
    MQJMS2013: invalid security authentication supplied for MQQueueManager
    can you advice me what is missing and what should be done.
    thanks in advance
    -Chandra

    Hi
    I am also facing the same problem .you have any solution for it
    Thanks
    Sahadeva Reddy

  • Invalid Security role-name error in Web Project

    Hi All,
    I have imported a J2EE application project built in JBOSS into NWDS 7.1.
    While building the project i get the following error
    <b>CHKJ3020E:Invalid Security role-name error: PEHNTAHO_ADMIN</b>
    This error directs me to the following code in web.xml
    <security-constraint>
              <display-name>Default JSP Security Constraints</display-name>
              <web-resource-collection>
                   <web-resource-name>Portlet Directory</web-resource-name>
                   <url-pattern>/jsp/*</url-pattern>
                   <http-method>GET</http-method>
                   <http-method>POST</http-method>
              </web-resource-collection>
              <auth-constraint>
                   <b><role-name>PEHNTAHO_ADMIN</role-name></b>
              </auth-constraint>
              <user-data-constraint>
                   <transport-guarantee>NONE</transport-guarantee>
              </user-data-constraint>
         </security-constraint>
    <b>I have tried out the following things to resolve this issue :</b>
    <b>1) Remove the role manually</b>(as suggested by various people in other J2EE forums), but then some other error came in to picture
    <b>2)Then I added the following code in web.xml</b>
    <security-role>
              <role-name>PEHNTAHO_ADMIN</role-name>
         </security-role>
    Then the above mentioned build error gets resolved, but then I get the following error while deploying the application.
    Dec 3, 2007 12:59:21 AM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Deploy Thread,5,main]] ERROR: Deploy Exception.An error occurred while deploying the deployment item 'sap.com_AnalyticsApp2EAR'.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.dc.gd.DeliveryException: An error occurred during deployment of sdu id: sap.com_AnalyticsApp2EAR
    sdu file path: D:\usr\sap\CE1\J01\j2ee\cluster\server0\temp\tcbldeploy_controller\archives\191\AnalyticsApp2EAR.ear
    version status: HIGHER
    deployment status: Admitted
    description:
              1. Error:
    Cannot update application sap.com/AnalyticsApp2EAR. Reason: The application sap.com/AnalyticsApp2EAR will not be update, because its validation failed. Reason:
    ERRORS:
    Web Model Builder: com.sap.engine.frame.core.configuration.NameNotFoundException: The parameter/s in String "<?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <!-- whole web.xml-->
    </web-app>
    " is/are not defined and could not be substituted., file: AnalyticsApp2.war#WEB-INF/web.xml, column 0, line 0, severity: error
    WARNINGS:
    Web Model Builder: Following tests could not be executed because of failed precondition test "Web Model Builder" : Implicit Constraints Test, JSF Application Test, Mapping Test, Web File Existence Test, Web Class Existence Test, Security Role Test, file: AnalyticsApp2.war, column -1, line -1, severity: warning
    <b>3) I had also added the following code in web-j2ee-engine.xml</b>
    <security-role-map>
              <role-name>PEHNTAHO_ADMIN</role-name>
              <server-role-name>all</server-role-name>
         </security-role-map>
    but still i get the same deployment error.
    Please help me in resolving this problem.
    Can anybody tell me the use of role "PEHNTAHO_ADMIN"?
    Thanks and Regards,
    Sruti

    Hi Malathy,
    Once the users are created in Authentication Provider, and once the roles are created in Weblogic Server, You just have to map users to roles in Jazn-data.xml.
    Could you please let us know you created a roles named users in WLS ?
    Thanks & Regards,
    Murali.
    ============

  • HT204266 How come my credit card says invalid security code when I put my code in at the App Store?

    How come my credit card says invalid security code when I put my code in at the App Store? I have a bunch of free apps when I had my ipad 1 now I have 2 and my credit card will not be read as authentic Watson ever I tried my girls card nothing do I need to have money on it for a free download? I even bought a couple of games but why with so many free ones? Please help me I'm slow so walkit through with me thnx also my ipad 2 is brand new out da box and I accidentally updated to 6.0 without finding out first about it so some pointers to it would help ...which I think that it has something to do with it.

    Is the address on your iTunes account exactly the same (format and spacing etc) as on your credit card bill : http://support.apple.com/kb/TS1646 ? If it is then you could try what it says at the bottom of that page :
    If the issue persists, contact your credit card company and verify that they and any company they use to process credit card authorisations have the correct information on file.
    And/or try contacting iTunes support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page
    For iOS I would expect an updated version of the manual to appear here at some point : http://support.apple.com/manuals/ipad/
    In the meantime there is this : http://www.apple.com/ios/whats-new/

  • WSUS Sync is not working Sync failed: UssCommunicationError: WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. --- System.Security.Authentication.AuthenticationException: The remote

    I know there are loads of posts with same issue and most of them were related to proxy and connectivity .
    This was case for me as well (few months back). Now the same error is back. But I've confirmed that FW ports and proxy are fine this time around.
    server is configured on http port 80 
    ERROR
    Sync failed: UssCommunicationError: WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid
    according to the validation procedure.~~at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request). Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WSyncAction.WSyncAction.SyncWSUS
    I've checked proxy server connectivity. I'm able browse following site from WSUS server
    http://catalog.update.microsoft.com/v7/site/Home.aspx?sku=wsus&version=3.2.7600.226&protocol=1.8
    I did telnet proxy server on the particular port (8080) and that is also fine.
    I've doubt on certificates, any idea which are the certificates which we need to look? And if certificate is expired then (my guess) we won't be able open the above mentioned windows update catalog site?
    Any tips appreciated !
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

    Hi Lawrence ! - Many thanks for looking into this thread and replying. Appreciate your help.
    Your reply  ("SSL is enabled/configured, and the certificate being used is invalid
    (or the cert does not exist or cannot be obtained), or the SSL connection could not be established.") is very helpful.
    I've already tested CONTENT DOWNLOAD and it's working fine. WSUS Sync was also working fine for years with proxy server configured on port (8080) and WSUS server on port 80.
    My Guess (this is my best guess ;)) is this something to do with Firewall or Proxy side configuration rather than WSUS. However, I'm not finding a way to prove this to proxy/firewall team. From their perspective all the required port communication open and
    proxy server is also reachable. More over we're able to access internet (Microsoft Update Catalog site) over same port (8080).
    Any other hints where I can prove them it's a sure shot problem from their side.
    Thanks again !!
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

  • Window 8.1 update & invalid security certificate errors

    I set up my new PC 2 days ago running Windows 8.1. I was able to visit all websites, including secure ones, w/no issues via Firefox. Last night, suddenly I was unable to access many secure websites. These include Google (Gmail) & Ilines (email). Here is a copy of the Google error:
    "mail.google.com uses an invalid security certificate. The certificate is not trusted because the issuer certificate is unknown. (Error code: sec_error_unknown_issuer)"
    There is no button to bypass, as I have seen in the past. I tried deleting cert8.db which didn't resolve anything. I have also tried adding exceptions which also don't resolve the issue.
    I searched support & found the link for the MS document (link below) indicating that FF & Windows Family Safety certificates are not playing nice.
    http://support.microsoft.com/kb/2965142/en-us#appliesto
    I tried to follow the guide, but when I get to step 6, there is no Microsoft Family Safety Certificate in the Trusted Root Certificates Authorities to export. For reference, I do not specifically have Family Safety enabled & am running my PC as admin, no other users. I personally have no use for this but it is my understanding that it cannot be uninstalled, either.
    I have spent hours researching & making adjustments to different settings to no avail. It is frustrating enough setting up a new PC & transferring info w/out this extra hassle. Does anyone have any other suggestions? FF is my preferred browser, but if this can't be resolved I will need to use something else so that I can access these important websites.

    Thanks for the feedback cor-el. Here are the results:
    1. Installed Kaspersky certificate per link= no change
    2. Turned off Kaspersky= able to log in to Gmail but not the other secure sites I am having probs with
    3. Booted in Safe Networking mode= able to log in to Gmail but not the other secure sites. Same blocking errors on Gmail, etc when returned to reg mode.
    Just FYI, I get 2 different secure connection errors:
    Gmail: "mail.google.com uses an invalid security certificate. The certificate is not trusted because the issuer certificate is unknown. (Error code: sec_error_unknown_issuer)"
    Ilines: "Secure Connection Failed An error occurred during a connection to mail.ilines.net. Peer's certificate has an invalid signature. (Error code: sec_error_bad_signature)"

  • Invalid Security Code problem...

    Ok, this is now a real problem. I'm trying to change the credit card in my Itunes account. I'd like to buy a few things, which I haven't done in a while.
    I enter in the new card, and walla, it pops up with "Invalid Security Code". Except I know the code is valid, and having just purchased a song at Amazon to test, I know the card is activated and good.
    So, what's the deal? Argh! So frustrating that I can't get this card to enter!!

    They will have no choice BUT to lose customers. If people can't pay for anything, how will Apple make any money?
    I'm having the same problem too. I've tried 3 different credit cards, 2 different computers, an iPhone, an iPad, and the exact same thing. From what I've been reading, this is a problem that has been going on for a looong time. I'm surprised they haven't fixed it yet.
    I've sent an email and received no response. I called support and was on hold forever. I gave up waiting and hung up.
    I've changed my information in the Apple Store page. Credit Card verified there with no problem. Changed my info in my .me page. Credit Card verified there, too.
    Same info. Same billing address.
    I guess I'll just have to return my iPad and demand a full refund, because it's completely unusable now.
    Thanks for nothing, Apple!

  • SOAP adapter exception

    Hi Everyone,
    I tried to implement the following scenario SOAP--> XI --> IDOC(R/3). I created all the necessary objects,mapping, Channels. When tried to check the SOAP adapter with http://<hostname>:50000/XISOAPAdapter/MessageServlet?channel=:<service name>:<channelname>, i got the reply as  Message STATUS OK.
    But when i checked the http://<hostname>:50000/XISOAPAdapter/HelperServlet?action=FindChannel&%20channel=:<service name>:<channelname>. i got the following error
    <faultcode>SOAP:Server</faultcode>
      <faultstring>Server Error</faultstring>
    - <detail>
    - <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
      <context>XIAdapter</context>
      <code>ADAPTER.SOAP_EXCEPTION</code>
    - <text>
    - <![CDATA[
    java.lang.Exception: <b>invalid channel</b> (party:service:channel) = <null>
         at com.sap.aii.af.mp.soap.web.HelperServlet.processFindChannel(HelperServlet.java:364)
    Then i used the "MESSAGE Interface" created by SAP to created a new channel and made respective setting. Even then i am getting the same error.
    Can any one tell me how to proceed.
    Thank you
    Bhaskar

    Hi Everyone,
    It is my mistake, I entered the space between the "Find Channel" and "Channel" in the following URL
    http://<hostname>:50000/XISOAPAdapter/HelperServlet?action=FindChannel&%20channel=:<service name>:<channelname>
    By removing that it worked fine.
    Regards
    Bhaskar

  • Security Authentication in LDAP

    Hi Chris/Raj/All,
    We have one more generic issue. Please help us if possible.
    I am connecting to LDAP Server(Microsoft ADS) from my weblogic workshop 8.1.We are using DirContext and InitialDirContext(java api) Through the java program I am able to connect to the port 389 by means of simple security authentication.
    Our requirement is for SSL security authentication ie to connect ot port 636.
    From our side we have done the following
    1.We have installed the public certicate in the jre environment(lib/security in both the cacerts and jssecacerts)
    2.We have also installed the cetificate in the ADS Server and enabled the SSL.
    When we try to connect to port 636 with simple authentication we get Communication Exception
    When we try to connect to port 636 with ssl authentication we get AuthenticationNotSupportedException
    We also would like to know whether there is any Authentication Process like password encryption and so on.... to be followed.
    Thanks & Regards,
    Christoper.

    Hi Christoper,
    Based on your description, this seems to be more of a security related question than a workshop one.
    Please post to the security newsgroup at http://forums.bea.com/bea/category.jspa?categoryID=2011
    with information on service pack installed
    Thanks
    Raj

  • Google, Yahoo searches come back " Invalid Security Code" msgs?

    Now when I do a Firefox Search (whether Google, Yahoo, etc), I get a "Invalid Security Code" / "Issuer Certificate is unknown" error message train. I can't understand why these sites would produce this result but am afraid to override the error message worrying about some kind of malware interference problem.

    hello, a possible solution depends on different factors:
    * what is the '''error code''' shown under ''technical details'' on the error page?
    in case the error code equals ''sec_error_unknown_issuer'', please attempt to add an exception on the bottom of the error page (don't add it for real though) & inspect the certificate like shown in the screenshot
    * which '''issuer information''' does the certificate contain?
    please report back with this information. thank you!

  • Mqseries adapter on platform domain

    I've got a problem with BEA WebLogic Adapter for MQSeries, release 7.0. I'm using
    Platform Domain and when I try to test the adapter I get this kind of errors:
    ERROR [MQService] WMQService: {4.2} NoClassDef exception processing agent XDMQEmitAgent:
    com/ibm/mq/MQException
    or
    ERROR [manager] Can't create MQEvent MQ protocol: java.lang.NoClassDefFoundError:
    com/ibm/mq/MQException. Possibly missing jar files.
    So it seems that when I start the Platform server, even if the classpath is correctly
    set, MQSeries files (e.g. com.ibm.mq.jar) are not loaded.. Also I couldn't find
    specific information on how to add MQSeries adapter into this environment. In
    the installation guide they only mention how to set up classpaths in wli domain
    for adapter library into a file called "SetWliDomainData.cmd". But because I have
    Platform Domain, I do not have that file at all and I've modified "startWeblogic.cmd"
    file.
    I really appreciate any help with this!
    Regards, Anna

    Given the lack of responses, I take the answer to be, "No, the MQSeries adapter can't read RFH2 headers." It also appears not to have the ability to use a selector like the JMS adapter. I will go back to using the JMS adapter to read from MQSeries queues, although it's changed enough since 10.1.2 that it's almost like using a different adapter as well.

  • MQSeries Adapter and adapters in general

    I've tried the MQSeries Adapter and the Siebel Adapter and both give me the
    following exception at runtime through the test harness.
    I have included the com.ibm.mq.MQException class through the jar
    (com.ibm.mq.jar) by setting the CLASSPATH env var in startWeblogic.cmd:
    SET
    CLASSPATH=%CLASSPATH%;"c:\Progra~1\IBM\MQSeries\Java\lib\com.ibm.mqjms.jar";
    "c:\Progra~1\IBM\MQSeries\Java\lib\com.ibm.mq.jar";
    Am I reading this properly, that weblogic cannot find this class?
    Any help would be greatly appreciated. Thanks in advance.
    From the log:
    java.lang.Exception: Adapter took exception:
    <eda>
    <error cnctag="" code="-100" source="process"
    timestamp="2003-03-05T17:21:22Z">NoClassDef exception processing agent
    XDMQEmitAgent: com/ibm/mq/MQException</error>
    <data><?xml version="1.0"?>
    <BusinessComponent bcname="Account"
    boname="Account"
    operation="insert">
    <Field name="Currency Code"
    value="USD"/>
    <Field name="Name"
    value="JDB 5"/>
    </BusinessComponent></data></eda>
    at com.ibi.edaqm.XDLclWorker.document(XDLclWorker.java:181)
    at com.ibi.edaqm.XDLclMaster.document(XDLclMaster.java:605)

    Very excited in what Palm has accomplished in so short a time. I've remained much more positive than you seem to have become prior to CES, but I'm definitely as excited after. Maybe more so.

  • Inbound adapter exception/error management

    I was wandering is there any best practice for handling inbound adapter exceptions ? For example if I have inbound MQ-adapter and MQ-server is down how can I get some kind of exception catched from this? Only thing I've found out that it SOA Suite writes these exceptions to server log. Is the only way to catch these exception to poll the server log (using for example grep...)?
    Thank you
    Best Regards Tuomas

    Any light / idea on the following issue ?
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process. Even, if we do not configure rejectedMessageHandlers, the behavior is that valid rows are processed with the rest of BPEL process and for Invalid rows, the records are rejected. Our requirement, is that, even if there is one invalid record, the entire set of record should NOT move ahead with the BPEL process
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also. Note, in case of all valid record the file is available in archive directory

  • Does Interconnect FTP Adapter support SFTP/SSH?

    Does Interconnect FTP Adapter support SFTP/SSH?
    Thanks!
    -mb

    No it doesn't!
    Actually, FTP adapter in BPEL support secure FTP (FTPS, FTP over SSL), but only on Solaris platform if believe documentation.
    You can try to connect BPEL FTP adapter to InterConnect using new JCA adapter (in IC 10.1.2.0.2), but I'm not sure wether BPEL FTP adapter is JCA-compatable or not (since it is not in Oracle AS adapters package but inside BPEL)...

Maybe you are looking for

  • How do I set up my PowerBook to print wireless with HP psc 2410

    Can someone tell me how to set up my PowerBook to print wireless with my HP psc 2410 all-in-one? What do I need to do? I checked ifelx list and check out ok for my model. Thanks, Kes PowerBook G4 15 1.67GHz 10.4.2 512MB AirPort Extreme; iMac G4 20 1.

  • "podcast" media type in options won't work on MP3s in iTunes 11

    Why won't "podcast" MEDIA TYPE selection in OPTIONS work with mp3s anymore in iTunes 11? Trying to save some of my mp3s from a class as podcasts. I do this so I can run them at 1.5x speed and get through them faster. The option to change media type t

  • Using indicators other than "A/F" for Downpayment transaction F-37

    Scenario-- We need a one -sided entry(noted items) where will send "invoice like" document to customer for the amount agreed in milestone related to contract(not exactly milestone functionality). We want to use transaction Downpayment Payment F-37 Fo

  • The work area itab is not enough

    HI all, i have written the following code to print data from yemptab But i'm gettin an error saying that "the work are itab is not enough ". can anyone please guide me here. i'm a fresher in abap. REPORT  YEMPDETAILS. TABLES: YEMPTAB. DATA:  BEGIN OF

  • Keyboard lacks copyright symbol???

    Not a big issue for most of you, but what the ****?? This is just so plain dumb, Apple! I need to type copyright symbols in my calendar and emails and Apple's apparently deemed this symbol to be inconsequential. Apple has perfected the art of strippi