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

Re: Personas - How to get contents of HtmlControl of a popup.

$
0
0

HI Chinthan,

 

Thanks i'll do that. But my question is actually a straight question, can we copy(reproduce) the contents of a HTML control?


Sort functionality in SM30 giving dump

$
0
0

Hi,

   

     Iam using the below code in PBO of the maintanence screen

 

    PROCESS BEFORE OUTPUT.

    MODULE LISTE_INITIALISIEREN.

    MODULE sort . ---------------------------------->custom module created by me

 

   In the above sort module iam using below code to sort

 

  MODULE SORT.

   DATA : IT_PVFTMAP LIKE ZHRPYT_PVFTMAP OCCURS 1 WITH HEADER LINE .

               IT_PVFTMAP[] = TOTAL[].

    SORT IT_PVFTMAP BY ZPERIOD+0(2) ZPERIOD+2(4)."F1 F2 F3.

    TOTAL[] = EXTRACT[].

    EXTRACT[] =     TOTAL[]. 

  ENDMODULE.

 

     Any one could you please help me in sorting the TOTAL[] or EXTRACT[] in table maintanence.

Re: Define rules for tables in personas

$
0
0

"Hide row" seems to be just "disable row". It won't really hiding the row. 

Re: Define rules for tables in personas

Re: Systems Requipments and Data Centre Standarts for SAP Installation

$
0
0

Hi Flavien,

I would recommend you to try SAP Sizing to identify perfect H/W , Network , Storage etc. requirement details.

 

SAP.com -> SAP Service Marketplace -> Products -> Performance and Scalability .

direct link: http://service.sap.com/performance-scalability

 

There you would find three options

 

 

* Performance

* Sizing

* Benchmarks

 

Performance :

Performance tools are to identify the total application performance in a computer system, including throughput, individual response time, and availability.

 

Sizing  :

Tools to determining the hardware requirements of an SAP solution such as network bandwidth, physical memory, CPU power, and I/O capacity. This can be used to fine tune your application requirements.!

There is a tool called Quick Sizer which is a Web-based tool (with some questionnaires) designed to make the sizing of SAP Business Suite easier. And its free of cost

 

Benchmarks (Applciations):

This would give you more idea on different vendor devices tested to supported by SAP Business Products.

 

 

BR | Sreejith.

Re: Getting error while executing the custom program via job

$
0
0

Hi Paul,

 

This is a report developed by using OO ABAP.

 

I have checked the part of code.

 

in that cide contains create object : container and create object grid and then

 

set_table for_first_display.

Re: Availability check for 3rd party Equipment

$
0
0

Hello

 

(1)  If I create 8 user status for my equipment (S001--> 1st Hr, S002-- > 2 nd Hr....etc), which status will be read by the user Exit IWO10009 and when ? means What logic would be applied at the time of selecting the particular status ?

 

Answer:When you use the Equipment in one work order you know how many hours required so you will select that status initially e.g. 1 hour.Now No. of hours remaining 7 and second time you are using the same equipment in other work order after finishing first order.The equipment have status for 1 Hour then User Exit will come in to picture will call the code and read the user status of equipment in Object list of Work order and give you pop up message for remaining hours as 7 hours.

 

(2)  How system will read the total no. of Hours available , if available hours are more than 8 e.g. 2-3 days capacity is available in future?

Answer:This logic only valid for 8 hours there is no scope for 2-3 days capacity .My logic valid for 8 hours on daily basis no availability check for future dates.

 

(3)  Also since I need to do advance planning, with this Equipment, means need to check when it'll be available in future ,how can we get the exact dates on which these hours are available??

 

Answer: you can use the TC IH08 for availability check in which you have select the layout for user status will give status info with number of hours remaining.Exact date not possible at this logic as will run only on real time.

 

Collectively this logic only work at real time basis to cater the present availability of equipment.

 

 

Br

Rakesh

Re: Copy of RFITEMGL

$
0
0

Hi King,

 

I suggest that you copy the Includes too, These includes contain various constants definitions which may be absolutely necessary for the correct execution of your Z program.

 

-Regards,

Ragavan


Re: Unknown database connector error

$
0
0

Hi Ludek,

 

Thank you for your reply.

 

In my application crystal report dlls used to display existing .rpt file, not  for designing new report.  So do I need to use the above mentioned CR - SAP Crystal Reports 2013?

 

Does crystal reports 11.5 support Oracle 12c?

 


Re: Change Spot Location

$
0
0

Rereading my post I thought I would elaborate a bit more. I am using the AnalyticMap component and have configured a spot on the map in the configuration JSON data.

