Idoc 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 ArticleABAP News for Release 7.40 - ABAP Doc for ADT
ABAP Doc is a simple documentation tool similar to Javadoc that enables documentation in HTML format to be created automatically from ABAP source code. ABAP Doc is based on special ABAP Doc comments....
View ArticleABAP News for Release 7.40 - ABAP Keyword Docu for ADT
Sometimes even ABAP developers don't know the syntax and semantics of their beloved ABAP statements by heart and need some help (statistics show mostly for DELETE). Then they are used to click F1 on a...
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 user inputs
Let me start my first blog with a useful 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 ArticleMissing Comments and Documentation.. a bit like global warming
Thought of writing the blog the share the most common issue after a SAP maintenance project is handed over or when new consultants come into the project. The first few days there are high level...
View ArticleThoughts on OO Events Mechanism
Object oriented Events in ABAP As i was moving into object oriented world ı come across with the concept EVENTS Why Events? Well, something important has happened Someone needs to know!! I started...
View Article