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

Re: Results table difference when running query from Alert compared to Query Manager

$
0
0

Hi,

 

It is an application error from 2007 A and 9.0 version as per above SAP note.

 

There is no solution/workaround stated in above note.

 

Thanks & Regards,

Nagarajan


Re: What methodology is normally used to link multiple BEx reports in crystal 2011.

$
0
0

Hi Ramil,

 

Bad Idea!

 

You should never Join multiple BEx queries in a Crystal Report. You're ought to experience performance issues as the Joins are Not processed on the BW Server. So, essentially, you're bringing in all the data returned by all the queries and joining the tables 'locally'.

 

You have two options:

 

1) Create a MultiProvider in BW or

2) Create a Multi-source Universe (If you have BI 4.0) and use CR for Enterprise

 

-Abhilash

Re: Bind output of a strored procudure

$
0
0

Hi Goutham,

 

Use ? as second parameter:

call _sys_bic.procedure('test',?)

 

Regards, Fernando Da Rós

Re: Support Package Manager: SPAM/SAINT Update

$
0
0

Hi Daniel,

 

Good to hear that your issue has been resolved.Please close the thread.

 

Thanks,

Gaurav Rana

Re: GRC 10.0 (CT-e 2.00)

Crystal report Java Beans Connectivity

$
0
0

Hi

My name is Bach Ong. I.m currently migrating Crystal reports 10 to Crystal reports 2008 using Java Beans Connectivity. Using ResultSet as dataset. all results are return alright, EXCEPT for string type fields. The data for STRING type fields are some how suppressed. But if i executed the beans within eclipse the the string field is populated with data.

can someone assist me with this issue.

 

Thanks

Bach Ong

Re: empty/"all" entry in DropdownBox with OData model - cleanest solution

$
0
0

HI Christoph

 

Would AutoComplete control satisfy your requirement?

 

Example

 

-D

Re: Debug background task in custom workflow for PO change

$
0
0

You can test the object method the task is based on in transaction SWO1, create an instance and run the method in debug mode. except for some rare cases this should work just the same as running it in the background.


Re: transaction Key PRD_PRA

$
0
0

Thanks Abhinav.... for detail information.

 

am closing this issue

Disp + work not starting

$
0
0

Hi All,

 

I am trying to install SOLMAN 7.1 SR in the same NW system.

When I am trying to install it takes long time to "Import Java" also it throws error as instance cannot start.Below is the error can any one tell me what is the problem?

 

Actually I am installing this to get the list of SP for NW system. Can any one tell me after Installing what is the procedure to get connected with NW system and get the Stack xml?

 

Attached the log? Is that can any one clarify the above questions?

 

---------------------------------------------------

trc file: "dev_ms", trc level: 1, release: "720"

---------------------------------------------------

 

 

[Thr 2772] Wed Apr 02 18:43:47 2014

[Thr 2772] ms/http_max_clients = 500 -> 500

[Thr 2772] MsSSetTrcLog: trc logging active, max size = 52428800 bytes

systemid   562 (PC with Windows NT)

relno      7200

patchlevel 0

patchno    413

intno      20020600

make       multithreaded, Unicode, 64 bit, optimized

pid        8824

 

 

[Thr 2772] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 8824) [msxxserv.c   2280]

[Thr 2772] load acl file = E:\usr\sap\DN2\SYS\global\ms_acl_info.DAT

[Thr 2772] MsGetOwnIpAddr: my host addresses are :

[Thr 2772]   1 : [10.106.133.102] CAMKH1MCCCAS001.valenet.valeglobal.net (HOSTNAME)

[Thr 2772]   2 : [127.0.0.1] CAMKH1MCCCAS001.valenet.valeglobal.net (LOCALHOST)

[Thr 2772]   3 : [10.106.129.142] CAMKH1MCCCAS001.valenet.valeglobal.net (NILIST)

[Thr 2772] MsHttpInit: full qualified hostname = CAMKH1MCCCAS001.valenet.valeglobal.net

[Thr 2772] HTTP logging is switch off

[Thr 2772] set HTTP state to LISTEN

[Thr 2772] *** HTTP port 8102 state LISTEN ***

