Lean SCM authorization concept document
This document is suppliment to the blog click here. You might need a spreadsheet application to open this document
This document is suppliment to the blog click here. You might need a spreadsheet application to open this document
In order to achieve good results from Design Thinking process you must define the challenge correctly. I came across of a useful method that was defined by IDC Media Innovation Lab and I wish to leverage this platform to share it with you.The process...
Hi FriendsI am Pawan Akella working SAP OOABAP Webdynpro Consultant having 4yrs of experience in ABAP DevelopmentI came across Eclipse environment, when my friend who is working in BIGDATA as HADOOP Developer told me the features of EclipseAfter list...
Dear All, My idea is to implement the system for converting the Unstructural Information to Structural one. As per today's world, we use to receive more number of information from all the sources, but the problem is, we are not able to organize the...
Dear All,I would like to share few information to change the Tab Text in HR Master Data Screen(PA20/PA30).HR Master Data (Tcode - PA30)Check T-code PA30 before doing the modification as shown below As per user requirement, we need to change Text nam...
Using SE11, We can have ABAP Dictionary elements. Using Functional module RS_DD_SHOW, we can show the same ABAP Dictionary Elements from Program.ABAP Dictionary - SE11Object Types in ABAP Dictionary areDatabase TableViewData TypeStructureTable Type...
Best Practices for Roles Transport in AS ABAP systemGuidelines for role transports, I am here trying to compile different scenarios (as much as possible), please share comments and add-ons on the same if any.1. Single role For Single role change tran...
1. Functional CorrectnessPrerequisitesBefore you start reading this blog it is good to read the blog series.Introduction - Unleash the power of SAP HANA from your ABAP Custom Code - http://scn.sap.com/community/abap/hana/blog/2014/06/20/abap-custom-c...
IntroductionUnleash the power of SAP HANA from your ABAP Custom Code- Accelerate your custom reports like never before Custom Code Optimization is an important step for SAP customers especially post migration to Suite on HANA. This is an exciting pha...
You’ve probably heard the reports, about how many times a day each of us appear on security cameras. Yes, they are definitely watching us, but are you paying any attention to them?Probably not, why should you? They tend to be heavily industrialized d...
Hi all Experts, In this document I would like to explain about the search help concept that we have in SE11. The different types of it. How to create it. How to find the search help that is used in standard t-codes. Hope you will find this post usef...
It's getting repetitiveIt's getting repetitive. Let me say it again. It's getting repetitive...I keep rejecting the same kinds of contributions again and again - often from the same people, for the same reason.It's getting repetitive.So, as it's gett...
This report checks if the “AVAL” status has been set more than 3 days ago,Then the program sets the user status to “ACCT” and closes the notification. report zpm_status no standard page heading.*Constants and Data Declarationconstants: gc_noco type...
.There has been a lot of buzz since SAPPHIRE around the word simple.This was triggered by bill.mcdermott keynote speech announcing that all customersdeserve a “simple, gorgeous user experience with SAP”.What does this mean, what does simple mean, how...
Last week I had the pleasure to moderate in the AppHaus in Heidelberg the first "Gründerwerkstatt für Sozialunternehmertum" - so to say a one day startup weekend for future social entrepreneurs."As usual" for such events we invited 10 founders and fo...
Generally we get requirements to email Smartforms as PDF attachmentFor this we will get the OTF data from Smartform function module,convert OTF to PDF ,and finally to send the pdf as mail we will use SO_NEW_DOCUMENT_ATT_SEND_API1 function modulebut ...
Hi,Often there is need to dynamic color a particular cell of a template in smartform.This can be done by writing few lines of code in smartform.In the template '%TEMPLATE1' , I need to color the second cell , dynamically through the color code that ...
There was a issues on my PO print out which unable to find solution using sap forum also.Issue is in address field contain values but not shown in the printout. There I have set tabs in paragraph format. Then write scripts like below to get ...
Build custom code on top of a standard software is always an investment and often not cheap. It will lead to new responsibilities, additional effort and further investments in any kind of change events.Let us assume you will have a perfect specificat...
Hi All,I have designed a custom report program to notify in case of multiple ABAP dump occurrences. This program will send a notification mail to intended recipients (maintained in tcode SO23) if the dump is occurring above a threshold number of time...
As a utility firm, we are engaged in sending mails to many a customers and vendors of various aspects, and details. Some mails are with extensive graphics and URL links, and some are simple, with attachments. There have been many instances, fellow fo...
I wrote a tutorial how to use FreeBASIC with SAP NetWeaver RFC library. You find part 1 - The Connection - here, part 2 - Client Apps (FreeBASIC uses SAP) - here and part 3 - Server Apps (SAP uses FreeBASC) - here. Based on part 3 I tried this integr...
Hello !Topic:Here is described how to create new conditons with the methods of BAdi SD_COND_SAVE_A.Our goal was to create a new, further additional price conditon when certain conditions on saving of an new condition are met,means additionally to the...
Hi,Yesterday (Jun 14, 2014) selva89kumar ask about where used for "SAP Smart Styles" Smart stlye where used list in smart formas far as I know there is no such thing in SAP standard.So today I thought why not write a simple tool to do something abou...
I am particularly interested in the SAP advances towards Eclipse IDE in the area of ABAP development. I started using Eclipse several years ago for Java programming at University, and I became familiar with the tool. When I started in the SAP world I...
I started programming with ABAP in 1997 under release 3.0F. I was a part project leader for data migration for SAP R/3 3.0F on IBM AS/400 at the company EDUSCHO (Austria) GmbH.Today I am a development team member and SAP Competence Center leader at A...
The Mission (or why mankind needs more features to explore)First time I got in touch with computer hardware / software as a child was the undercover usage of the incredible expensive C64 of my older brother Later, we switched to Amiga and had all we ...
I'm pretty new to the SAP environment. My first career was as a german army officer where I studied business informatics. In my new challenge at Goodyear Dunlop Tires I'm developing in ABAP and gain knowledge in UI5 since Dec 2013.I had installed Ecl...
REM (Repetetive Manufacturing) Back flushing is the process used in production/process industries for automatic goods receipt/issue purposes.Backflushing (MFBF) includes all the following partial functions: Goods receipt posting, Goods issue of the ...
Hello SCN,here is quick tip on how to "pinpoint" trace (SQL, performance etc..) in New ABAP Debugger.There is new debugger tool named "Trace (SE30/ST05)". You can add it to your debugger desktop like any other tools.By icons on right side of current ...
FreeBASIC is a powerful free and open source BASIC compiler for Windows and Linux. You find the official site here and the very good German site here. The actual version 0.90.1 can only create 32-bit applications, but the new beta release 0.91 can ...
In the 2nd part now a few examples of SAP NetWeaver client applications. We start with a simple ping, to demonstrate how to call an ABAP function module from FreeBASIC. '-Begin----------------------------------------------------------------- '-In...
In the 3rd part now an example of an SAP server application. That means that you can use FreeBASIC functions from SAP via ABAP Call Function command. '-Begin----------------------------------------------------------------- ' ' To know the gateway ser...
The GOS functionality is not available in transaction FBU3. To achieve the GOS functionality we have to enhance the code of FBU3 and insert the following code. This piece of code is written as explicit enhancement at the start of the subrouti...
IntroductionBased on the explanations in the previous document Starting with ADT SDK is easy - Pt.1 I want to share how you can easily extend your ABAP in Eclipse environment with a simple transaction call. This could be useful just to put a shortcut...
Hello Everyone,There are many way to download program and FM from a package. But there are less resource to find the way to download all the smartforms from a package.This document will let you through on how to download only the smartforms from a pa...
You can find here a very cool plugin for Eclipse, called Wordfile Editor. It is an easy to use Eclipse editor for all text based programming languages e.g. like VBScript, JavaScript etc. It is based on UltraEdits concept of wordfiles for syntax highl...
Hello All,This program upload FI scan file to FI document ,note :scan file must pdf format , and pdf file must equal FI number, *&---------------------------------------------------------------------* *& Report ZGOS_ATTACHMENT *& *&----------------...
INTRODUCTION: The document gives the details of the methods to enhance the screen in the purchase order considering example scenarios.Modification to purchase order screenProblem Statement: Consider a scenario, where there is a need to add field(s) i...
When developing for Multilingual clients normally translations are required. Even using standard transactions or reports this is a time consuming and boring task.I build this tool to accelerate and improve translations quality. You can easily copy te...
Normally, when I backup my ABAP codes, I just COPY-PASTE it in a notepad or in a word document. This technique is ok. But now I want to have a PDF file so I can save it into my mobile phone in order to view it anywhere at any given time.Well, this is...
I want to mention the nice feature of escaping string characters in ABAP. There is predefined function escape available with all options (HTML, XML, JS, JSON, XSS, URI, etc.) when you are using SAP_BASIS >= 731.Function definitionCalling of the funct...
I was fortunate to be invited to take part in the SAP Influencer Program at SAPPHIRE NOW and ASUG Annual Conference last week.During his keynote, Hasso Platner described how HANA provided the opportunity to completely redesign applications in a way t...
SHARED MEMORYAs you already know there is often cases that we need to share common data across programs.This is a result of business requirements for the purpose of this blog i like to call it as Buffer.The meaning i use here is not the shared buffer...
Customer always enhance standard systems with own home grown code. This coding will always be penetrated by change requests, improvements and bug fixes. A common problem of central enhanced code positions will be localizations or local implementation...
Substitution in SAP FI is done to insert/infuse values into existing set of value(s) in fields. There are many cases where functional consultant don't want to clutter up things using User-exits and SAP Enhancements. This is one of the best tool/metho...
You can expand your ABAP in Eclipse possibilities with Wicked Shell. Wicked Shell providing direct access to your system shell. It offers you two new views, Shell and Batch. You find more information about Wicked Shell here. With the Shell view yo...
As we all know we can create a custom tab at item level in Purchase Requistion and wonder is it possible to create custom tab in header lvel of Purchase Requistion ?? I have tried a lot by searching all the Function exists, Sree...
Any innovation consists of 3 main components: creative idea, timing, and execution. While most tend to think that the creative idea is the most significant component of innovative solution I claim that only execution matters while other 2 components ...
It was impossible to open documents in JAVA SAP GUI. To solve the problem I have created two enhancement in the Program LCV120F05 and FM CV200_DB_TDWE_SELECT using the implicit enhancement spot at the beginning of the FORM appl_start_exe...
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| Subject | Likes |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |