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

Re: Form submission

$
0
0

Here goes your solution via jQuery

 

<!DOCTYPE html><html><head><script src="http://code.jquery.com/jquery-latest.js"></script><meta charset=utf-8 /><title>Test</title></head><body>  <form id="one">    <input type="text" value="one"/>  </form>      <form id="two">    <input type="text" value="two"/>  </form>      <form id="three">    <input type="text" value="three"/>  </form>      <form id="four">    <input type="text" value="four"/>  </form>    <script>    //On Change of input get notified          $('#one, #two, #three, #four').on('input', function() {                    console.log("You have edited form : " + $(this).attr("id"), this);          });  </script></body></html>

 

Regards,

Ajain


Error during Import process of Sybase Migration

$
0
0

Hi All,

 

We are doing SQL to Sybase Migration and we are getting the error in "Install Common System files" Phase.

  Kindly check the attachment for the error.

 

Need your valuable suggestions for solving this error.

 

Thanks and Regards,

Mathan A

Re: LTR is very slow

$
0
0

Hi,

 

is there any permanent fix for this?

 

Thanks

Priya

Re: display responsible cost center automatically in KO01 transaction

$
0
0

Did you check Customizing : Controlling, Internal Orders, Order Master Data, Selection and Collective Processing, Maintain Substitution Rules for Collective Processing ?

Read documentation in the SPRO node.

 

Regards,

Raymond

Accounting entries for 412E

$
0
0

Also, we have two plants. For plant 1, split valuation is active and the accounts hitting during 412E are Inv a/c cr & Inv a/c dr. (BSX). Plant 2 does not have any split valuation and the accounts hitting during 412E are inv a/c dr (BSX) & wip a/c cr (GBB VKA). Please explain

CRM Mobility - Marketing Attributes

$
0
0

Hello,

 

Recently we implemented SAP CRM 7.0 with mobility solution in our company.

 

We have defined few Marketing Attribute Sets & Attributes which mobility users assign to respective Accounts providing appropriate values.

 

Our problem is that users don't see the Attributes in particular order of Attribute Set or Attributes. It looks that it is using random order for displaying both.

 

Does anybody know whether Attribute Set/ Attributes can be displayed on mobile device in Alphabetical order of its Text?

 

 

Regards,

Nitin

Re: LTR is very slow

$
0
0

Hi,

 

Follow the below notes.

 

1771834  - Poor performance in transaction LTR

 

Thanks,

Shashi

Re: BEx Query Designer SAP-Exit Variable 0LSTRQID (last request loaded) with Offset possible?

$
0
0

Thank you very much for your support.

It`s good to hear that RSICCONT stores every delta requests and not only the last one. Do we have to write an own customer exit to use the offset and the other delta requests of the table.

Unfortunately in BEx Query Designer in the filter screen it`s not possible to set an offset the easy/standard way (the function is not avaiable -> see attached screenshot).0LSTRQUID_Offset.jpg

 

Best regards

Christian


Re: NWBC Tcode

$
0
0

To Check the Authorization Role in NWBC, follow the below step:-

 

1) Come to TC Su01

2) Come to role and Double click on Role, It would take you to another Screen.

3) In another Screen come to Authorization Tab.

4) In Authorization Tab Select Display Authorization data.

5) Unlock it you would get the role.

 

Regard

KKS

Re: LTR is very slow

Re: Read MAI monitoring data from third party application

Re: OS/DB migration and upgrade to 7.31, how to minimise downtime

$
0
0

Hi Cyril,

 

In addition to what Hassen already mentioned above, there are some other options:

For the OS/DB Migration:

Run export and import in parallel (using Migration Monitor; see SAP Note 784118)

Determine the largest tables (typically n=50-200) via transaction DB02 and put them into separate packages

Distribute the R3load processes on multiple machines (using Distribution Monitor; see SAP Note 855772)

Parallelize processing of very large tables using table splitting (see SAP Note 952514)

Optimize settings of your database (SAP Note depending on your database)

Export the largest tables unsorted (see SAP Note 954268)

Create the indices for the largest tables in parallel (see SAP Note 954268; only available for Oracle databases).

 

For the Upgrade:

Downtime Minimized scenario (upgrade guide)

Extra hardware resources, temporary, especially after OS/DB Migration your hardware should be much better than the old environment (should be less than 30 hours).

Optimize settings for your database, check the note depending on your database.

Amount of R3trans process used during upgrade (parallel)

Amount of background processes higher

 

In general: Archiving prior to these activity will reduce your database size, if possible. Also delete all unnecessary tables, if possible (part of preparation of OS/DB Migration).

 

I hope this will help you.

 

Regards,

Andre

Re: DTP is long running in SELECT process

$
0
0

Hi Shiela,

 

Are you doing a Full load or Delta Load, If its a Full Load, Are you deleting the complete cube content and Reloading it?. If so, You should not delete the Dimention table content, else it will regenerate the DIMID in every load.

 

Also try to do number range buffering for the dimentions tables and for the Infoobjects. so that the DIMID and SID generation will be faster.

 

Regards,

Muruganand.K

Re: SUM - startup error

$
0
0

Please check this note - 1140980

Re: Error on SAPTableFactoryCtrl.Table

$
0
0

Found it !!!

 

It's in WDTAOCX.OCX


Re: Connection with Excel

$
0
0

Hi Ricardo - I am getting "User defined Type not defined" error on "SAPTableFactoryCtrl.Table"

 

can you tell me which REFERENCE do I need to select in EXCEL.

 

Thansk!

Re: PB Pipeline: Requesting Assistance

$
0
0

Nicholas,

 

Yes. You need to use a different transaction object for the target if you are connecting to a different db. Refer to the db painter for a quick copy of the target values from it's properties window.

 

hth,

Mark

Re: Session timed out - Screen Personas

$
0
0

Hello Shankar,

 

We did an upgrade to the kernel patch 127, but when I check in the system the kernel is still showing level 40, is it possible that the BASIS team missed a step in the upgrade process? In the meanwhile we have installed the Persona's SP1 and checked the configuration several times but still facing the same issue. If anyone has another hint it would be more than welcome.

 

Kind Regards,

 

Timon

Re: Calling SAP GUI from Visual Studio 2010 C#

$
0
0

I hope that even though my reply is late, you'll benefit from it's content.

 

If you change your build target from 64bit to 32bit, it should function properly.

 

Microsoft decided to create a separate location to maintain 32 bit registry keys on 64 bit systems. Likely, your COM object lives in this section of your registry. Programs built using a 64 bit target will not have access to the 32 bit part of your registry and therefore cannot see the relevant entry. Changing your build target to 32 bit should make that section of the registry available to your application. (http://support.microsoft.com/kb/305097)

 

The answer to the question "How do I get my 64 bit application to interact with my 32 bit COM components?" is not an easy question to answer but here's some guidance:

 

http://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bit-code/

Re: Changes to the Team View application in MSS

$
0
0

You can check in the organization chart visualization of MSS WD ABAP, there is the customization on how fields are added to each view.

Also, Lpd_cust is also used in this case for drop down

 

Can you paste a screenshot for which one you are looking?>

Viewing all 8851 articles
Browse latest View live


Latest Images