Quantcast
Channel: SCN : Popular Discussions - Internet Transaction Server (ITS)
Viewing all 399 articles
Browse latest View live

Web dynpro abap login ,WebDynpro Exception: Application // Does Not Exist

$
0
0

I have followed the note 1088717 for activating the services for web dynpro ABAP in SICF .

Even then i do get the error that has been mentioned below .Please help me and do mention the services if any that need to be activated for proper functioning of the weeb dynpro abap.

 

 

 

 

What has happened?

The URL http://cgslsvr3:8020/sap/bc/webdynpro was not called due to an error.

 

    

Note

 

The following error text was processed in the system CGD : WebDynpro Exception: Application // Does Not Exist

The error occurred on the application server cgslsvr3_CGD_20 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: RAISE of program CX_WD_GENERAL=================CP

Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

 

 

    

   

 

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CGD in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server cgslsvr3_CGD_20 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server cgslsvr3_CGD_20 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

 

 

Error code: ICF-IE-http -c: 110 -u: BASIS -l: E -s: CGD -i: cgslsvr3_CGD_20 -w: 0 -d: 20080331 -t: 151406 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION

 

 

 

HTTP 500 - Internal Server Error

 

 

Your SAP Internet Communication Framework Team


Timeout settings - 400 Session timed out

$
0
0

Hello SRM-gurus,

 

we're working with SRM 5.0 and internal ITS. We would like to change the session timeout settings for the Web-UI.

For example if a user is logged in but does not use the SRM-system for 40 minutes (no clicks). Then he should be able to go on working without getting the error message:

 

400 Session timed out - please log in again

-

-


Error: -11

Version: 7000

Component: ICM

Date/Time: Wed Feb 13 09:02:19 2008 

Module: icxxthr_mt.c

Line: 1705

Server: xyz

Error Tag: {-}

Detail: Session does not exist

 

© 2001-2005, SAP AG 

 

 

We found the thread "TIME OUT ERROR"

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=400Sessiontimedout-pleaseloginagain&cat=sdn_all

and tried to find the correct parameter in SMICM. Is it 'conn_timeout' or 'icm/keep_alive_timeout' or another one?

 

As Deepi P mentioned in this thread, there is no chance to change the paramter icm/keep_alive_timeout.

 

We would prefer a 2-hours timeout.

 

Thanks for your help in advance,

 

Regards,

 

Henning

 

disable multiple dialog user logins to RF SCANNER

$
0
0

We have requirement where we need to disable multiple dialog user logins to RF SCANNER and allow Service users to be able to login multiple times.


We tested this login/disable_multi_gui_loginparameter and it’s working when logging in from GUI but it’s allowing multi login if we login to RF Scanner (ITS SERVICE).

 

please can you advice whether it is possible.

 

thanks,
Ranjith

SAP ITS webgui "IP address identified"

$
0
0

Does anyone know how to suppress the "IP address identified" when starting the ITS webgui?

 

ITS_IP_address_identified.jpg

ITS Mobile Logoff and return to Logon Screen

$
0
0

My client is running ECC 6.0 with basis 7.31 patch 5(SAPKB73105).

 

I have created a z service to run my custom ITS transactions. 

 

In the service I have selected Altertnate Logon Prodedure and have removed all the procedures except Logon Through HTTP Fields.  There is no option for Fields Authentication, as all the help that I read indicates that should be the option. 

 

When I run my service and then select F8 Logoff, I am able to logout.  But I would like to be redireted to the logon screen.  So, I have created an Explicit Reponse Body page under the Error Pages->Logoff Page.  That code reads:

<html><head><title>
Logoff Page
</title><script>
function home() { var url = 'http://' + window.location.host + '/sap/bc/gui/sap/its/zlm_its?command=logoff?';window.location.replace(url); }
</script> </head> <body onload="home();" >
...Disconnecting...
</body></html>

 

I run the service, I am prompted to logon (as should be), then I F8 Logoff and the popup for Yes/No displays.  I select Yes and I see the Disconnecting then I am returned to the Menu and not to the Logon Screen as should be.

 

What am I missing?  I have read all the OSS notes and help, but none has been relevant to my issue.

 

Thanks!

ITS Mobile - initial setup

$
0
0

Hi Experts,

 

We're using SAP ECC6.0, integrated ITS.  I want to setup the ITS Mobile for our SAP Standard and SAP Custom RF Transactions.   Please explain how to setup the ITS for enabling standard and custom RF transactions.  If you have prior experience in doing this ITS Mobile.  Please share your knowledge on this.  Appreciate your help.  Right answers will be rewarded.  Step-by-Step instructions for setting up the ITS for the RF transactions will be helpful.

 

Thank you.

with regards,

Muthu Ganapathy.

Webgui Navigation

$
0
0

Hi All,

 

