sap

SAP .NET Connector: System exception thrown while marshaling .NET type...

My app sends lots and lots of data to SAP. To di this, it builds up an SAP table object and sends it over. I get this error somewhat regularly, but not reliably: System exception thrown while marshaling .NET type 20081219 to RFCTYPE_BCD at SAP.Connector.Rfc.RfcMarshal.NetFieldToRfcField(Object src, RFCTYPE type, Encoding encoding, By...

How to get rows count of internal table in abap?

How do I get the row count of an internal table? I guess that I can loop on it. But there must be a saner way. I don't know if it makes a difference but the code should run on 4.6c version. ...

How to make an abap program pause?

For testing purposes I need my abap program to wait for few seconds. How can this be done? Thanks. ...

How to store configuration information in sap abap application?

There are parameters that I would not want to be transfered from production environment to qa. Staff like network path and url's. The problem is that in sap abap everything is in the database and when the database is copied to the qa system you have to manually change those parameters. And this is prone to errors. Is there a way to stor...

Whats the best SAP ERP infrastructure architecture?

My company is planning to implement SAP HR in our organsization. We already have the other modules running. We plan to offer ESS/MSS to approximatly 200 000 users. Our current configuration is one machine with a Central Instance and 3 machines with Dialogue Instances. The DB is on the Central Instance machine. Enterprise Portal + DB is r...

Where to find novice SAP BAPI coding guides?

I've been working with applications interfacing with SAP via a web service for a little while now and I want to get into programming the BAPI's behind the web services as well. My company has been using a SAP consultant for the BAPI programming and I'd like to move into filling that role also. I have a decent amount of experience with t...

How should I start learning about SAP?

I'm working as a MS developer working to provide bridging products between MS technology and SAP. I'm used to the MS space which seems to have an absolutely different philosophy than SAP. And this is starting to be an issue - I can't "get" SAP. So, what are good materials to "grok" SAP? - understand why people buy it, how it is used fr...

What are the best practices for internal security standards in companies with large SAP investments?

I work in a large company, and I'm interested in best practices for internal security standards. We have a large ($500 million +) investment in SAP, and we also have .Net and a bit of JEE in our internal environment. I've found some documentation from MS and SAP, but it's outdated and not very specific. So far, it looks like we could e...

ABAP OO obsolete statements: How do these affect your existing code-base?

Since upgrading from 4.7 to ECC6 the ABAP compiler has become a lot stricter on the use of certain statements in the OO context. For instance you're not allowed to use the statement LIKE, but in stead have to use TYPE and internal tables does not have an implicit header line, etc. These restrictions are explained in greater detail here...

SAP Certification during recession to enhance career?

I have completed MCA (Master of Computer Applications) last year. Now working as a Jr. .Net Programmer in a small IT company. But I am not satisfied with my current position. I want something better than this. My educational record is good. But I haven't faced a single interview in last 5 months. So there is no hope to get a better oppo...

What is the significance for Ruby programmers of SAP's new implementation of Ruby?

SAP announced Blue Ruby, a version of Ruby that runs inside the ABAP Virtual Machine. This seems to lend additional credibility to the Ruby language but, except for SAP developers, does this have any applicability to the rest of the Ruby community? I'm just wondering what other significance this may have. Additional job opportunities,...

Experience with OpenSynchro?

Has anyone had experience with the OpenSyncro EAI platform and/or Smilehouse eCommerce with SAP BusinessOne? My company is looking at it as a possible solution for improving our online ecommerce solution. Any input would be helpful. ...

ERPConnect for SAP R/3 RFCs - is it any good?

We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using these together? ...

What is the use of edi - gentran ? what is called mapping in gentran?

What is the use of edi - gentran ? what is called mapping in gentran? ...

Can I get SAP experience without working for the company using SAP?

Hi, Today's market is crazy. Most of the employers are looking for seniors and there are very little Junior positions if there are some at all. I want to work with SAP because it is a broad area however I am finding a difficulty in learning anything about it as it is a closed platform. Is there any way to learn about SAP and use it as...

Suggestions to connect Oracle db with SAP CRM via Web Service

Which Web Service platform to choose and why? On the Oracle db host we have also access to Informatica ... The amount of data to transfer is minimal - e.g. low cost solution will be appreciated The first combination which came to mind was GlassFish + Hibernate ...

SAP Business Objects

Hi, I have been offered by my employer to work on SAP Business Objects to analyse large amount of data they have. I have the following doubts before I could accept that: a. I love programming and do not want to lose touch with it. Do you think working on this tool would excite a person who loves building software? Or Is it like most p...

sap, abap , java, .net

Hi I have two years of dotnet development experience . I am trying to move into SAP. Whats the best to opt for in Netweaver i.e Java or ABAP or there are any opportunities for this on dotnet platform. Which should be most promising for future. Googling I came to know Java is giving a backseat to ABAP. Do comment. Regards SJ ...

Upgrade scenario from 4.6C to ECC 6.0

I have next two servers: Solaris 8, Oracle 8.1.7, SAP 46C installed and working for production Solaris 10, Oracle 10 with NO SAP but with 40% more of the capacity than previous server I will install and configure SAP ECC 6.0 in ServerTo and will transfer all data from 46C. Under this scenario I would like to know if the next generic ...

Integrating Code Inspector with Continious Integration Tools

Hi everybody, outside the ABAP-world there is a large number of tools available, both commercial and open source, that support the continuous integration within software projects. One part of theses tools it to execute any available unit test after each commit to the source code. The code inspector (SCI) within SE80 basically can do som...