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

Re: MAIN_SHDIMP/SUBMOD_SHDALIASCRE/SCEXEC_GRANT DBSL error 103 (db code 942)

$
0
0

Thanks Reagan,

 

I have upgrade my database from 10.2 to 11.2 and SUSE linux 11 .

 

I want to restart SUM again but issue is table space  PSAPSR3701x etc createed

 

my query is what step I follow to restart upgrade because our system was 10.2 I upgrade it 11.2 and I have 10.2 database so I do not want to restore database ( fresh installation etc)

 

please guide me


Re: Info type 0008 Previous values nullified

$
0
0

Mr. Rajesh could you get back to me with any idea. (Reg It0008)

 

Thanks,

 

Aruna

Activity Partner not populated for Email Inbox "Interact" Scenario

$
0
0

Hi Gurus

 

When we pick up an EMail from the Agent Inbox using the "Interact" feature, the Interaction Record is created but no Activity Partner is populated.

 

In some case the users do not Confirm the customer and I suspect this is why the Activity Partner is not populated.

 

What are the options for populating the Partner correctly if the customer is not confirmed?

 

Do we need to implement a custom Access Sequence via a Badi?

 

Regards

 

Panduranga

Re: Unable to install SP7 on Crystal Reports 2008 (12.0.0.683)

Re: Reverse Engineering Custom DataTypes -> GUID() in SQL Server to PostgreSQL

$
0
0

Sure. Thanks Dirk, your comments are really helpful.

Re: Stored Procedure

$
0
0

Hi

 

Try This

IF @transaction_type IN (N'A', N'U') AND

(@Object_type = N'20')

begin

if exists (SELECT T0.BaseEntry, SUM(T0.Quantity)

FROM [dbo].[PDN1] T0 INNER

JOIN [dbo].[POR1] T1 ON T1.DOCENTRY =

T0.BASEENTRY

WHERE T0.BaseType = 22 AND T0.ItemCode =

T1.ItemCode AND T0.BaseLine = T1.LineNum

and T0.DOCENTRY = @list_of_cols_val_tab_del

GROUP BY T0.BaseEntry

HAVING (SUM(T0.Price)> SUM((T1.Price /100*110))))

begin

select @Error = 10, @error_message = 'GRPO Unit Price is greater than PO quantity'

end

end

 

With Regards

 

Balaji Sampath

Re: How to Insert each letter of text field in a box ?

$
0
0

Hi,

 

The problem is the length of the string is dynamic.  It could be 1 character it could be 200.  Crystal can't dynamically draw a box.

 

You can create a formula for the maximum number of characters you may have.  Each formula would look something like:

 

If Length ({table.FIELD}) >= 1 then

     {table.FIELD} [1]

Else "";

 

Create 199+ more formulae like this and drop them on the report.  Now format the borders for each of these formula like:

 

If Length ({@myformula}) = 0 Then

     crNoLine

Else crSingleLine;

 

Ugly but it should work.

 

Brian

Re: un able to login to scn.sap.com

$
0
0

It waits and goes blank in my system


SAP Fiori - My Timesheet error: invalid property DAY1

$
0
0

Hi folks,

we started service /sap/bc/ui5_ui5/sap/ui5_hcm_ts_man  out of SICF.

App looks good in browser. We are able to enter timedata e.g. Monday, 5 hours on some cost center.

As we want to send the data to backend it gives us an HTTP request failed error.

 

/IWFND/ERROR_LOG says: "Invalid property DAY1"

which is understandable after debugging because SEGW > SRA002_TIMESHEET > Data model > Entity types > TimeEntry > TimeEntryDataFields (with complex type TimeEntryDataFields) hasn't got any Field DAY1 in it.


So what to do? please help

 

Component Release SP-Level

SAP_BASIS7400005
SAP_ABA7400005
SAP_GWFND7400006
SAP_UI7400008
PI_BASIS7400005
ST-PI2008_1_7100010
SAP_BW7400005
IW_FNDGC1000001
IW_GIL1000004
IW_PGW1000005
IW_SPI1000004
MDG_FND7470003
SAP_AP7000030
SAP_BS_FND7470003
WEBCUIF7470003
MDG_APPL6170003
SAP_APPL6170003
SAP_FIN6170003
SAP_HR6080004

Re: How to create index for Column Table in SAP Hana?

$
0
0

Sorry, but are you sure that you know what you are doing here?

