Quantcast
Channel: SCN : Popular Discussions - Web Dynpro Java
Viewing all 989 articles
Browse latest View live

How to Configure UWL in Portal

$
0
0

Hi,

I have to configure UWL in Netweaver Enterprise Poatl 7.0.

The user hasSAP inbox. got But we have to configure the user's SAP inbox in the Portal so that the user can see all his mails in the Portal.

Please help me how to configure the SAP mail box in the Portal.

 

Regards

-Sandip


Parameter mapping of Link to Action in a table

$
0
0

Hi Experts,

 

I have a dynamic table with one dynamic column with a LinkToAction column editor. My question is how to find out which link is clicked.

I know we have to use parameter mapping. I have an action with a parameter of type string i.e.

public void onActionLinkComments(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String nodeElement )

 

and this is how i have done parameter mapping

 

link.mappingOfOnAction().setString("nodeElement", link.getId());

...

 

but this simply returns id of link to action

 

Please suggest a solution. I want to know row index of LinkToAction clicked by user.

 

Regards

Pranav

Deployment Error on J2EE / Enterprise Application

$
0
0

Hi,

 

I build an J2EE / Enterprise Application for external libraries. Build works fine, but when I want to deploy the DC I get following exception:

An error occurred while deploying the deployment item 'xxx_ear~fop'.; nested exception is:      com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3297] An error occurred during deployment of sdu id: xxx_ear~fop
sdu file path: F:\usr\sap\xxx\J00\j2ee\cluster\server1\temp\tc~bl~deploy_controller\archives\5538\xxx~ear~fop.ear
version status: HIGHER
deployment status: Admitted
description: 
. Cannot update it.

1. File:D:\workspace71.jdi\3\DCs\xxx\ear\fop\_comp\gen\default\deploy\xxx~ear~fop.ear
     Name:ear~fop     Vendor:xxx     Location:BIP_TOOLS_D     Version:20100330111939     Deploy status:Aborted     Version:HIGHER     Description:          1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:      com.sap.engine.services.library_container.deploy.LCDeploymentException: [ERROR CODE DPL.LIB.103] Class-path entry xercesImpl.jar specified in F:\usr\sap\xxx\J00\j2ee\cluster\server1\temp\deploy\work\deploying\xxx~ear~fop.ear1269940895431\xalan-2.7.0.jar/META-INF/MANIFEST.MF file cannot be resolved.

 

Any ideas how to solve this problem?

 

Best regards,

Peter

System received expired SSO ticket

$
0
0

Hello All,

 

 

 

Portal version: NW CE 7.3 EHP1

 

 

 

I have a Web Dynpro Java application that calls RFC using Adaptive RFC model.

 

We are facing intermittent issue when were see below error and model execution fails: -

 

 

 

Caused by: RfcException: [null]

    message: System received an expired SSO ticket on AB1 mshost ab1.mysystem.com

    Return code: RFC_SYS_EXCEPTION(3)

    error group: 103

    key: RFC_ERROR_LOGON_FAILURE

 

 

 

I checked SAP Note 947376 and set login.ticket_lifetime and SessionExpirationPeriod both to 16hrs.

 

And also, in addition to this, I include below line after model execution so that it closes JCO connection: -

 

 

 

wdContext.currentZ_Model_InputElement().modelObject().modelInstance().disconnectIfAlive();

 

 

 

But still same error is occuring intermittently.

 

 

 

Also, looked at SAP Note 1130191, but it is not clear 'what' needs to be done as solution.

 

 

 

Any more ideas on this?

 

Thanks & Regards,

Amey Mogare

Error while releasing an activity from NWDS

$
0
0

Hi,

 

I am facing the below error while releasing an activity from NWDS - transport view.

 

Internal error: the export of SC_CR com.xxx.xxx/xxx_SOFTWARE_COMPONENT#Track_D.118 failed. tcs returncode was 12

 

Check in and activate was successfull and in CMS, the activity is shown as activated.

 

Please help me to rectify this error.

 

Thanks in advance!

 

Regards,

Manchari. N

Checkbox invisible when mouse over problem.

$
0
0

Hi all,

   Our EP version is 7318. The checkbox does not work nomally when webdynpro project deploy to EP. It is invisible when mouse over and visible when mouse out. Our project use the ajax framework to display. when does not use the AJAX framework, it is working normal.

   Checkbox is working normal before we update EP from 7311 to 7318.

   If Any body has this problem and give some advice.

 

 

best regard

reefish

Difference between Web Services and RFC (both Advantages & Disadvantage)

$
0
0

Hi All,

 

will you please explain the difference between  Web Services and RFC (both Advantages & Disadvantage)

 

Thanks,

jyothi.

IE11 compatibility of application developed using webdynpro java in NWDS7.01.12

