sap

Finding the class for method

How do you actually find the class for a specific method in ABAP? Is this even possible? EDITED: I was given a method name without the class name from the functional team, so I am wondering if we could find the class with the given method name. ...

How to create index in SAP ?

Currently we are interfacing our application with SAP. We are having a lot of performance problems with bapi/rfc approach. So recently we are trying "direct sql" approach to retrieve some data from SAP. Unfortunately, we've found that some of SAP table does not equipped with proper indices for our scenario. We've tried creating index w...

Parsing SAP IDOC files

Hi, We are currently planning on communicating with a partner that is running SAP. The problem is that our ERP offers no way of communicating with SAP and we will need to extract the necessary info out of the IDOC files ourselves. Is there an easy way of doing this in .NET? Like a library (free/commercial) that does all the grunt work?...

Best Practice to Setup SAP Clients

When you start with a fresh SAP IDES installation, what is the numbering scheme and procedures to setup additional clients beyond the 000 SAP AG client that comes predefined with your plain installation? ...

SAP JCo connector loaded forever in GlassFish v2.1 (can't unload)

Hi mates! I've a problem with GlassFish and SAP JCo connector (sapjco3.jar) I load it at start up of an J2EE application (jwm.ear) and initialize it wrapped in a singleton the first time a connection to SAP is needed. The problem is that this jar remains always initialized in memory, I need to restart glassfish to unload the initializ...

Determine current MM periods?

The standard SAP MM advice is that only two periods can be open simultaneously. How to determine them from within the program (FM to call/table to read)? ...

error while converting report from deski to webi

Hi, I am new to BO and facing following errors while converting reports from deski to webi: Objects cannot be hidden in Web Intelligence documents Page setup options are not implemented in Web Intelligence (First page number, page order, scale, Fit to N pages) cross options for crosstabs are not available in Web Intelligence Block ...

custom container

Hi friends, In SAP, can we have a push button on custom container in ALV. Is it possible or is there any other possibilities for that.? Pls help me... Thanks in advance ...

Can a programmer go for a functional module of SAP course??

Hi i am a software programmer having more than 2 years of professional experience in PHP/MySQL .But now i want to quit this job and want to do the functional module of SAP. Someone just told me that i cant do that because just doing a mere course wont let me anywhere unless and untill i have experience in that field. Iam told that even ...

Online resources/training for SAP

Hi all, does anybody knows where I can find free sap training videos, I've googled it but I came up empty handed or some 100 old videos, does anyone have good feedback about a particular website or resource? ...

ABAP select performance

Are there general ABAP-specific tips related to performance of big SELECT queries? In particular, is it possible to close once and for all the question of FOR ALL ENTRIES IN vs JOIN? ...

how to set up environment for web dynpro?

Is there a way I can learn on Web Dynpro without having to set up an SAP environment? There was an opening for a job requiring Web Dynpro skills and it was mentioned alongside with other Java skills. I wanted to apply but have no clue on web dynpro, and so wanted to set up an environment to understand what it is all about. Can someone t...

SAP ABAP Ecc.6 Associate level Exam Books link required

Can anyone provide me link or Ebooks of ABAP Ecc.6 or the way to fine them for Associalte Level exam preparation. ...

ASP.NET and SAP integration

Hai guys, Has anyone had an experience integrating ASP.NET application with SAP? If yes, I would like to hear about those experiences. ...

ABAP free video training links ?

can anyone send me the link of free video training links of ABAP? ...

How easily customizable are SAP industry-specific solutions?

First of all, I have a very superficial knowledge of SAP. According to my understanding, they provide a number of industry specific solutions. The concept seems very interesting and I work on something similar for banking industry. The biggest challenge we face is how to adapt our products for different clients. Many concepts are quite s...

Simultaneous Flex Web Service Calls to SAP

I am working on a Flex application that uses ActionScript to make web service calls to SAP. I have generated ActionScript proxy classes, and have event listeners waiting for the service to return a result. This works fine when I call only one webservice. However, when two webservices are called, one of them either does not return any res...

Can I separate SAP B1 application and SQL Server to different machine?

I'm new to SAP B1, now I need to move my SAP application to new server. However I have asked to separate SAP and database into distinct server. I want to know, can I do that? If yes How can I do that? Thanks, Ek ...

Problem creating proxy class with wsdl.exe

Hello, I need to create a .net client which consumes a webservice from a SAP CRM application. I just got the wsdl file. But when i try to create a proxy class with wsdl.exe i get a warning that no classes are generated. What am I doing wrong? There is the header of the wsdl file. <?xml version="1.0" encoding="utf-8"?> <wsdl:definition...

Configuration of webservice client

Hi, I've created proxy classes using svcutil with a given "sap crm" wsdl file. It worked great and it generated a output.cs. So added this output.cs in my visual studio project und created a simple test application. The test application can be compiled and even run, but I dont know why. I didn't enter any service url. How can this be ...