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

Re: I can't figure out data binding from a web service.

$
0
0

Hi Joe

 

Here is an small example. Maybe it is useful to you.

 

In this example, I  bind the tree to /root and you can see that we have 0: 1: elements under each element recursively.

 

Thanks

-D


Re: how to get wage type from ZL table, and map it into each row of CATSDB table

$
0
0

Hi There,

 

     can anybody help me here. Appreciate very much.

Re: Alignment in Vertical layout

$
0
0

Hi Rahul

 

it will be nice if you can open a new discussion and also include a jsbin so that we can better understand your problem.

 

Thanks

-D

NWBC Side Panel and SAP GUI Scripting

$
0
0

Hi,

 

I was hoping someone might be able to clarify the SAP GUI scripting requirements for using the NWBC side panels. In the help documentation it states:

 

As of NWBC 3.5 patch level 6 or NWBC 4.0 and SAP GUI 7.20 patch level 13 or 7.30 final release, it is no longer necessary to enable SAP GUI Scripting on the client PC, except if you are using Property Collector. That means, it is no longer necessary to enable front-end scripting through registry key (HKLM and HKCU) for using side panels in NWBC. However, it is still necessary to install SAP GUI Scripting and to enable it for the server (at least read-only).

 

Some of our users are getting pop up messages that say "The scripting support is not installed"... interestingly they don't actually appear to be opening a side panel when they get this message.

 

2014-09-01_0858.png

 

I noticed that these users don't actually have SAP GUI scripting installed at all, so not that it is just not enabled, it is not installed in these cases. So does the above section from the help documentation mean that SAP GUI scripting must be installed on the client PC but it does not actually have to be enabled?

 

That's how I am currently reading it... but perhaps someone can clarify for me, or someone else has had a similar experience.


Thanks,
Simon

Re: ignore tolerance

$
0
0

Hi Siva,

 

Please execute F-54 and then run F.13 , it will work.

 

Regards,

 

Prakash Kumar

Issue with MATNR search help (S_MAT1) when selecting with material group

$
0
0

Hi,

 

I declared a select option for matnr as below .

 

TABLES MARA.

 

SELECT-OPTIONS S_MATNR FOR MARA-MATNR.

Re: PF No. Not getting displayed in payslip

$
0
0

HI Srikanth,

 

As some of the experts given that you need to check through in PE51-CHKTB.

 

That is correct, in that just add yours PF no. field and later on if it is not displaying in payslip.

 

Just check the length of the field so that if the field length is not enough just increase.

 

so that it allows system to display on payslip.

 

Thank you,

Srinivas.

Test Lizenz?

$
0
0

Hallo SAP,

 

ich möchte SAP Business One in einer virtuellen Maschine testen. Ich bin bei der Installation dem Admin Guide (pdf) gefolgt. Laut disem Guide sollte ich SAP BO 30 Tage lang testen können. Wenn ich jedoch einen Dialog öffne wird mir gesagt das die Lizenz nicht ausreichen würde. Als Lizenzserver habe ich den Localhost engegeben, alles SAP BO Komponenten (Server+Client) sind auf diesem Host intalliert. Laut Internet Rechereche muß ich eine Lizenz extra anfordern? Ich dachte die Testlizenz würde automatisch 30 Tage nach der Installation gültig sein.

 

 

Vielen Dank

 

Ernst


Re: How to drop a procedure, if already exists

$
0
0

You can use the view SYS.PROCEDURES to check if your procedure exists, something similar to this:

 

declare v_proc_exists integer;

 

 

 

select count(PROCEDURE_NAME) into v_proc_exists from SYS.PROCEDURES

where PROCEDURE_NAME = '<PROC_NAME>';

 

 

 

if :v_proc_exists > 0 then

 

 

 

  DROP PROCEDURE "<PROC_NAME>";

 

 

 

end if;

 

Cheers,

Fernando

Re: FIORI Leave Approval Scenario Definition Error

$
0
0

Hi Masa,

 

How can I know if I'm using the new one? I can access both the old and the new launchpad (though no tiles are being shown) so I'm guessing we have the new UI components installed.

Re: WS20000035 Work item will be not created for several users

$
0
0

Hi Peter

 

I am not quite clear with "If I define a ne rule what exactly do I have to be carefull that Workflow or rule runs several times as long as there are other coordinators in the partner list available?"

 

 

Do you want a rule which gives back multiple agents and work item should go to all?

If yes

