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

can we link Excel data(source) and PPT data(target)

$
0
0

HI Guys,

 

Is there any possibility in SAP BO for displaying Excel source data in MS PPT format. 

 

Thanks,

Bhaskar 


Re: SAP system performance problems

$
0
0

Hi Samid

 

1. On your ECC system when system performance getting slow or degraded, check the following transaction codes to know the system status

SM66 – To check over all global workprocess status, any table keeps on reading or getting struck?

SM21 – Check the any error log

ST02 – Memory / Buffer usage?

ST22 - Any time out or DBIF ... Dumps?


2. Most of the time Z-reports are running long time. Due to this normal transaction users are getting affected. For this you can enable the transaction code ST12 trace check the overall DB & ABAP program usage.


3. On your Cluster environment one node can have DB & Application instance and another node can handle the end user transactions. Since the windows 2003 server end of support on this year try to upgrade the existing system to either windows 2008 or 2012 with Failover cluster.


4. On your MS SQL DB have you define the 30% of memory for DB? And also you can refer the SCN link how to tune the MS SQL DB

Tune your SQL Server SAP Database


BR

SS

Re: How to show the attached document in email in inline mode

$
0
0

Hi Eitan,

 

The parameter i_text will receive some plain text, string which will be passed to the function method.

Thanks for the link, I'll check it.

Re: inspection type 11 and 06

$
0
0

Hi Raju,

 

Please can you check if "Basic Settings at Plant Level" is activated with appropriate details, in case if  you are activating QM for the first time.

 

If both the inspection types "11" and "06" is added in your material master - QM view, please can you check inspection type "Active" indicator is ticked.

 

Also can you check with your technical team if any other enhancement is active which is blocking your inspection lot creation. At the same time your can also check customer exit QAAT0001.

 

Thanks,

Arijit

Re: Sick Error

$
0
0

Hi Patil

 

Kindly follow the steps

1. Stop the SAP instance.

2. Take the full backup of DB & SAP instance folder

3. Download the latest version of MS SQL 2005 and start install the service pack.

4. Check the service pack version which already mention in the SAP Notes 62988

5. Restart the system, check the SAP instance

6. Refer the SAP KBA for download the service pack

1733195 - Microsoft SQL Server version and download list


BR

SS

Re: SAP crystal report

Re: Confirmation time Lag by one Hour at CO11N

$
0
0

Dear Marcelo

good day

i already checked it and change the user time zone but the problem remain founded .

i think this problem because   time zone in the system   CET ---- UCT + 1hour  and it must be

Egypt -------- UCT + 2 Hours

Re: PI 7.31 ESR & ID client components not opening with Java 7 webstart

$
0
0

Hi Hareesh,

 

You seem to be correct my user does not have unrestricted access to lunch ESR/ID.

While checking in http://host:port/useradmin it says not authorized.

 

So, I guess the admin team has to provide unrestricted access to both ESR and ID.

Apart from that user also does not have permission to view NWA.

 

I will check and come back.


SMP 3.0: Agentry - Using source=INI in JavaBE.ini

$
0
0

All.

 

I have previously posted a question and a document regarding this issue:

 

SMP 3.0: Setup local Agentry development environment with source=INI in JavaBE.ini and Re: SMP 3.0: Agentry use of source=INI in JavaBE.ini

 

Previously I have only used this technique in development Agentry instances, but now I am trying to extend the use to production Agentry instances.

And this is where all the troubles start.

 

If I change JavaBE.ini to use source=INI in a production Agentry instance, then after I restart the instance it will be erroneous.

The Back End configuration of the Agentry Application will be gone, and I get runtime errors when I try to perform a transmit from the client.

 

Error will be something like: No Backends loaded.

 

Question:

Does anybody know if source=INI is (still) offically supported ?

And if Yes, is it only supported for development instances of Agentry ?

 

 

Thanks.

 

Søren Hansen

Re: Accessing all the line items of Purchase requisition(ME51N)

$
0
0

Hi Qingda Niu,

 

Thank you for the information. My requirement is while creating PR the user will enter the field 'Desired Vendor' in first line item only. When save it the same vendor number will be copied to the rest line item. I have written the below code, in debugger mode I checked the structure is updating and set_data is calling successfully. But the database table 'EBAN' is not being updated.

 

Here is the code.

 

DATA : ls_item  TYPE  mmpur_requisition_items,"mereq_item,

lw_item  TYPE mmpur_requisition_item,

pr_item  TYPE  REF TO if_purchase_requisition_item,

lv_lifnr    TYPE wlief,

ls_req_item TYPE mereq_item,

ls_datax      TYPE mereq_itemx.

 

     CALL METHOD im_header->get_items

*  EXPORTING

*    im_auth_check = MMPUR_NO