$
0
0

Hi,

 

I have a webdynpro java application developed using NWDS 7.01.12 with jdk1.4. This portal application is not working when accessed using IE11 browser. The action on buttons and selection from a drop down list in this application is not responding in IE11. Its working well with mozila fire fox vrs 31. On click of action the following error is encountered:

 

SCRIPT438: Object doesn't support property or method 'attachEvent'

File: sapUrMapi_ie6.js, Line: 683, Column: 7

 

which points to the below piece of code:

 

function sapUrMapi_initLinkStatus() {

  var oNodes = document.getElementsByTagName("A");

  for (var n=0;n<oNodes.length;n++) {

    if (oNodes[n].href.indexOf("javascript:void")>-1) {

      oNodes[n].attachEvent("onmouseover",sapUrMapi_resetStatus);

      oNodes[n].attachEvent("onfocus",sapUrMapi_resetStatus);

    }}}

 

Also on selection from the combo box the below error is displayed.

 

SCRIPT438: Object doesn't support property or method 'createEventObject'

File: sapUrMapi_ie6.js, Line: 2193, Column: 2

 

Code:

oComboBoxSCEvent = document.createEventObject( oEvt);

 

 

The above mentioned errors are being pointed to sapUrMapi_ie6.js file.

 

Is there any solution to over come these issues other than setting "user agent string" value in the browser?

Can this be resolved with any changes in the application or is there any SAP provided solution?

 

Please help me to resolve this issue.

 

 

Similar issues are also pointed to popup_ie6.js files at "window.attachEvent("onload",sapPopup_init)" and

"window.document.attachEvent("onmousemove",resetMouseOver)".

 

Thankyou.


Errors in Migrating a Local WD to the NWDI.

$
0
0

Hi Friends I have one doubt on Migrating a Local WD to the NWDI.

 

1.     I have created DC in DTR perspective. Now go to WDJ perspective  and switch to the Navigation frame, select and expand the local WD.Right click on the src folder and select the Copy  and Select the new DC go to src folder, right click on the src folder and select the Paste option as shown below.

2.     Now Select the existing Activity Click on OK Button.

3.     Now switch back the Web Dynpro Explorer frame, right click the newly created DC and select Rebuild from the popup menu, as follows.

4.     Once the build is complete you can expand your new DC and verify that the copied components are available.

 

5.     If you examine the Implementation of the new components you may notice that the code is full of compile errors.  This is a bug within NWDS u2013 and should be remedied as follows.

 

In the Navigator right click on the DC and select Close Project from the popup menu.

Now right click on the DC and select Open Project from the popup menu

Go back to the Web Dynpro Explorer and rebuild the project.

This should resolve these errors, but should this fail u2013 restart NWDS. I have done these steps for Migrating a Local WD to the NWDI.

6.     Right now I am getting error. When rebuild the DC that time I am able to getting there warning message u201C.jar files not foundu201D that time I have to go to DC properties and open java build path here .jar files not available.

 

7.     How we will get all .jar files in DC java build path.

 

8.     For Exam: we have create one normal WDJ Application go to java build path that place lot of jar files is available. But in my DC not available that .jar file

 

9.     How I will get that .jar files. Could you tell me how to resolve the Issue. Here I am getting lot of error in wdContext,.size(), IWDMessageManager,IWDWindow here I am getting lot of error.

 

Regards

Vijay Kalluri

what are the steps to installing ADS Adobe Document Services

$
0
0

Hi Guys

 

I have a clean server with Windows NT 2008 platform. no applications have been installed on it i want to install ADS on it and conenct it with SAP ECC. what are the steps to install ADS application on it.

 

I have the ADS configuration doc but it is not clear to me what kind of pre requisites are requried and what installation files i need.

 

Regards

Adnan

How to Configure UWL in Portal

$
0
0

Hi,

I have to configure UWL in Netweaver Enterprise Poatl 7.0.

The user hasSAP inbox. got But we have to configure the user's SAP inbox in the Portal so that the user can see all his mails in the Portal.

Please help me how to configure the SAP mail box in the Portal.

 

Regards

-Sandip

Issue in Chinese Translation in Web Dynpro Java Application

$
0
0

Hi,

 

I need to convert a button's text to Chinese in Web Dynpro Java application.

 

I have added the resource path and translation in the <ResourceName>_zh.xlf file. But the translations are not getting reflected when I change user's portal language to Chinese.

 

I have also tried changing the file name to <ResourceName>_zh_CN.xlf. Also tried adding Chinese [zh-CN] in browser's language. But it didn't work.

 

I have also tried changing the encoding form from 'UTF-8' to 'UTF-16' in .xlf file. But it started throwing build error at time of generation of .properties file --> (java.lang.reflect.InvocationTargetException)

 

