Concept of Switch Framework in Enhancement
The main purpose of the Switch Framework is to simplify an ABAP-based system landscape by adopting one or more industry solutions in a standard system. The Switch Framework allows you to externally...
View ArticleTransport Checking Tool (Object level)
Transport Checking Tool (on Object level)Did you ever get the request to ‘quickly check the transport list’ two days before Go-Live? Only to discover that the list has hundreds of transports with...
View ArticleWill Code for Food
Yes, I know you've seen it before.But lets go deeper than how funny it is. I love coding! But the life of a coder is not all that good. So here's a guy who could choose anything to do for food. In...
View ArticleAuthorization check for selection option
I want to share AUTHORITY-CHECK OBJECT for selection opting. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-002.PARAMETERS:p_bukrs type bkpf-bukrs OBLIGATORY.SELECT-OPTIONS : so_audat FOR...
View ArticleMS Office made easy
Some of us have experience with SapScript, SmartForms and PDF based forms. Nevertheless Customers sometime wish to get an MS Office document as soon as it is ‘more familiar’.We have some options...
View ArticleDisplaying an ALV Grid in Popup Screen with Custom Buttons
In some cases, we might came across a requirement for displaying an ALV Grid in popup screen where we need to select few records and then perform certain function based on selected data. For choosing...
View ArticleNew Technical Brief on ABAP for SAP HANA
Build real-time business applications leveraging the SAP HANA platform to the max with SAP NetWeaver Application Server for ABAP. It offers an excellent, standards-based development and runtime...
View ArticleRecording Deep Structure to Database via Data Cluster
While writing with ABAP, many programer uses deep structure. Some case we need to record data in deep structure but normal SE11 dictionary type doesnt allow us. So i came up with this : Using Data...
View ArticleStumbled Upon Checkpoint Groups
I stumbled upon the concept of Checkpoint groups by accident. One day I was debugging a wave release process in EWM box by activating /h debugging and jumping around using F5, F6, F7 keys. It was...
View ArticleHow To Open Purchase Order Document From Interactive Report
Dear Friends i will show you how to use to open Document from ALV Interactive ReportWe have 2 way To open Purchase RequisitionNote :here Ebeln is Purchase Requisition Number1. Using Dialog Code...
View ArticleUseful SAP Notes for Reference
Below are some of the useful SAP Notes provided by SAP.......These notes are gathered based on my experience (in SD and MM area) and should ideally be helpful for Technical consultants. 1. Adding...
View ArticleDynamically request values from user
Today I’d like to introduce a tool to request a random number of values from user. For example, you’d like to ask and then store a template of some structure to use this pattern further.I used it to...
View ArticleSearch inside Open XML documents
Hello.since Open XML documents are based on OPC and xml vocabulary,It can be very helpful to search patterns in documents. for example , if we look for a certain text , or version of a documentwe can...
View ArticleDisplaying a DMS PDF Document in Web Dynpro
Purpose The plain technical requirement is that a PDF document is stored in SAP needs to be displayed as a Pop-up to the portal user. Details Earlier, I used to use SAP GUI for HTML and call the...
View ArticleWhy develop ABAP in Eclipse?
Hello everybody, I've opened this post to discuss about the reasons or convenience for developing ABAP in Eclipse or keep doing it in SAP GUI. I haven't begun yet any ABAP project in Eclipse, but at...
View ArticleAutomatic QA and release request
The motivation behind thisblogcame aftera visit toSAPLabsLatin America in SaoLeopoldo-Brazil. We hadcontact with the SAP expertHeinzLudwigwhointroduced us to theAbapTestCockpit. When askedifSAPwas...
View ArticleSales Flow (Sales Order->Delivery->Transfer Order->TO Confirmation->Shipment)...
Sales Order Creation Transaction VA01Enter Order Type and Click Enter. Enter below information and press enter Ship-to-Party – 22266601Sold-to-Party – 22266601 PO Number – 12345 Material –...
View ArticleCreating Dynamic ALV
RequirementRecently we had a requirement to create a dynamic ALV. The number of columns in the output would vary depending upon the number of unique records in another table say ZRECORD. If ZRECORD had...
View ArticleOpen XML documents on a Background Task
This is a screen cast showing Word Open XML documents generationfrom SAP on a Background Job (SM37)The screen cast also showing selection of the files content controls data back into SAP....
View ArticleUseful ABAP Packages for Demo programs
Hi everyone, As a developer, whenever we have to work with a new object, to grab the new concept, we may:- Read about it on http://help.sap.com/nw_platform#section6- Browse through different blog...
View Article