Automate distribution of quantity in MIGO
Requirement:With respect to a production order AUTOMATE the distribution of quantity (basically split production order quantity) and assign batch numbers from an existing ztable to each line split...
View ArticleAutomation.. lessons learnt !!!
Ask a layman what he understands by "Automation" and the most expected answer is "Doing something automatically" . Right!!! When something is done without the intervention of a human, it is...
View ArticleBDC for CU51 / CU50
Hi Folks, Long back I was given the requirement to develop a Function Module for operations in Order BoM Configuration Results (CU51) i.e. Insert, Copy, Delete and Change. After a good amount of search...
View ArticleHow to Find attachments in SAP documents.....!!!
* To check if the document contains any attachments. * In many scenario we need to check if the document contains any attachments and I have also explored and found one function module which works for...
View ArticleGeneric Program for Table Update
To update transparent database tables, ‘create entries’ option in transaction SE11, or creating and using a table maintenance generator for tables, or creating custom programs could be used. However,...
View ArticleSMARTFORMS using BIDIRECTIONAL LANGUAGES
Requirement: We have a current requirement where we need to print both ENGLISH and ARABIC texts and numerals in the same output form for Purchase Orders, Sales Orders, and Invoices etc. Issue Faced:The...
View ArticleSynchronising custom programs across system landscape as part of housekeeping...
Sometimes as part of housekeeping activity we need to bring the custom programs/ function modules in synch with the Production System across all the SAP Boxes in the landscape. Here, I give a brief...
View ArticleHyperlink in Standard Text
Hello Guys, I would be explaining you a peculiar scenario that I have come acrossduring a Function Module development.It is about creating hyperlinks in standard texts.We had a requirement wherein the...
View ArticleHow to use C code via FBSL inside ABAP
Hello community, a few month ago I presented here (How to use FBSL inside ABAP) and here (FBSL in the Context of the SAP Application Server) Freestyle BASIC Script Language (FBSL). The actual release...
View ArticleProgram to extract any ALV in background to Excel
The standard behavior of ECC when running a ALV report in background of sending the output to spool, which of course can be converted to a html table or plain text file, is slightly frustrating. What...
View ArticleRenaming With Suffix - One of the unsung heros...
So what is "RENAMING WITH SUFFIX" ?It is an addition for INCLUDE :INCLUDE { {TYPE struc_type} | {STRUCTURE struc} } [AS name [RENAMING WITH SUFFIX suffix]].So why am I such an admirer of this...
View ArticleSpain Modelo 340 - Interval OSS Note and Abap example
Hello, For Spain, there is a standard transaction that allow you generate the monthly declaration called M340. The standard transaction is S_E4A_94000356 - Report RFIDESM340 This transaction generates...
View ArticleRecently Featured Content in ABAP Development
ABAP Language News for Release 7.40 SP05SP05 for AS ABAP 7.40 comes with a new kernel release 741 and a new kernel release means new ABAP language features. Read this blog by Horst Keller covering the...
View ArticleHow to - Add Custom XML Parts to Microsoft Word using ABAP
This document explains how to: Add Custom XML Parts to Word using ABAP 1. Prepare XML data 2. Get the Word template 3. Add Custom XML to Word template 4. Integrate the above steps - XML,...
View ArticleHow to - Add Custom XML Parts to Microsoft Excel using ABAP
This document explains how to: Add Custom XML Parts to Excel using ABAP 1. Prepare XML data 2. Get the Excel template 3. Add Custom XML to Excel template 4. Integrate the above steps -...
View ArticleHow to - Add Custom XML Parts to Microsoft PowerPoint using ABAP
This document explains how to: Add Custom XML Parts to PowerPoint using ABAP 1. Prepare XML data 2. Get the PowerPoint template 3. Add Custom XML to PowerPoint template 4. Integrate the...
View ArticleFeatured Content for ABAP Development
Become an ABAP in Eclipse Fan and earn the AIE Fan Badge Are you an ABAP developer, fascinated by the new IDE? Do you want to be a member of this new generation of ABAP developers? Read this blog by...
View ArticleGetting Started with AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7 [Developer...
This guide describes how to set up and run the developer edition of Application Server ABAP 7.4 SP5 on SAP HANA SP7, which is provided as virtual appliance by the SAP Cloud Appliance Library.View this...
View ArticleTEN COMMANDMENTS IN ABAP
1. Thou shall choose the most efficient statement to access the database and minimize the data baggage that is brought back. Avoid any en route operations as much as possible. The key here...
View ArticleDeveloper & Trial Editions: SAP Application Server ABAP and SAP Business...
Latest NewsFeb 07, 2014: New developer edition of AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7.Sep 27, 2013: New step-by-step tutorials for setting up your AWS environment. Get your hands on the latest...
View Article