I have a strange scenario and I am not finding much in the way of answers on the web so hoping someone else has come across this. I am in the process of deploying personas 3 sp1 and when testing the personas service I am able to successfully log in and see the webgui page but I am not able to navigate to any meny items, run transactions, etc...

 

It is almost as if the page is a "template" with no active or working links. Has anyone come across this before?

 

Thanks in advance.

 

Kind Regards

Michael Wilken

dialog box cannot be displayed in IAC iview

$
0
0

Dear,

 

We have created a service for an IAC iview for an abap transaction with ALV. When testing transaction using web gui, it works fine. However, when testing the transaction thru the service, some of the function like 'Sort Ascending', 'Sort Descending' in the ALV toolbar does not work. The problem is that the dialog box that should be displayed after clicking 'Sort Ascending' or 'Sort Descending' cannot be displayed.

 

There is no such problem when testing the same transaction using web gui.

 

Following is the GUI configuration defined for the service

 

~COOKIES0

~GENERATEDYNPRO

1

~PASSWORD

~POPUPS1
~STYLEdhtml
~TIMEOUT10
~TRANSACTIONZZZZZZ
~WEBTRANSACTIONTYPEEWT
~FLICKERFREE0
~DISCONNECTONCLOSE0
~NOHEADEROKCODE1
~WEBGUI1
~SINGLETRANSACTION1
~USERAGENTCHECK0
SAP-IEEmulateIE8
~NOSPLASH1
~WEBGUI_POPUPS2
~WEBGUI_SIMPLE_TOOLBAR32
~THEME99

 

Any idea what is going wrong.

 

Thanks,

Francis


HTTP/RFC session has been deleted following timeout

$
0
0

Dear Sirs,

 

we are getting this error message in our SM21, on a server running internal ITS where everythings seems to function quite well. Does this error message require any actions? According to the details it looks like a quite normal warning, but I would like to get some input from the community on this issue.

 

From transaction SM21

08:00:00 host        DIA 000 100 USER     Program_ R2G HTTP/RFC session has been deleted following timeout 

 

Documentation for system log message R2G :

                                     

In the standard system there is no timeout for RFC servers. When the first remote function call is made, the RFC is connected and logged on to. and when the RFC connection is closed, the RFC server is deleted. You can activate an explicit timeout for RFC servers for an existing RFC connection using the function module                      

TH_SET_AUTO_LOGOUT.                                                           

If within the time specified no further RFC calls are made, the RFC server is deleted. If the RFC client then sends a further call to the server, this is sent back with an error code.                             

 

regards,

Joe

ITS Mobile - initial setup

$
0
0

Hi Experts,

 

We're using SAP ECC6.0, integrated ITS.  I want to setup the ITS Mobile for our SAP Standard and SAP Custom RF Transactions.   Please explain how to setup the ITS for enabling standard and custom RF transactions.  If you have prior experience in doing this ITS Mobile.  Please share your knowledge on this.  Appreciate your help.  Right answers will be rewarded.  Step-by-Step instructions for setting up the ITS for the RF transactions will be helpful.

 

Thank you.

with regards,

Muthu Ganapathy.

ITS custom Theme not working after upgrade EHP7

$
0
0

Hi.

 

We have service ITS published in the portal 7.4.

 

We have updated the system SAP ERP ehp6 to ehp7 , however the applications not work fine.

 

What is the cause of this issue?

 

We use this parameters

 

~TRANSACTION    zTEST

~GENERATEDYNPRO    1

~WEBGUI    1

~COOKIES    0

~NOHEADEROKCODE    1

~THEME    sl

~WEBGUI_THEME    sl

~NO_ITS_HEADER    1

~WEBGUI_SIMPLE_TOOLBAR    34

~WDSKIPSPLASHSCREEN    1

 

Regards

New session was refused due to memory bottleneck

$
0
0

Has anyone had experience with this error and know how to go about fixing it from occuring again?

 

 

Error when processing your request

 

 

What has happened?

The URL https://____________/zpro was not called due to an error.

 

    

Note

 

The following error text was processed in the system DEV : New session was refused due to memory bottleneck

The error occurred on the application server onebase_DEV_00 and in the work process 0 .

The termination type was: ABORT_MESSAGE_STATE

The ABAP call stack was:

Function: ICF_ATTACH_ITS_PLUGIN of program SAPLHTTP_RUNTIME

Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

 

 

    

   

 

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DEV in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server onebase_DEV_00 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server onebase_DEV_00 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

 

 

Error code: ICF-IE-https -c: 160 -u: ****** -l: E -s: DEV -i: onebase_DEV_00 -w: 0 -d: 20080822 -t: 094930 -v: ABORT_MESSAGE_STATE -e: New session was refused due to memory bottleneck

 

 

 

HTTP 500 - Internal Server Error

 

 

Your SAP Internet Communication Framework Team

Problem after server upgrade

$
0
0

Hi,

 

After a server upgrade, from SICF, I can login and see the first page of service ITSMOBILE01, but when I tried to navigate to other page I get an error HTTP 400 Bad Request.

 

