Options in RFC_READ_TABLE
Hi all, In RFC_TABLE_READ as I can put in an option like? when the field type like * XXXX *. It's more if someone could tell which are the operators that exist in the where clause. Thank you very much
View ArticleBAPIs available for CCMS
HII am currently developing a java application which reads actual values from the CCMS Monitoring using the JCo, In this regard I wanted to know the BAPIs available for CCMS that I can use.
View ArticleWhen will SAP Java AS for EE 6 see the light?
Hi all,As far as I know, SAP's bleeding edge AS (NW73 AS) is based on EE5.As several java AS vendors are releasing EE6 compliant products, I would like to know whether any deadline has been set for...
View ArticleHow to open a new JSP as a Popup
Hello everybody, I have quite some experience working with java web dynpros, however I now have a requirement to work on an existing JSP page to add some new functionality, and I'm a little bit lost...
View ArticleHow to connect to SAP AS JAVA?
Hi, I am developing an JAVA application, which will connect to SAP AS Java dataSource. My environment don't have ABAP installed. So, I believe use of JCo connector is not an option. Is ther any other...
View ArticleOptions in RFC_READ_TABLE
Hi all, In RFC_TABLE_READ as I can put in an option like? when the field type like * XXXX *. It's more if someone could tell which are the operators that exist in the where clause. Thank you very much
View ArticleBAPIs available for CCMS
HII am currently developing a java application which reads actual values from the CCMS Monitoring using the JCo, In this regard I wanted to know the BAPIs available for CCMS that I can use.
View ArticleLDAP acces via SSL - javax.net.ssl.SSLHandshakeException
Hello All I'm trying to fing reason for non-working SSL connection from java app (EJB) to LDAP server. Code is: env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");...
View ArticleHow to connect to SAP AS JAVA?
Hi, I am developing an JAVA application, which will connect to SAP AS Java dataSource. My environment don't have ABAP installed. So, I believe use of JCo connector is not an option. Is ther any other...
View ArticleIWAB0014E Unexpected exception - Exposing Portal Services as Web Services
Hi! I try to expose a Portal Service as a Web Service: [Exposing Portal Services as Web Services |http://help.sap.com/saphelp_nw72/helpdata/en/49/e44e702784751be10000000a42189b/frameset.htm] While...
View ArticleGetting error with UMWebservice WSDL file
When I am trying to create the client file from the WSDL file of UMWebservice from below link, I am getting error saying name=attribute missing in <fault> tag of WSDL file....
View ArticleJava EE concepts for Portals custom development
Hi Gurus, Which concepts of Java EE are helpful/required for custom development of Netweaver Portals? What I am trying to find is the list of Java EE topics that are redundant as far as Netweaver...
View ArticleSAP JCo 3 -> Can a server side connection be done WITHOUT logon parms?
Hi All, I'm trying to do a server side connection to SAP R/3 without using client logon parms such as user and password, application host, etc. with SAP Java Connector 3. Here is an example of what...
View ArticleSap System is very slow.
Hi, We are using IDES system on windows NT and sql server as database. But the system is very slow .... I increased the dialog processes from 7 to 12 but there is no use. Also tried st02 and saw some...
View ArticleHow to open a new JSP as a Popup
Hello everybody, I have quite some experience working with java web dynpros, however I now have a requirement to work on an existing JSP page to add some new functionality, and I'm a little bit lost...
View ArticleJava RFC Connection: Step by step
Hi folks, my first goal is to achieve a remote function call from Java to SAP or the other way.My first attempt is a Java application which does a RFC to a SAP ABAP function that returns me some...
View ArticleLDAP acces via SSL - javax.net.ssl.SSLHandshakeException
Hello All I'm trying to fing reason for non-working SSL connection from java app (EJB) to LDAP server. Code is: env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");...
View ArticleHow to open a new JSP as a Popup
Hello everybody, I have quite some experience working with java web dynpros, however I now have a requirement to work on an existing JSP page to add some new functionality, and I'm a little bit lost...
View ArticleHow to convert string yyyy-mm-dd to date dd/mm/yyyy
Hi Experts, I am getting date in the form of string 2007-06-30 from R/3. How I can convert this string into a date in the form 30/06/2007. I have to use java.sql.Date. Following code is not working. As...
View ArticleDYNPRO_SEND_IN_BACKGROUND
Hi All, I am executing a JCO Program which triggers a RFC using JCO's <b>execute(String functionName)</b> method. RFC inturn calls an SAP interface which process the goods issue files....
View Article