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

Re: Capture parameter multi value with trim in Crystal Report

$
0
0

Hello Prasad,

 

Please use below code

 

stringVar array x := split(Join({?Paramtername},","),",");

Local numberVar i;

Local stringVar outputString := "";

For i:=1 to Count(x) do

(

outputString := outputString + mid(x[i],13,1)+","

);

"Access Level"+outputString;

 

regards

Niraj


Re: A weird error is coming in periodic cost planning screen

$
0
0

Hi

can you share SU53 screenshot of the same.

 

Also , just ask an ABAPer to debug it and check once.

 

Shubham

Re: How to reset SUM SP14 for a JAVA Only System

Re: duplicate id error while viewing tile in launchpad for 2nd time

$
0
0

Hi Samuel,

 

I wrote the above line in init function. Now what is happening is inside init function for 1st time , the arguments is defined but empty [] . When i click the tile for 1st time , it loads my app normally. Then I click on Home and the destroy method gets called and breakpoint inside debugger also gets triggered. This time arguments is defined but empty [] . The launchpad homepage is displayed. Then I click on tile for 2nd time , this time again the init method gets called and breakpoint inside it gets triggered. However this time , the argument is undefined (seems it got destroyed or something during the last destroy call)

 

Hence 2nd time on loading the tile , in addition to the previous duplicate errors , I am getting the error for arguments not defined as well.

destroy2.JPG

 

destroy3.JPG

Regards

Amber

Re: Develop new OData service for workflows

Re: Get two smart form from one selection screen in one program

$
0
0

hi nagi,

 

first you have to decide ,for what basis you want to call another smartform??

 

it might be vendor, company code, st location??

 

based on that you have to call the smartform.

 

if  p_bukrs= '100' and s_location = '2000'.

 

....logic to call 1st smartform.

 

elseif p_bukrs= '500' and s_location = '2000'.

 

....logic to call 2nd smartform.

endif.


you have to decide condition base and call the smartform..


bd.

damon

Re: oModel.read(keys) errors: Expexted type is Edm.Decimal or Malformed URI

$
0
0

Hi Vladimir,

 

try to set the Type in your Binding to the following:

 

sap.ui.model.odata.type.Decimal

 

The Syntax for an OData-Call with Decimal-Type is a little bit different to the normal type String.

 

Regards,

Sascha

Not able to see data at company code level

$
0
0

Dear all,

 

I have a report which is based on FIGL cube. When I am checking report without GL I am getting all key figures as ZERO, however when i drill down GL account as well, then it gives me some values.

 

Please let me know why this behavior of report is. As per me the key figures should be showing some values at any level. Please help me if someone has already faced this issue.

 

Regards,

Arvind


Unable to delete schema in my trial HCP account

$
0
0

Hi

 

Deleted the java application on my trial HCP account.

However, I am unable to delete the schema

 

Neither am I able to "Add cloud system" from "SAP HANA Administration console" in eclipse

 

Could someone help with this

 

Regards

Re: Retro debit memo price

$
0
0

Dear JP Sir,

In the debit memo New debit memo pricing procedure is not coming only Sales order pricing procedure is getting.

 

So in the copy control we need to change some setting for this.( Price type )

But here we are not creating with any reference document..so where we do setting in VTFL or VTFF?

 

But in the sales order pricing procedure PDIF condition not at all maintained.

Is it possible to show the minimum and maximum plotted point in VizFrame?

$
0
0

Capture.JPG

I want to show something like this in my line chart. However, the min and max values are not fixed. Can these be plotted automatically from the data?

Re: Report for consumption of planned order

$
0
0

Hi Mariano,

 

we will not get planned order of REM from mb51 tcode

 

If yes then tell me how

Re: Cannot launch Configtool and stack Java

$
0
0

1. What Xserver software are you using? For example, for Xming you need to install Xming-fonts also.

2. Is listener service started up and running? What is the state of database?

Re: Appeon Mobile (SQLite): DW does not retrieve identities values after inserts

$
0
0

Hi Paco;

 

  Another "work around" might be to try the ReSelectRow ( ) method directly after using the InsertRow ( ) + Update ( ) commands to refresh the value(s) of the primary key you are after. If your code is shared among a native PB application as well - I would suggest wrapping the code around Appeon's ClientType setting (FYI: Description of Appeon client functions - - Migration Guidelines for Appeon Web  ). For example:

 

DC.Update ( )

IF ClientType = "WEB" THEN

DC.ReSelectRow()

END IF

 

HTH

Regards ... Chris

Re: Energy Data Management-Settlement Procedure

$
0
0

Hi Rakesh,

 

I have already gone through that link please. But thanks for that please.

 

Kindly provide some more documentations if possible please.

 

With Best Regards

MP Vashishth


Re: JMS sender channel with two JMS providers

$
0
0

Hi Muni,

 

Yes, we are able to connect to single server successfully.

 

Thanks,

Prasad.

Re: Issue in Retro Payroll posting

$
0
0

Hi Tania,

 

Please check..

 

Capture.JPG

 

Thanks

Re: Cannot ad System Privilege to another user

$
0
0

Great!

Does  grantable mean, that the privilege I have ( assigned to me)  can be granted by me to another user?

Thank you!

Snag- 4-20-2016 2.52.12 PM.png

Re: Not able to create an Instance in 10.1?

$
0
0

No error messages, it just stops there in that step.

I don't have any option, I can either come back or cancel.

Re: Screen Personas 2.0: Dynamic selection of a table row

$
0
0

Hello Pradeep,

 

thanks, but I think this is only for Personas 3.0. I am still using Personas 2.0. There I don`t have any script action called "selectedRows".

 

Best regards

Hristo

Viewing all 8667 articles
Browse latest View live




Latest Images