Then my answer is also yes that Rules are defined to work with that. If you pass back multiple agents, the work item will go to all ... can be processed by anoyone who picks first.

 

You will have to create a Rule, similar to AC00000172 , a function module rule and code the logc in the funstion of the rule.

 

Here are some links to help you create a rule:

 

 

http://help.sap.com/saphelp_nw70ehp3/helpdata/en/4e/ef5257451757dde10000000a421bc1/content.htm

 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d053fe48-6513-2b10-a59f-871923ff99d8?QuickLink=index&overridelayout=true&29042568860429

 

 

Once you have the rule, you can copy the WF  WS20000035 , create your own WF and then use your custom rule in the step (which uses task TS20000068).

 

Regards,
modak

Re: How to retrieve transactional data value using script logic - BPC 10.0 NW

$
0
0

Hi Maha,

 

2014 was just an example to give you an idea of syntax. It can be a FOR/NEXT loop with a variable, like [%YR%.TOTAL] depending on how you get the year value or something else.

 

I'm glad that Member Formula worked for you, but you probably know that it affects performance.

 

So, if your requirements allow for storing those ratios then script would be a more efficient way to do it, but in most cases (as Vadim pointed out) it can lead to wrong aggregations.

 

Regards,

Gersh

Static ASSIGN with Offset Specification

$
0
0

Hi,

 

While trying to work with field symbols using static ASSIGN and Offset/Length Specification, got the error as mentioned below.

 

Capture-SCN.PNG

 

So unless I mention the explicit length of the Offset or '*', I get the error. I was reading through the following link for some information & working through the code snippets when I ran into the issue,

 

https://help.sap.com/saphelp_nw04/helpdata/en/fc/eb38d5358411d1829f0000e829fbfe/content.htm

 

Any information on the same would be very helpful.

 

Thanks

Srujana

Re: Doubt about Output type

$
0
0

Moderator message: Basic frequently asked question - Please search forum for answers and read the docu in help.sap.com

See as well our rules of engagement: http://scn.sap.com/docs/DOC-18590

This blog describes how to use the SCN search:http://scn.sap.com/community/about/blog/2012/12/04/how-to-use-scn-search

Another good way to search the forum is with google. See this blog with details for a good search

http://scn.sap.com/community/support/blog/2012/04/16/getting-the-most-out-of-google-optimizing-your-search-queries

The discussions are not a replacement for proper training

Thread locked



 

Just in case you do not already know how to work in SCN.

direct messages and shares can be seen by clicking the icon for communications on top right

Notifications for rejections with its reason can be seen by clicking the Actions icon on top right and then go to the tab Notifications

 

If you want to talk with me, then move your mouse over my ID and you can see my email address.

More information can be found when you follow the above mentioned ways.

Re: How cuurrency convert to japan

$
0
0
  • I guess you are converting from one currency into another. (Eg; GBP -> YEN)
  • You have to refer to the table TCURF and have to give the from and To Currency (Currency Conversion Ratio Table)

 

Regards,

Philip.


Re: Determination price without hierarchy access and avoiding too many cond. tables

$
0
0

Hello, does anybody have any idea about this issue?

Thank you, regards

Re: Calculate the number of days in a year excluding Saturday and Sunday

$
0
0

Hi,

 

As mentioned by Shaik Sajid take the year from sy-datum field and pass it accordingly .

 

Regards.

Chart setting over read of change the chart type with script.

$
0
0

Hi

 

I have the problem, when I change the type of the chart with script I lose all chart setting (e.g Activate Data Lab) which I set before.

 

For exemplar:

    

  1. I have a design Studio Report with a Pie chart.
  2. I set in Design Studio in the chart setting the Check Box “Show Data Labels” to deactivate
  3. I create a button “change type to Column”
  4. In the on click from the button I add the script “CH_DS1.setChartType(ChartType.COLUMN_COMBINATION);”
  5. I execute the Report.
  6. If I push the button “change type to Column” the chart type changes and the setting are over read.

 

I think this is a Design Studio bug.

 

Best Regards

Gabriel

Re: Populating Idoc number in Idoc header data

$
0
0

for message WMMBXY, actually this is a functional requirement.

Re: How to read particular data coming from IVR In CRM

$
0
0

Hi Arun ,

 

The basic underlying concept is that this XML represents a structure which is used for data transfer. If you receive the XML in your CRM system , you have de-serialize this data into a structure and then read this. Since this a custom XML format , the de-serialization logic would have to be provided by you.

 

~Kavindra

Viewing all 8798 articles
Browse latest View live




Latest Images