Quantcast
Channel: SCN : All Content - SAP GUI
Viewing all 3616 articles
Browse latest View live

sapgui: SNC Required for This Connection when not using sso

$
0
0

Hi gurus, After setting snc/accept_insecure_gui to 0, logon with a user id and password using sapgui is denied.  A denial message "SNC Required for this connection" appears.  The "Activate Secure Network Communication" box is checked in the saplogon Network tab.

 

When using single sign on with NTLM, the logon works fine.  How can I get a secure SNC connection between sapgui and the SAP server when not using single sign on?


Warm Regards, CM


SAP Personas - How to call flavor in SAP Personas from ABAP program

$
0
0

Hi

 

We have created the flavor for ME23N in SAP Personas V2.0 and in our MM report in the backend, we have the hotspot click on the PO number to call transaction code ME23N to display that PO.

 

We want to make the hotspot click on the PO number and link to our flavor of ME23N in Personas and display that PO.

 

We have able to link to the flavor of ME23N in Personas but it is not display the PO number that we click.

 

The below is the sample code:

 

SET PARAMETERS ID 'BES" FIELD p_pono.

 

CALL METHOD cl_gui_frontend_services=>execute

  exporting

   document = 'http://................................/sap/bc/bsp/persos/mainapp/index.html?link= E50A.........'

  exceptions

   others = 1.

 

Does anyone know how to make it work?

 

Regards

Nattawat

Pass internal table from R/3 to personas by web RFC?

$
0
0

Hi All,

 

I have a requirement in which I have to get data from a table and pass those data to Personas.

Is there a possibility to pass internal table from R/3 system by Web RFC call to SAP Screen Personas?

 

Really appreciate if some guidance can be provided.

 

Thanks & Regards,

Vandana Sarda

SAPgui 740 patch 2 - excel integ not working

$
0
0

hi guys,

yesterday I applied the newest patch 2 for SAPgui 740 and since that I'm facing very weird problem.

I developed a report with excel inplace where I set and get data from excel sheet, after update I'm not able to get data from sheet using method  i_oi_spreadsheet~get_ranges_data, when I use another PCs with SAPgui 730 & 740 patch1, everything works fine

 

this is the piece of code:

     clear: lt_rangesdef[], lt_contents[].

       ls_rangesdef-row = lv_rows.

       ls_rangesdef-column = lv_left.

       ls_rangesdef-rows = 100.

       ls_rangesdef-columns = lv_columns.

 

       insert ls_rangesdef into table lt_rangesdef.

 

       call method go_handle->get_ranges_data

         exporting

*         all       = 'X'

           rangesdef = lt_rangesdef

         importing

           contents  = lt_contents

           error     = go_error

         changing

           ranges    = lt_ranges.

 

       me->check_error( ).


I cannot use ranges, I have to define selected area in rangesdef

has anybody else faced similar problem or is that really a bug on this newest patch?


thanks

Juraj

SAP GUI Java 740 service definition on Mac OSx

$
0
0

On our windows platform we define SAP services in the c:\windows\system32\drivers\etc\service file.  For example:

 

SAPMSPRD 3606/TCP

 

Then in the SAPUILandscape.XML we define the message server as follows:

 

<Messageserver uuid="00000000-0000-0000-0000-000000000088" name="PRD" host="server.xyz.com" port="SAPMSPRD"/>

 

and the Service as follows:

 

<Service type="SAPGUI" uuid="21000000-0000-0000-0000-000000000088" name="Production" systemid="PRD" msid="00000000-0000-0000-0000-000000000088" server="Public" sapcpg="1100" dcpg="2" wan="0"/>

 

When trying to launch the application on the Mac OSx (version 10.10.3) the service SAPMSPRD is not found and the opening of the SAP GUI for systemid PRD fails.  If SAPMSPRD is replaced with 3606 directly it works, however, we are trying to 'share' this XML between the two Operating systems (PC and Mac).

 

How do we define the service SAPMSPRD on the Mac OS 10.10.3 ?

 

Regards,

 

Rich

GUI 7.40 P3 saplogon.ini via http

$
0
0

Hi,

 

I want to provide a centralized saplogon.ini on a webserver. I don't want to use an unc share because this will cause serious problems with user credentials in my special case. I've checked notes 1426178 and 1541648.

 

So I've added registry entry HKLM/../ConfigFileOnServer: "http://server/SapLogonTree.xml"

In SapLogonTree.xml you see this:

File type="Connections" name="saplogon.ini" - saplogon.exe displays an empty window (of course)

So I changed to this:

File type="Connections" name="http://server/saplogon.ini" - this also results in an empty window, but I can open the URL in my browser without problems.

I also tried this:

File type="Connections" name="\\server\share\saplogon.ini" - this works well, but as I said it is no option for me.

 

