Quantcast
Channel: SCN: Message List
Viewing all 8851 articles
Browse latest View live

Re: Save As XLSX file crashes PowerBuilder

$
0
0

Hi Chris -

 

Sure, I will try that and let you know

 

BTW, is this being reported by many others or am I alone?

 

I did see that saving as XLSX needed .NET framework 4 or later

 

Is it possible Windows 7 users would not have .NET framework?


Re: Stuff SAP could easily fix - rant / wish list

$
0
0

The first problem is that the normal syntax check does not warn you of the incompatibility and the first you know is a short dump.

 

I am told (by Horst Keller) this is impossible, as the name of the function module is in quotes and so the normal syntax check cannot tell what function module it is dealing with, whereas a method call does not have the quotes so the syntax check knows what method it is dealing with and thus the signature. This also prevents you creating data using the new DATA construct when getting back parameters from a function module, whereas it works for a method.

 

I think that is a silly argument, as if the extended check can determine the exact function module then surely the normal syntax check can be enhanced to look in the same place, especially as we are talking about something which will 100% cause a short dump. My sneaky suspicion is that this is a way to try and stop us using function modules, despite the fact that sometimes there is no alternative (RFC, variant configuration etc.)

 

I have found that sometimes even passing in a variable with the same type and length as the expected parameter can cause a short dump, if the underlying data elements are different. Not always, but sometimes. No pattern that I can see.

 

In ABAP 7.40 and above you can wrap your parameter in the CONV construct and thus the CHAR value is converted into a string or vice versa and so no short dump. I use this very example in my good old book, as I recall, with a bit of a similar moan about the need for doing this in the first place.

 

Cheersy Cheers

 

Paul

Getting started with the SAP HANA Cloud Platform Cockpit and the trial version

$
0
0

Hi does anyone have a very basic tutorial on getting started with the SAP HANA Cloud Platform Cockpit and the trial version. As it is now. All that is set up in my trail version is MyHana schema. I have created a new schema but I cannot do anything with them. If I click on the schema I get

Type

Schema

Database System

HANA (<shared>)

Database Version

  1. 1.00.97.03.1443520413

Bindings

0 available

Size (Used)

n/a

 

and if I try to create a new binding I am asked for the

 

Data Source:

Java Application:

 

I don’t know what to do here.


I want to get to the HANA studio workbench with a schema I can use to test out SQL.


Re: JVA - Special Purpose Ledger or Additional Ledger?

$
0
0

Hi

 

JVA comes along with its own Ledgers

 

In addition, you can add a new ledger in the New GL

 

You can also use Special purpose Ledger if you wish

 

Ajay M

Re: Copy table from different database

$
0
0

This is how we currently do it, but it's a bit cumbersome - was just looking for something a little cleaner. Had to add a text file as there seems no way to paste into this editor (right click  - Ctrl-V) nothing works

Re: Restrict access to rows in tables using S_TABU_LIN

$
0
0

Hello,

 

Just stepped into this post and note  24578 - SAP Query: Authorizations

confirms that S_TABU_LIN cannot be used for queries:

 

"...When a query is executed on an InfoSet with direct read accesses on a table or a table join, the system checks whether the executing user has read authorization for the corresponding tables (display authorization for object S_TABU_DIS/S_TABU_NAM). The line-based generic table authorization check (object S_TABU_LIN) cannot be used for queries...."

 

We´re currently using query variants in the program, so the custom tcode that calls the query already set a variant for the query where the organizational field attributes are greyed out. problem is that we might need to create a new tcode for every organization. Have you faced a similar problem before? any thoughts?

 

Thanks

Diego

Re: Copy table from different database

$
0
0

This application connects to a Web Service, and the web service makes the request to the DB and sends it back to the application

Re: Problem with /SMERP/WM_DOTRANSORD_DELV_CRT

$
0
0

find the solution of this issue with OSS Note 2307647

 

Best Regards,

 

Mariana

 


Re: Fuzzy search with wildcard character

$
0
0

Hi Josef,

 

I tried above approach but the SCORE calculation is very less that even a single change in character would result in difference of 0.4 to 0.5. so basically if there is a change in search string by 2 characters, it never shows in output.

 

this is the impact ,

 

Mode         wrong characters    additional characters in search   additional characters in table

        

substringsearch    high                                         high                                          low

 

Thanks,

Akshay

Re: Routing Guide Extension Issue

$
0
0

For route determination in the sales order. You can use /N/SAPRGX/ULOG (select Full Log). This should give you the information you need to see if your new SAPRGX/VK11 record is being used or another condition record was found first. To turn off the log, run the same transaction and choose No Log.

Re: How cost effective is creating full text index for Fuzzy search?

$
0
0

Hi Krishna,

 

I have both requirement for token search as well as whole word search. Both are different tables. What is the optimal way of creating index?

 

Thanks,

Akshay

Re: Long Loading Time for Prompts

$
0
0

Jorge, do you remember what the fix was here? We did not apply any updates or patches, just rebooted the server and then this same behavior started occurring.

Re: SUM SP14 - new start command ??

$
0
0

Hi,

I am also facing issues in SUM SP16 Patch7 and Patch8 when I try to open the sumjava.

 

