SAP Developer has Published 85 Articles

Reduce number of columns of a result set from a Transaction in SAP system

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:20

100 Views

The simple answer to your question is NO. Because, this is SAP standard behavior and if you want to restrict the number of columns to be returned then it will require you to change the original source code of SAP implementation.The change will be quite exhaustive and it will also ... Read More

Best way to connect to SAP system from JAVA

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:20

1K+ Views

There are lots of possibilities but a lot depends upon on your exact requirement and needs.One way is that you can go ahead and use Java Connector also known as JCo. JCo is a prevalent option to do similar requirements as of yours. It has a lot of support available ... Read More

Instantiation of Export Options throws an Exception in SAP Crystal Report

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:20

100 Views

Even after referencing the correct version of the dll, if you are still getting the error then it means that the runtime for the crystal reports is not properly installed.I think you would have used MSI installer over EXE for the installation of SAP Crystal Reports however it has a ... Read More

Retrieving ABAP BAdi from SAP BW

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:20

251 Views

There are different Function Module that you can use depending on BAdi type- classic or fast kernelYou can try using Function module SXO_IMPL_FOR_BADI_READ. To read the coding of class, try using “CL_ENH_BADI_RUNTIME_FUNCTIONS”You can use “GET_BADI_SHORTTEXT” method to know different BAdi’s types.There is a Function modules SEO* - which can be ... Read More

Error while connecting to SAP server from Java application: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:20

285 Views

Note that SAP Java Connector should be configured as server library and not as application library.There are many issues in the way you are trying to use:You shouldn’t change java.library.path programmatically as it is not recommended and this is cached at JVM start.You are overwriting java.library.path instead of adding your ... Read More

Previous 1 ... 5 6 7 8 9
Advertisements