SAP BW Virtual Provider Implementation Class Based Approach with BRF+...
Building Virtual Provider using Class based approach and BRF+ Integration in Real time Analytical Reporting.View this Document
View ArticleModifying ABAP Webdynpro's Look and Feel by Changing CSS Files
This guide is for those who want to bring a modern look and feel for the ABAP Webdynpro UI's.View Document
View ArticleSAP Insider: Will You Be Ready When Opportunity Comes Knocking?
In a world of fast and furious change, companies need to be able to quickly adapt their technology to address new opportunities and surpass the competition. The SAP Custom Development team works with...
View ArticleRecently Featured Content in ABAP Development
SAP TechEd Live Interviews for ABAP DevelopersDeep Dive on SAP HANA Development: For ABAP and Mobile Developers - with SAP Mentors Thomas Jung, Thorsten Franz, and Graham RobinsonFrom ABAPer to...
View ArticleFeatured Content for ABAP Development
ABAP Code Modularization: Lesson LearnedIt can’t be all Objects all the time! In this blog, Otto Gold shares tips and best practices on how to structure program code depending on the situation. Mine...
View ArticleUpload multiple Records in Select Option
Dear All,Below code are Example to doble click on Column and Upload what ever you want to in Select Option. Below Code For MRBR. in MRBR directly upload document number which are show in Report just...
View ArticleLearning SHD0 with Example
Hello All , I would like to share a document with you all which is related to my recent work using SHD0. This is a very familiar Tcode both used by a Technical and Functional Consultants but if its...
View ArticleCustom Graph creation from ALV
Graph can be created by many ways like standard FM’s, Standard functionality given in Menu, Classes. I opted to use classes as customization can be done using classes.Mainly we have 2 classes to...
View ArticleF-47 Downpayment Request Using BAPI_ACC_DOCUMENT_POST
Hello Folks, we can use BAPI_ACC_DOCUMENT_POST for creation of down payment request using F-47.There is a trick involved so i am providing the steps herein. 1. Dont give Business Transaction...
View Articlerptarqpost program giving a short dump with getwa_not_assigned
hi all, In standard program for leave posting RPTARQPOST giving a short dump GETWA_NOT_ASSINED. The program is having 80000 records for execution but around 200 records are getting posted and giving...
View ArticleGet an Employee’s Planned Work Shift START TIME and END TIME
PA30 is the transaction used for HR master data maintenance. Below are the steps to follow at transaction level to get the Work Schedule details of an employee: 1. Enter any personnel number in...
View ArticleHow to Easy... Create a Search Help by code and fill more than one field in...
Sometimes we need to create a custom search help and fill more than one field in screen with a single selection.This can be easily achieved by using FM to create this Search Help.Here is an example to...
View ArticleField Symbols (how to use practically??)
When I began learning the concept of field symbols , it looked quite scary with all the brackets and new syntax. But now after using it almost on a regular basis I actually am kind of tempted to use it...
View ArticleThe Sieve of Eratosthenes
Eratosthenes was the third librarian of the famous library in Alexandria and an outstanding scholar. The Sieve of Eratosthenes is an algorithm for collecting prime numbers, the invention of which he is...
View ArticleHow to Easy... Create a Search Help in ALV OOPS editable field
When we use an editable ALV, some fields must have a custom Search Help. Let's describe the simple way to add a custom Search Help to a specific field of an ALV using OOPS. Assuming we have a field...
View ArticleIntegrating MS Word and MS-Excel with ABAP-OLE
OLE (Object linking and embedding) in SAP is used to integrate MS-excel and MS-word eand to achieve automation through programming interface . When called from an ABAP program, the SAPGUI acts as OLE...
View ArticleTSV_TNEW_PAGE_ALLOC_FAILED and TSV_TNEW_BLOCKS_NO_ROLL_MEMORY
Hello, Happy New Year 2007 to all! We are using SAP R/3 4.6C, kernel 46D_EXT Patch 2271, Oracle 9.2.0.5 and HP-UX 11.23, 16GB RAM, 17GB swap. Lately, at the end of this year, many ABAP runtime errors...
View ArticleHow to generate a graph with an X-axis and two Y-axes?
Hi everyone, Is there a way to generate a graph with one X-axis and twoY-axes? Please see sample graph attached. I am using the ChartEngine-Control used in Report GRAPHICS_GUI_CE_DEMO to generate my...
View ArticleABAP Best Coding Practices
Hi All, Following are some of the best coding practices that an ABAPer must follow. 1. Avoid writing select query on a same table more than onceSince the retrieval of the data from the database...
View ArticleIDOCs - Basics & Relevant Transactions
IDOCs are the intermediate documents which act as the container for the data. IDOCS are used in sending the information between SAP systems.IDOCs are of two typesInbound IDOCsOutbound IDOCs Inbound...
View Article