FYI - I am able to open sumabap and migtool links.I am using latest saphostagent.

 

Can anyone help me or suggest me on how to open sumjava in NW7.5 JAVA system.I am struggling from 2 days trying various options.

 

Links which I tried to open for sumjava,

http://<hostname>:1128/lmsl/sumjava/<SID>/dual.html  ---  XML Parsing Error :no element found Line Number 1, Column1.

http://<hostname>:1128/lmsl/sumjava/<SID>/index.html  --- Same XML Parsing Error.


Thanks,

Deepak

Alerta a usuario conectado usando $[USER]

$
0
0

Hola y saludos a todos.

 

Ocupo hacer una alerta para todos los usuarios con los documentos creados por cada uno, pero en vez de hacer muchas alertas

me gustaría hacer una sola y marcar a todos los usuarios.

 

Intente haciando un query asi.

DECLARE @USUARIO INT

SET     @USUARIO = (SELECT $[USER])

SELECT     T0.[DocNum], T0.[DocDate], T0.[DocTotal]

FROM     OQUT T0

WHERE     T0.[UserSign] = @USUARIO

 

Con este query se creo una alerta y se marcaron todos los usuarios.

Para que la alerta sea, digamas inteligente, y trabaje contra el usuario conectado, pero no me funciono.

 

Alguien a hecho al parecido o tiene alguna idea.

 

Saludos y gracias de antemano.

Re: Subtract one field from another with condition


Re: SAP GUI 7.40 PL8 - Bigger dialogs + screens

$
0
0

Seems, Personas is responsible... I have deactivated the Personas according to this. Now the input fields and ALV controls look like before 

Re: Info param Vs System Param Vs control param?

$
0
0

Hi Vishnu,

 

We have to give different possible solution to them as client may asked something and we provide.

 

If they would have already BW integrated what would happen to event message header extension solution, then they have to create another BW functional plugin separately (enhancement again) to retrieve data for those new fields.  We are providing different solution and suggestions to them, the end of the day, the consultant take away what is the best way they want to propose with minimal TCO.

 

I hope this helps.

 

Regards


GGOPII

Re: A number of questions regarding my interface (new sfcv, importing SI to BS, content conversion)

$
0
0

I was advised to try doing 1 level at a time, so I rebuild the dt/mt and did the inv level. I got the inv level working and have ingested a utf8 file and exported a xml....

As seen here:

xml out 1 tier.PNG

 

However, when I created a 2nd instance, using 2 tiers, the INV and GL. When running the file in I only get the GL stuff out and the message sits in Mesmon with the generic mapping error:

 

mesmon error 2 tier.PNG

It suggests that a values missing in the queue context. So I went into the MesMapping and ran through a set of tests. It passed data for all fields, xml tags included. So not sure if this is a red herring.

 

When I examine the xml here, it has also only parsed the GL tags and missed the INV header tag:

 

mesmon 2 tier INV missing.PNG

 

Which is odd, as in the 1 tier it passed INV ok. At least it passes multiple instances of GL tag, which is a bonus.

 

Some  more input would be gratefully received...

Crystal Reports upgrade problem going from 13.0.2 to 13.0.16

$
0
0

I am upgrading a Windows desktop application from Crystal Reports 13.0.2 to 13.0.16 and am seeing problems.  The CrystalReportViewer is displaying the hard coded strings of the report title and column headers properly.  And the subreports that display the page headers and footers are working.

 

But no data is displayed.  I set a breakpoint and can see that the dataset being passed to the ReportDocument has data.

 

I ran the rpt file with no changes and saw this behavior.  I loaded the report in Visual Studio 2010 after running CRforVS_13_0_16.exe.  I checked the Datasource Location, verified with Database Expert the fields matched, and ran Verify Database and it said everything is up to date.  I then saved the file and upgraded it to the latest version.  I am running the application under the "SAP Crystal Reports runtime engine for .NET Framework 13.0.16.1954".  I see the exact same behavior as before.

 

I am at a loss for what to check next.  Any thoughts would be appreciated.

 

Thanks,

Tom

Re: Unable to login into CCM/infoview/CMC

$
0
0

1st, please specify your BOXI3.1 product version, OS, and CMS database, and Web server so that we know where you are and how to help you.  For example,

[ENVIRONMENT]

Product version - BI4.1 SP07 FULL installation and FixPack 7.1

OS - Windows 2012 R2

CMS Database - Oracle 12c

Java Application Server - Tomcat7

 

2. "FWM 01003 Null server may be down error" error.  Go to Event Viewer (Windows) or /var/log/messages (Linux) and locate the errors with their timestamp and what type of server was down, Deski cache server/Deski processing server, etc.

 

3. "getting failed after 20-30 mins of running / while refreshing reports manually".  This seems to be a web session timeout after 20 minutes.  The default session-timeout is 20 minutes.

 

If not sure and your OS is Linux/UNIX,  run the following command and provide the listing.

cd $BOBJEDIR/tomcat

grep session-timeout `find . -name web.xml -print`

 

Let's pause here and see what you got and go from here.

 

Regards,

Jin-Chong

Viewing all 8851 articles
Browse latest View live




Latest Images

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