I noticed in the GeoMap there is an api call(getVos) that seems to get the spot data among other configured VO's, but I don't see an equivalent call for AnalyticMap. Is it possible to change an AnalyticMap's configured spot location after the map has been loaded?

 

Here is a small snippet of the config code for the spot:

 

{

  "SAPVB": {

  "Resources": {

  "Set": {

  "Resource": [

      {

      name:"blue_dot.png",

          value:<long image value>     }

  ]

  }

  },

  "Data": {

  "Set": {

  "N": [

  {

  "name": "Regions",

  "E": []

  },

  {

  "name": "Circles",

  "E": [

  ]

  },

  {

  name : "Spots",

  E : [

  {

  pos : "8.64;49.25;0"

  }

  ]

  }

  ]

  }

  },

 

And then lower down in the scenes section there is this:

{

  id : "Spot",

  type : "{00100000-2012-0004-B001-64592B8DB964}",

  datasource : "Spots",

  image : "blue_dot.png",

  "pos.bind" : "Spots.pos",

  text : "",

  tooltip : "",

  fxdir : "true",

  fxsize : "true",

  scale : "1;1;1",

  hotScale : "1.2;1.2;1.2"

  }

 

Best Regards,

Nick

Re: how to rebuild all indexes in on command?

$
0
0


One possible danger is that the script will not have finished running by the end of your maintenance window.  REORG REBUILD will hold an exclusive table lock until it completes.

Re: Units not rounded in Capitalize Dividend

$
0
0

Dear Jain,

 

We have 3 rounding rules defined in that customizing:

 

Thansk a lo for your reply.

 

Ivan

Display View Treasury Rounding Rules Overview.jpg

Display View Treasury Rounding Rules Details.jpg

Display View Treasury Rounding Rules Details 2.jpg

Display View Treasury Rounding Rules Details 3.jpg

Re: Can a Crystal Report cause database/server issue?

$
0
0

Crystal report can be the culprit, if the report has complex sql, no filters, etc.,

To make db memory not to choke.

you can either tune the sql/ report, add extra filters if possible

(or) you may check sql server odbc/ jdbc properties to timeout after certain time.

(or) if you using business objects you can set connection timeout in CMC

Re: Query exception aggregation with SUMCT, SUMRT, SUMGT

$
0
0

Hi,

 

Result

SUMCT <Operand>

Delivers the result of the operand in all rows or columns (see

Percentage Functions %CT).

 

Overall Result

SUMGT<Operand>

Delivers the overall result of the operand (see Percentage Functions

%GT).

 

Report Result

SUMRT<Operand>

Delivers the report result of the operand (to distinguish between the

overall and the report result, see also Percentage Functions %GT and

%RT)

 

please find the below link.

http://help.sap.com/saphelp_nw70/helpdata/EN/03/17f13a2f160f28e10000000a114084/content.htm

Problems with the SUMGT and SUMRT or %GT and %RT operators

 

Thanks,

Phani.

Re: Step in workflow is 'Logically deleted'

$
0
0

Hi Abid

 

What does the step history says (for the step getting logically deleted)?

 

regards,

Modak


Re: SAP smartform different output format

$
0
0

Are you using an include text node? may be you can replace it with normal text node and print the text by reading it first using READ_TEXT.

 

you are correct, first solution would be to ask customer send the texts as they are sending others but you may consider READ_TEXT option

Re: How to prepare TSD ?

$
0
0

heard of flow chart or pseudo code, base your tsd on that.

from start(selection screen) to end(report output) what all will you do, you need to document that in a brief manner.

Re: CR Content issue

Re: data loading from multiple data sources

$
0
0

Hi Phani,

 

thanks for the reply, do i need to create transformations separately to all 6 data sources to cube  ( 6 transofrmation and 6 IP's and dtp's) or v can do all together??  i have to load the fields same as in the link u provided.

 

thanks

Re: Schedule Call Plan Date

$
0
0

Hi Julie,

 

I did a similar case in my test system, it is showing similar. Tolerance had no impact on the plan date with your scenario.

 

Last call completed is on 07/07/2014

For call 3 Next call planned is on 07/07/2015

For call 4 Next call planned is on 07/06/2016

 

To know why it took on 6th July 2016, the reason is because of Leap year.

 

Why the date is different, is because you have chosen TIME in scheduling parameter, if you choose TIME- KEY DATE, system will work as per your requirement, there will not be any difference in date.

 

Regards

Terence

Viewing all 8851 articles
Browse latest View live




Latest Images