For Oracle, this approach of a function based index could be useful if you want to be able to use the index for rows that contain NULL in column my_column.

 

For heap tables and btree indexes those values won't be contained in the index in Oracle.

 

You can of course also create a calculated column in SAP HANA where NULL is replaced, but why would you? SAP HANA's column store works very differently and NULL values are indexed like any other value.

 

The other and more important question is: why do you think you need to index your data set at all?

 

- Lars

What's max size of an offline dashboard at Mobile App?

$
0
0

Hi Experts

 

What is the max size of a DataSet that I can handle with the mobile App if I want work offline?

There is any data restriction about the size of the data ?

 

Regards

 

 

Cristian

Re: Sender JDBC 7.3 - Query Statement passing dynamic variables

$
0
0

Hi Osman !! In case of errors we want to supply a date which is (6 days in the past). The ideal scenario is one day in the past. Can it be achieved in Sender JDBC ? Dynamically changing parameters for supplied date.

Re: BPC 10 - Change Data Path

$
0
0

Hi Fredrik,

please explain better sharing the system info and server options and explaining if you have same machine for application and db server or not.

 

Thanks

     Roberto

Connect to Sap HANA Cloud Platform Trial from MS Excel

$
0
0

Can somebody provide me information how to connect to SAP HANA CPT from Excel. I successfully made a connection to HANA CPT from HANA Studio. In order to connect from Excel I entered following parameters:

 

Host: localhost ( I assume that when SAP HANA Studio is running it already created DB tunnel)

Instance number: 00

User: DEV_******* ( this trial dev user I've copied from HANA Studio DB connection window, do I need to use p********trial user instead?)

Password: this is the same password I'm using to connect to CTP cockpit.

 

As a result I get error "Could not initialize provider: Connection to database failed.invalid username or password". When I try to use any other username, let's say p*****trial, the excel became unresponsive and restart is required.

excel_error.png

sap.m.List problems with Design Studio 1.3

$
0
0

Hey guys,

     We are facing this problem with the sap.m.List in Design Studio. We are developing a custom component based on the sap.m.List from SAPUI5. We need a click event on the list Items however it does not work as Design Studio is using version 1.18.8 of the SAPUI5 library and the itemPress  event is available from 1.20 on-wards. The selectionChange events on the other hand can be used, but on runtime the checkboxes dont seem to work at all.

 

If anyone has tried this, can you please help with this ?

temp.PNG

(P.S My first post here on SCN, hate that it had to be a question though )


Re: A general problem has occurred within the logon. The error message is: while trying to load from an object array loaded from local variable 'businessObjectType'.

$
0
0

Hi,

 

The problem is probably coming from the number ranging maintenance

 

Go to SNRO, enter the object EBPP_EVENT and then assign a number range 01

 

It will probably solve your problem

 

If there is stil an issue check in UME that you have a customer assigned to your user under the right BUS and existing in the ECC

 

Regards

FM or BAPI For task creation in quality notification

$
0
0

Is there a FM or BAPI that can be used to create a task in for an existing quality notification.

I have tried BAPI_QUALNOT_MODIFY_DATA  but it can only modify an existing task in a quality notification.

I have also tried BAPI_QUALNOT_CREATE     but it can only create a new quality notification and not create a task in an already existing quality notification.

Please kindly provide with a solution.

Re: How to Routine in Tcode VOFM

$
0
0

no, you don't need to do anything else.

if the SELECT return 0  your routine will return 0 and the check of the routine will be manage by the customizing. The rest of the job is in the hand of the functionnal team, not your !

firefighter log review

$
0
0

Hello. My team is responsible for montoring firefighter ID usage on SAP GRC 5.3_21.7. Currently updates a master log documenting each time a user logs in with a firefighter ID regardless as to whether they execute a transaction code. Is there any risk (from an audit perspective) associated with logging in but not executing a transaction code. I'm fairly new on the job and I want to remove governance processes that may be redundant. We pull detail reports for t-codes that are executed on production for a specified period on weekly basis. I'm just not sure whether requiring management to log firefighter login's when no t-code has been executed in necessary. Open for suggestions.

Re: To find the SAP Table size

$
0
0

Hello ,

 

If you want to find a SAP Table size , then you can use the SAP standart program "RSTABLESIZE" for this situation.

 

Find SAP Table size

Viewing all 8902 articles
Browse latest View live




Latest Images