Now I'm lost. Did I misunderstand note 1541648 and you cannot specify saplogon.ini with an URL at all?

 

Thanks a lot

Frank

Personas 2.0 -- IE & Chrome not recognizing Excel type attachment

$
0
0

Hi,

Wondering if anyone has run into this issue on any other MExxN screen, such as ME53N (in our case).

This is on a Personas 2.0 SP3 system. Using Basic View of ME53N (and Flavors behaves the same way), I open an Excel document linked to an Item :

i.e. select the item in the item overview section, click on the attachment clip icon. Then double-click an Excel row on the next screen.

 

When I use FireFox Browser, the Excel document type is automatically recognized as Excel, and I do not see a dialog to choose a viewer. On the other hand, when I use IE (v10) or Chrome (v43), the Excel document type is not recognized, and I am presented with a 'choose viewer' dialog. In my prior discussion thread Personas 2.0 ME53N not recognizing type of attachment , I had stated that PPT and PDF weren't being recognized, but that Excel and Word were being recognized. I was only one-third right about Excel because at that time I was testing with FireFox only. All 3 browsers now recognize PDF, PPT and Word after I implemented the DC30 mime type updates suggested in the above thread. Only remaining issue now is IE and Chrome do not recognize Excel attachment type automatically.

 

Some info :

The MIME type in tcode DC30 is set to 'application/msexcel'.

The IE browser console log appears to indicate Excel ... and the GET command results in a status 200.

The URL is a loong string like  https://server:port/sap....../restgui/resource/.......

Capture1.PNG

 

If anyone has run into this issue, or has any suggestions, would highly appreciate it. Thanks !

Jay

How to configure or install SAP CLIENT for MACBook Pro

$
0
0

Dear Experts ,

 

Please help in identifying the client interface in Macbook Pro . for connecting SAP Systems. Please help procedure in configuration of same.

 

Regard's

Sai.


Personas: Authorization Check for S_PERSONAS although Personas neither installed nor used

$
0
0

I am getting checks for authorization object S_PERSONAS for all transaction codes called in addition to standard check although we do not use Personas on the system. I use authorization trace from transaction ST01.

It checks for Flavor-ID SAP_PERSONAS.

We use NetWeaver 7.40 ABAP SP04, no personas component installed.

Any ideas how we can switch off that check since it extends the list of checks so that it is more difficult to find the relevant entries and probably it will also cost unnecessary performance?

SAP screen personas - Error

$
0
0

Hello to see if you can help me because I have a customer who is very concerned: In 2 transactions such as ME2L (Purchase Order List by supplier), I created a flavor and all well but when the customer clicks the maxcode (F4) of the field jumps provider wrong and we check screen

 

The error says : "" It hasdetectedan unexpectedactivity andhave been disconnectedfrom the system ""

 

many Thanks

issues installing SAPSSO.MSI from Windows 8 Server R2

$
0
0

Hello,

 

We're in the process of setting up single sign-on, and the task we're struggling with is installing SAPSSO.MSI on our terminal server.

 

We've installed SAPSSO.MSI on our Windows 7 desktops, and it's working fine. But it's also required to be used on our terminal servers.

 

The terminal servers are currently running Window 8 Server R2.

 

What I was wondering is what exactly the installer is doing? If there are set number of tasks that we do manually that would really help.

 

I did come across this post (Running SAPSSO.MSI from Installation Server On End Install) that mentions creating environment variables, but I'm not entirely sure this is all it does.

 

Does anyone know all the steps this installer does?

 

Cheers, Paul

SAP Screen Personas 2.0 SP3 - where is the System Selection screen?

$
0
0

Hello everybody,

 

with SAP Screen Personas 2.0 we configurated a connection from a ERP to a SCM (EWM) System. It works fine by using the System Selection Screen. We patched first to SP1, after to SP2 and recently to SP3.

 