Regards.

ITS Mobile screen resolution

$
0
0

Hi,

 

I am new to ITS mobile. We have created HTML templates for one of our RF transaction. The screen resolution is very small. When opened in
the browser its fine but if we open the same in a mobile device we have th zoom in and out every time. Could you please
let me know what I need to fix this issue?

 

    Nehru

ITS Mobile Logoff and return to Logon Screen

$
0
0

My client is running ECC 6.0 with basis 7.31 patch 5(SAPKB73105).

 

I have created a z service to run my custom ITS transactions. 

 

In the service I have selected Altertnate Logon Prodedure and have removed all the procedures except Logon Through HTTP Fields.  There is no option for Fields Authentication, as all the help that I read indicates that should be the option. 

 

When I run my service and then select F8 Logoff, I am able to logout.  But I would like to be redireted to the logon screen.  So, I have created an Explicit Reponse Body page under the Error Pages->Logoff Page.  That code reads:

<html><head><title>
Logoff Page
</title><script>
function home() { var url = 'http://' + window.location.host + '/sap/bc/gui/sap/its/zlm_its?command=logoff?';window.location.replace(url); }
</script> </head> <body onload="home();" >
...Disconnecting...
</body></html>

 

I run the service, I am prompted to logon (as should be), then I F8 Logoff and the popup for Yes/No displays.  I select Yes and I see the Disconnecting then I am returned to the Menu and not to the Logon Screen as should be.

 

What am I missing?  I have read all the OSS notes and help, but none has been relevant to my issue.

 

Thanks!


ITS Mobile - initial setup

$
0
0

Hi Experts,

 

We're using SAP ECC6.0, integrated ITS.  I want to setup the ITS Mobile for our SAP Standard and SAP Custom RF Transactions.   Please explain how to setup the ITS for enabling standard and custom RF transactions.  If you have prior experience in doing this ITS Mobile.  Please share your knowledge on this.  Appreciate your help.  Right answers will be rewarded.  Step-by-Step instructions for setting up the ITS for the RF transactions will be helpful.

 

Thank you.

with regards,

Muthu Ganapathy.

SAP ITS Screen Size

$
0
0

Dear Expert,

 

I am facing issue regarding way to change the screen format during display.

There are few points i would like to add before some suggestion is posted.

1. Template generated for LMOB(package) for all the screen, instead of LM00(889 ; reason = always getting message user is already logged in )

so there is no way i can save the screen format before displaying in the mobile device. So decided to call the transaction LM01,... etc directly by creating different ITS service.

2. Implemented all the input which is currently present in forum, Read all the notes which only suggest.

3.

~ITSMOBILEELEMUNITSpx
~ITSMOBILEELEMFACTOR6

~DYNPRO_COMPRESSION 1

using the above fields we get some help but not complete. Still some screen does not fit the browser ( coming out of the screen and also without any scrollbar another big issue)

4. Used ITSGENMOBILE4 Mobile Devices (Without HTML Tables).

 

My question is how to assign and change screen format for any ITS service i created (template can be generated from standard or custom screen). currently only 8X40 is coming by default.
Lot of things are mentioned about different service parameter.... create a customzed .css , use FUNCTIONS in ITSMOBILE but i still not able to find a single page which explain how and what to change in this. can anyone also help in this ?

Push Button event not getting triggered

$
0
0

Hi All,

 

I am working on a scenario where I have to scan a barcode and perform certain subsequent activities from a hand held device. I have developed a custom module pool and created a internet service based on the screens. When I execute the service on the HHD, I get the standard login page and after logging in, the first screen of my module pool gets displayed. After entering the relevant details, when I click the push button(to fetch certain details from DB before scanning the barcode), the device shows that the request is being processed but it does not come out of that 'loop'.

 

When i tried the same scenario on a android mobile device, it works as expected. Also when I put a external break point when testing from Android, it(obviously ) gets triggered. But when I try the same on the HHD, the external break point does not get triggered suggesting that the request does not reach ECC at all.

 

The HDD a Motorola manufactured device with Windows CE 6.0 installed and the browser is IE. Could anyone please help me understand if I am missing anything here.

 

Thanks in advance.

 

Regards,

 

Sagar

can not get field value from ITS service

$
0
0


Hello experts,i created an ITS serivce for a custom ABAP dialog program,there are 2 fields(material、plant) in the screen,after i enter these 2 field value,the abap program only get the plant value,but the material field value seems can't not be transfer to abap program from ITS html web page,anyone konw it?

ITS Mobile screen resolution

$
0
0

Hi,

 

I am new to ITS mobile. We have created HTML templates for one of our RF transaction. The screen resolution is very small. When opened in
the browser its fine but if we open the same in a mobile device we have th zoom in and out every time. Could you please
let me know what I need to fix this issue?

 

    Nehru

Viewing all 399 articles
Browse latest View live