*    im_release_op = MMPUR_NO

     RECEIVING

       re_items      = ls_item

       .

   LOOP AT ls_item INTO lw_item.

     pr_item = lw_item-item.

     CALL METHOD pr_item->get_data

       RECEIVING

         re_data = ls_req_item.

 

     IF ls_req_item-lifnr IS NOT INITIAL.

       lv_lifnr = ls_req_item-lifnr.

     ELSE.

       ls_req_item-lifnr lv_lifnr.

 

       CALL METHOD pr_item->set_data

         EXPORTING

           im_data = ls_req_item.

 

       MOVE: 'X' TO ls_datax-lifnr,

             'X' TO ls_datax-lifnr.

       pr_item->set_datax( ls_datax ) .

       pr_item->set_datax( im_datax = ls_datax ).

     ENDIF.

   ENDLOOP.

 

Could you please tell me what I missed?

 

Regards,

Jitendra

Re: Baseline Date

$
0
0

Hi again!

 

I have found something interesting, Is possible that day limit fixed in OBB8 always refer to Entry Date??

 

I refer to this field.

 

scn.png

 

I have made this test. All tests I have made today (01/11/2015) fill due date 03/25/2015. Then I have change this "Day limit" to 17 and the same test (same document) fill with due date 03/10/2015.

 

It will explain why all my tests done at the begining of this post ( 01/08/2015) taked due date 03/10/2015.

 

In case of that I will finally find an explanation of this behaviour but, Can I configured this Day Limit to consider Document day (for example)

 

I believe I'm close to the solution, I only need a bit of help to confirm what I think.

 

Best Regards and thank you very much!

Re: How to split a message into chunks in a file to proxy interface

$
0
0

Hi, Rahu

Thanks for the link and I will definitely try that out.

Regards

Jonathan.

Re: Transaction notification for UDF field

$
0
0

Hi,

     Try the below TN

 

If @transaction_type in ('U') and @object_type in ('17')

begin

if exists ( select a.DocEntry from ORDR a

where 

a.DocEntry = @list_of_cols_val_tab_del AND a.U_UDF1 <>''  and a.U_UDF2 IS NULL and a.U_UDF3 IS NULL)

 

begin

set @error = 18

set @error_message = 'MK- Please also fill the data in UDF2 & UDF3'

end

END

 

Regards,

Manish

Re: Application Deadlocks Not being Reported

$
0
0

There is a 1205 error code buried in that message, and the text matches the 1205 ASE error message, so I think the deadlock really is happening in the ASE.

 

 

By default 1205s aren't output to the errorlog because the severity is only a 13.

We might try also using 

     sp_altermessage 1205, "with_log", true

 

to see if that will cause the message to be output when deadlocks occur.

This shouldn't be necessary as the options you have set on should result in output to the errorlog, but we might as well try it.

 

We can also test by deliberately causing a deadlock with two sessions:

 

-- using session 1

use tempdb

go

create table t1 (x int) lock allpages

create table t2 (x int) lock allpages
go

insert t1 values (1)
insert t2 values (2)

go

begin tran

update t1 set x = 3

go

 

-- using session 2

use tempdb

go

begin tran

update t2 set x = 4

go

update t1 set x = 5

go

-- session 2 should now hang, being blocked by session 1

 

-- using session 1

update t2 set x = 6

go

-- a deadlock error should now be raised, terminating one of the two sessions

-- and generating output in the logs.

 

--cleanup

use tempdb

go

drop table t1

go

drop table t2

go

Re: JDBC stored procedure returning single resultset

$
0
0

I've never tried but just looking at the blog, you might have to create the response structure for each result-set(number of select statements in your procedure)

 

so may be you can define 4 response segments and see if that helps(instead of setting the response segment to 1..unbounded)


Re: User restriction to access another local repository

$
0
0

Hi Venkata,

 

I have a question. I created a custom access levels with Designer rights, monitor rights and operator rights as described in Admin guide.

 

In your post, you mention that , give a full control to the user on the repository. Where do we assign the rights the access levels i have created.

 

When i assign the designer access level i have created for the group, users cannot see the repositories while connecting from Designer.

 

Do we need to assign the rights on user level on the repositories or assign to the group?

Re: attachments on Business Partner

$
0
0

Hi Raghu,

In general, importing attachment data is not supported via the standard
importers. One approach to consider is to develop an Explicitly Called Script to
read the files from the app server and attach it to document in Sourcing.

 

Regards,

Vikram

Re: Consignment Process -Purchase Order Creation with ME21N

$
0
0

Hello Hitesh ranga,

 

Please  verify in your info record consignment in trx. ME12 which valuation have you save.

 

Regards,

Xavier

Re: SP_Required for Blocking Payment entry in wrong Document  series

$
0
0

Hi,

     Possible , you need to make a query based on Current logged in user and Department of that user.

 

 

Regards,

Manish

Re: How to split a message into chunks in a file to proxy interface

$
0
0

Hi, Hareesh.

 

Here is file adapter config:

Untitled.png

The test file has about 1000 records, but from PI(PIMON) or ECC(SXMB_MONI), I only see one message created. I am expecting to see 20 different messages either in PI or ECC. It seems like somehow PI merges the data into one message before sending it over to ECC. Actually I am not sure about that as I see no proof PI has done any "splitting".

 

If I use chunkmode, the same thing happens and I have to be in EOIO with a queue. That is not what I want to begin with.

Thanks,

Jonathan.

Viewing all 8667 articles
Browse latest View live




Latest Images