Excited to do some sleuthing!
Getting IP ADDRESS IN SAP Bliss! Never thought my secret desires during childhood days, of being a sleuth, like my heroes in detective novels, could find some gratification if I pursued a career in IT!...
View ArticleABAP News for Release 7.40
This blog summarizes a series of blogs that I have written about the most important ABAP News for Release 7.40 during the last few month. Getting Started First you might be interested in What is ABAP...
View ArticleWonders in ABAP Editor se38
I was wondering in ABAP editor se38. See the below screen shots, From the above screen shots the program name's are different while checking it is not throwing any syntax error. As well As i didn't...
View ArticleACCOUNTTAX in BAPI_ACC_DOCUMENT_POST
After poring over SDN for hours together, I discovered that there was no one document which detailed the posting of FI Documents with Tax lines. This post is an endeavour to make it easier for other...
View ArticleIdoc in Cloud era.
In the era of cloud computing/web services, it may not be very stimulating to blog about IDOC ALV reports but I believe there are many organizations which still rely on that technology. I think there...
View ArticleKeyboard tips when coding
Hi , I added two keyboard tips used frequently , when i am coding. - When we are coding sometimes we need to copy and paste the pervious line to next line to change the code....
View ArticleCreate a PDF from Spool and Transfer to Client server Using FTP .
Hello All , I found a lot of questions being raised on transferring the PDF file through FTP. Please use the code below i have developed for my project it works! . START-OF-SELECTION. IF ftp EQ...
View ArticleFind the BADI for the particular TCODE quickly
Hi , - Go to TCODE SE24 and enter the class name 'CL_EXITHANDLER'. - Go to the class in Display mode and Select 'GET_INSTANCE' method - Now place a breakpoint at the statement...
View ArticleEDI errors - First Record is not a control Record
The error is that the first segment is not the right one and the creation stops . The error that was encountered was when the loading file .idoc file error ed out and was replaced by a another .idoc...
View ArticleConfiguration of WEBDYNPRO as Client Proxy
hii frds, The steps required to configure an ABAP Webdynpro as a client proxy. Question me, Why an integration experts need to use ABAP Webdynpro for a client proxy? Have the answer!I have...
View ArticleA simpler way to display transport logs
When working on changes to a report, table, class or any transportable object in SAP, it has often been found that some objects are not transported correctly or they are just stuck in quality system...
View ArticleCreating ABAP proxies.
The main bottleneck of ABAP Proxies is the amount of custom coding that is required. Though we cannot get away with it I will try to organize the coding in a better fashion over here.Though out of...
View ArticleWhat Functional Should know Technically
My idea is to pen down some common knowledge which i feel the Functional Consultant should know Technically.It is very common in SAP projects where a functional and technical consultant sit across to...
View ArticleTransfer Order stuck with Zero Quantity - Not able to Delete / confirm -Stuck...
The error happens sometimes when the Transfer Order is created through a RFC gun . The TO is created but the line item has zero quantity ( Red Dot ). This is a tricky situation as the TO cannot be...
View ArticleASCIIDOC - Small and handy documentation tool
I've been developing ABAP code for over 7 years now, and it amazes me how much time is lost creating documentations worth nothing. Most times projects don't know how to properly document their...
View ArticleConsuming WebServices directly from ABAP
A time ago I was asked to create a Webservice consumption directly from ABAP without any soa. We listen too much about SAP PI as an integrator and every SAP connection is done thru it (that's the best...
View ArticleABAP Language at TechEd 2013 - Rock Your Code with ABAP 7.40!
In workshop CD261 at this years TechEds you will get your hands on expression enabled ABAP 7.40. As almost every year the question arised, what kind of exercise can we offer to you, Two years ago, I...
View ArticleABAP Security at TechEd 2013 - Scan, Analyze, and Fix Your Programs!
In workshop SIS261 at this years TechEds you will learn about possible vulnerabilities in ABAP code and you will also learn a new way of finding and fixing them. ABAP and Security Security issues in...
View ArticleHandy SAP function module to automate PAI events
Let me start my first blog with a handy function module that I came to know while solving one of the commonly faced issues in SAP(ABAP). MESSAGE 'Text' TYPE 'E'.On execution of this...
View ArticleBlog It Forward : Mohammed Yakub Shah
My SCN mate.... that is a social site too now huh..... Arindam Mondal asked me to join the 'Blog it forward' challenge.... and how can you turn down such a request. Thank you for giving this...
View Article