But now (I'm not sure when, maybe since SP2, maybe not), I can't find the System Selection screen to access the connected SCM System. Additionallly in the SCM is no customizing-possibility for system-adjustment. So how we can get back the System Selection screen with SP3???

So, now I have no possibility to reach the SCM-System??

 

With SP1:

Zwischenablage01.jpg

 

With SP3:

Unbenannt.PNG

 

Thanks a lot for helping!

SAP Screen Personas Security

$
0
0

Can we use existing security role to  SAP Screen Personas users or we need to define new role?

personas 2 sp03 and personas 3.0

$
0
0


Hello Experts,

 

We have installed Personas 2 SP03, while I personally did openSAP training in Personas 3.0.

 

As I was going thru Personas 2 SP03, I found that the screen editor layout is very different from what was show in the training for Personas 3.0.

 

1. Screen Editor is different

2. When I press scripting, system is asking a file to be saved on desktop, I guess in Personas 3.0, scripts are stored in SAP itself.

 

However I would like to enlist more differences between these 2 versions(2.0 SP03 and 3.0), can you all please help to provide those differences?

 

Thanks

Kapil.

Personas 2.0 - SP3

$
0
0

We recently installed Service Pack 3 in our Development environment. I am performing testing and I started by importing our existing flavors into DE2 from QE3 and PE1 (I can’t remember which but they’re the same). I wanted to share a few things that I’ve noticed thus far. We didn’t start functionality testing yet, so I may have additional questions. The second issue below makes it difficult to test funcationality though.

 

1.      My browser is defaulted to 125% zoom level. When I accessed flavors, this zoom level has a negative impact and causing boxes to not display what’s there. For instance, the Document Overview and Header Text boxes are empty at 125% but when I change to 100% it populates. See my depictions below. My concern is that most laptop users in my company have their zoom level set to 125% so they’ll experience this issue. Is there any way to prevent this? Any suggestions?

 

2.      I’ve also provided a screenshot of my flavor for ME51N with the SP3 enhancements. For some reason, the fields displayed in the table are different in SP3. What’s that about? I simply exported/imported the flavor between environments. The fields that I made available are not the same; the fields are in the right order but the titles aren’t correct. For instance, the order of the fields should be Item, AA Cat., Item Cat. and Material. In SP3, I see A, AA Cat., Item Cat. then Short Text but the Item Cat = Material. Why is this happening? What should I do?

a.      You’ll also notice that he fields overall just don’t match. I didn’t change anything but the flavor is completely different in SP3

 

 

125% zoom level

SCN 06.04.2015.jpg

 

100% zoom level

2015-06-04_12-38-33.jpg

 

ME51N Flavor without QE3

2015-06-04_13-03-55.jpg


Handling Tables / Navigation in Tables in SAP Screen Personas 2.0

$
0
0

Hello all,

 

I found some videos concerning to the Subject "Table Handling and Navigation in SAP Screen Personas Scripts for version 3.0", but I found nothing for   Version 2.0.) .

The special Question is:

Is it possible to find the first emty row in a table control in a SAP Screen Personas 2.0 flavor. and is it possible to fill fields of the first empty row  of the table control using a script.

If the answer is "Yes":  what I have to do realize it in SAP Screen Personas 2.0.

 

Thanks in advance and

Best regards

Adrian Scheffer

SAP Screen Personas 2.0 Tab Caching in IW34

$
0
0

Hi Experts,

 

I have a requirement to display the Tab related data in One Screen.

We have T-code IW34 which creates the Work order Notification,Mainly we have Header Tab,Operations Tab and Components Tab.

All the data need to be capture in One Screen.

The Problem i faced here is like that below.

      1.When i try to put the Header Tab fields out of Tab Area,it is visible when i was in Header Tab region,when i click on Operations Tab.the Header Tab data which i captured out of the Tab Area is Missing and invisible.

 

      2. Operation Tab and Components Tab data has Tables.

          I don't have any problem to get the Tables out of Tab Area,but when i click on Operations Tab,the Table of components Tab is invisible and vice-versa.

 

Please help me ,if we have any workaround to capture the data All in one screen.

 

Thanks,

Shiva.

Program name change in transaction

$
0
0

Hi All,

 

We have created a flavor of a Y transaction in one client, we are observing that the Dynpro program name is getting changed for this Y transaction in other client, so what is happening is the flavor for this Y transaction is working in the client where we have developed it but not working in other client as the Dynpro program  name is changing. I have seen there is an option related to change in program name in the same client but do you have any solution for the above scenario where program name is changing in different client for the same Y transaction and how can we build and export flavor for this in Personas.

Screen ID overwrite

$
0
0

Hi All,

 

While exporting an Z transaction from system to another , we faced an issue regarding the change of name in program which affects the design of the screen. I have seen an option regarding new program name but it is also not working.

Please reply as soon as possible.

Screen Personas 3.0: Flavor controls are not saved

$
0
0

Hi all,

 

i just implemented the latest sap notes this week for Screen Personas 3.0.

If i now edit any existing flavor or create a new one, i can change positions, colors etc. for standard dynpro elements and save it succesfully.

 

If i add own controls such as a button or whatever and press "save" or "save and exit", my flavor is shown but without all the custom controls i added. Does anybody know this problem? Did i miss an important note? I got all the ones from note2050325 and since it didn't work after implementing them i implemented the newest from support.sap.com as well...

 

I appreciate your help!

 

@Update: We found some strange behaviour: Two user, same rights, same configuration. I can't save controls in Chrome and in IE the flavor galery doesn't even expand so i could edit anything. My colleague is able to edit and save flavors with custom controls in IE, but can't do anything in chrome... Any experience on this? We got same browser versions, both up to date.

 

Kind regards,

Christoph

Viewing all 3616 articles
Browse latest View live


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