[Thr 2772] MsHttpOwnDomain: own domain[1] = valenet.valeglobal.net

[Thr 2772] *** I listen to port sapmsDN2 (3602) ***

[Thr 2772] *** I listen to internal port 3902 (3902) ***

[Thr 2772] *** HTTP port 8102 state LISTEN ***

[Thr 2772] CUSTOMER KEY: >W1251187466<

[Thr 2772] build version=720.2013.01.17

 

 

Regards

R.P

Re: How to do Payroll correction run after running March 2014 full cycle payroll run

$
0
0

Dear Veeram,

 

Thanks for support, I have solved my issue with your help.

 

Thanks & Regards,

Navesh

Re: hdbtable activation failed

$
0
0

Hi Leslie,

 

 

Try to run your create table statement, after you change the 'AutoCommit' setting of your SQL editor in HANA Studio. This can be done by locating the Auto Commit n the Properties Tab under the SQL editor in the SAP HANA Studio and setting it as On.

 

Hope it helps!

 

Regards,

kG

Re: pull out schema/rule content report

Re: How to populate values of field symbols?

$
0
0

From the short dump:

 

"<GT_ITAB> has line type "v" and the length 24, but the work area has line type "g" and the length 8".

 

The code you included in your first screenshot is not the code that it dumped on... Looking at the shortdump here's what you have.

 

lv_fieldname = '<GW_ITAB>-TPLNR'.

assign (lv_fieldname) to <gw_itab>.

<gw_itab> = 'TPLNR'.

 

insert <gw_itab> into table <gt_itab>.

 

This code doesn't make any sense...

 

What you're saying is:

<gw_itab> points to <gw_itab>-tplnr. So now it points to just a field of the structure, not the whole structure.... Then you say that field is set to 'TPLNR'. So you set the field of the original structure called TPLNR to be the string "TPLNR"...

 

If that's really what you're trying to do then try changing it to:

 

field-symbols: <field> type any.

 

lv_fieldname = '<GW_ITAB>-TPLNR'.

assign (lv_fieldname) to <field>.

<field> = 'TPLNR'.

 

insert <gw_itab> into table <gt_itab>.

Re: SAP addon error CLR20r3 Event - IndexOutOfRangeException

$
0
0

hi,

we still couldn't solve the problem. windows Application Event viewer display the error as below...


pplication:

          CustomerEquipmentCard.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IndexOutOfRangeException Stack: at CustomerEquipmentCard.Program.Main(System.String[])


Dose anyone have a solution for this...?


Re: T-20 World cup 2014

$
0
0

Dear Praveen,

 

I dont think India can win the final if it will be fair (not like IPL). But If they used thier administration of BIG 3 then uncertainities become certain

Re: pull out schema/rule content report

$
0
0

Hi,

 

Try using report RPDAS00.

 

Regards,

Hari

Re: disp+work.EXE has status stopped

$
0
0

Hi Paul,

 

Please open new thread for your problem.

 

Thanks,

Sunny

Re: Manual reorder point planing will trigger in MD04 or not?

$
0
0

Hi Raja,

For MRP type VB , system will not pass the Dep requirements for VB type malarial during the MRP. If u convert FG planned order to prod order dep requirements will be created for VB type material. Please refer FAQ note on Consumption planning https://service.sap.com/sap/support/notes/550954 Dependent requirements are neither displayed nor considered in the net requirements calculation. Notes 192954 and 37697 contain more information and also modification proposals. If you want to see requirements anyway under VB, SAP has provided a modification in a note.  Please check 192954 - Reorder point planning:Displaying/planning reqmnts

 

 

Regards,

R.Brahmankar

Re: payment proposal exception

$
0
0

Hi Jolin,

 

The cause of error can be different reasons, so please go throuth the steps like;

 

1) Check your Invoice amount and your bank available amounts, if you exceeds the morethan your available amount of your invoice amount,then you face the problem (ie: in FBZP)

 

2) Check whether your payment method "C" assigned in vendor master or not, if not you must assign the payment method "C" in the vendor master.

 

3) If above are mintained above two steps then finally Check FBZP settings

 

Regards

  Dileep

 


Viewing all 8594 articles
Browse latest View live


Latest Images