Also gone through below links :

 

locale zh-CN =/= zh

problem in chinese translation

https://scn.sap.com/thread/3262427

Chinese translation for Web Dynpro application

 

 

Can anyone provide a solution for this issue?

 

Thanks,

Tarun

View.Icontextnode is not applicable for arguments()

$
0
0

Dear Experts,

 

I am developing report by using bapi, here we are passing parameter from date, to date, division, and user id,I am getting error like View.Icontextnode is not applicable for arguments(),

 

see attached screenshot.


kindly suggest how to resolve.


Regards,

MReddy.

System received expired SSO ticket

$
0
0

Hello All,

 

 

 

Portal version: NW CE 7.3 EHP1

 

 

 

I have a Web Dynpro Java application that calls RFC using Adaptive RFC model.

 

We are facing intermittent issue when were see below error and model execution fails: -

 

 

 

Caused by: RfcException: [null]

    message: System received an expired SSO ticket on AB1 mshost ab1.mysystem.com

    Return code: RFC_SYS_EXCEPTION(3)

    error group: 103

    key: RFC_ERROR_LOGON_FAILURE

 

 

 

I checked SAP Note 947376 and set login.ticket_lifetime and SessionExpirationPeriod both to 16hrs.

 

And also, in addition to this, I include below line after model execution so that it closes JCO connection: -

 

 

 

wdContext.currentZ_Model_InputElement().modelObject().modelInstance().disconnectIfAlive();

 

 

 

But still same error is occuring intermittently.

 

 

 

Also, looked at SAP Note 1130191, but it is not clear 'what' needs to be done as solution.

 

 

 

Any more ideas on this?

 

Thanks & Regards,

Amey Mogare

How to get the next value of element in context node

$
0
0

Hello,

I have a context node and on a form we are displaying it's attribute value. We made one attribute as link to action so when user click on that a new popup window will be shown with the value selected. On this pop up we have 2 buttons Next and Previous. When user click on Next without closing the pop up window it should display the next value of that node on the same attribute. How Can I achieve this ? I think I can iterate through all the values and can get the elementsat(i+1) but is there any other way through which I can directly get the next element attributes.

 

or How Can I get the next and previous values of elements in a context node.

 

Regards,

MS


Not able get Result data

$
0
0

Hello Experts,

 

I have developed on report by using BAPI,When I am run the report its not displaying any result, and more details I have attached screen shot.

 

Kindly suggest where its missing.

 

Thanks and Regards,

M.Reddy.

HTTP 500 internal server error while starting abap web dynpro application

$
0
0

Hi there,

 

i have some problems concerning my web dynpro abap configurations in the system. When i start an application the browser appears and displays the http 500 internal server error.  The required icf nodes are activated, as far as i know. the following properties are set:

 

hostname: aet

port: 8000

 

The generated url for the web dynpro application looks as follows:

 

http://aet.ls3001:8000/sap/bc/webdynpro/sap/zwdr_test?sap-language=EN

 

Maybe anybody of you out there has an idea for that situation.

 

Thanks for your afford and kind regards,

 

Albert

Found in negative cache.... very strange.

$
0
0

Hellow !!!

 

Somebody knows why this error takes place. 

They take place when executing webdynpro in Portal. 

This Improvement when I make deploy again, but this cause that another one webdynpro fails,

with the same error,that is very strange.

Somebody has experience with this situation?

 

java.lang.ClassNotFoundException: com.sap.wdp.InternalLibHESView Found in negative cache

 

 

-

-


Loader Info -

-


 

 

ClassLoader name: Parent loader name: References:

common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mai

l;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.se

curity.core.sda;library:security.class;library:webservices_lib;service:adminadapter....

 

Regards,

Antonio Villagrán.

 

 

 

Error: sapJco3 load the Java library

$
0
0

Dear All,

I have a big trouble when I use sapJco3.

I have downloaded a package "sapjco3-ntintel-3.0.1". After unzipping the jco package, I want to run the sapJco3.jar which is in the sapJco3 folder. I encounter an Error:

not loaded, caused by java.lang.UnsatisfiedLinkError: D:\Downloads\sapjco3-ntintel-3.0.1\sapjco3.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem

According to intro.html in javadoc. I am sure I haven't these issue.

 

I also download the sapJco2.1.8 package. I can run the sapJco2.1.8 successfully without any error.

When I copy this sapJco3 package to my colleague's computer, he can also run the sapJco3 without any error.

 

My computer is Dell LATITUDE D630 and my OS is Windows XP SP2

 

Please tell me the answer, thank you

What is singleton property in Webdynpro

$
0
0

Hi,

What is singleton property in Webdynpro?

please explian along with diagram

 

Regards,

Sid.

Viewing all 989 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>