Starting a report out of a feature (SAP-HCM)
I want to start a report out of a feature and I don't know, if it is possible and if yes how to do it. Can anybody help ? regards Stefan
I want to start a report out of a feature and I don't know, if it is possible and if yes how to do it. Can anybody help ? regards Stefan
I found that most of the people create transport requests for different objects and they forget about the request numbers. In case if they hadn't maintain the proper description of their request then it can create a headache for them. I hope this wil...
I've always had a love-hate relationship with assertions. My first encounter with them was in Java, where they are used extensively in unit testing frameworks such as JUnit. In this context, I see the utility of them for testing invariants and the li...
Hi I am Joffy working as SAP Development Consultant.This blog is about one of the issue that we faced recently which many others has faced earlier but solution not clearly documented anywhere. One cute bug. :smile: We were in the developement of a ...
About ABAP on EclipseABAP on eclipse is a combination of ABAP programming on eclipse framework which makes ABAP programming very powerful and easy. Eclipse framework behaves same as abap editor. This tool is also known as ABAP in Eclipse, also refe...
Hi I am Joffy, working as a SAP Technical Consultant. It was always a challenge when Clients come up with Excel related requirement while they need some report from SAP.Most of the information is already know but I thought of writing my first blog fo...
This document is intended to explain the way of sending email notification to the initiator and the approver when a PR is released in SAP MM from transaction code ME54 or ME54N or ME55.Development steps :1. Search BADI which will be triggered , when ...
Many times it is required to send simple formated mail (Some lines in bold/Italic in the body of mail )from ABAP, like mail notification after PR/PO is released.in such case we can use the FM SO_NEW_DOCUMENT_SEND_API1 with document_type as HTML whic...
Hi Friends,Here, i would like share he can we do the file PGP Encryption and Decryption by using SM69 in SAP ABAP.To access the PGP commands from the SM69 first PGP s/w has to install on UNIX server.If the pgp s/w is not installed on the your server ...
This blog is the third part of previous two blogs (I'll suggest to read these blogs to be in sync)Essential Basis for SAP (ABAP, BW, Functional) Consultants Part-IEssential Basis for SAP (ABAP, BW, Functional) Consultants Part-IIHere goes some of the...
To give you a bigger picture about what has to be considered, I want to discuss what you should have in mind in defining an IT Security Management process. In combination with research from external sources, we have seen that the vast majority of se...
Recently we had a requirement to print MICR characters in Checks and had to do a little bit of research to achieve the same. Key points / learning are noted belowSAP Provides two good and comprehensive resources on the samehttp://help.sap.com/erp2005...
Displaying 3D Graphs in ABAP*Simple report to create graph in ABAP*using GRAPH_MATRIX_3D function module*The graph shows the performance of 3 companies for the Four*quarters of a single year*AUTHOR : Swarna.S.REPORT Z_3DGRAPH.*structure declaration f...
IntroductionThis article describes one particular scenario in which documents can be encrypted by applying a Digital Rights Management (DRM) solution. Documents that are protected by DRM can only be decrypted by their intended audience. For this purp...
Hiii,This document used to get know how to use custom container to make an multiple lines editable text box...INTRODUCTION: Use a custom container to get multiple text data from file, or by writing and to save data in cluster database.Steps: Make a c...
A famous feature in the ABAP workbench editor is to insert code patterns into your source code. I mean the magic behind this button in the editor toolbar: And with ABAP in Eclipse this feature is gone :shock: --> NO WAY ! It is integrated...
Its long been known that the same effect that oil and water have when mixed can often be used to describe SAP and UI. What with the multitude of products such as BSP, WebDynpro (abap and java), WebUI and classic GUI, users often cant see the forest ...
Originally Published at: Bring Data to Life – Integrating D3.js in SAP via RESTful Web Service – Sneak Pick at d3.jsBring Data to Life – Integrating D3.js in SAP via RESTful Web Service – RESTful WebService Step-by-Step guideBring Data to Life – Int...
In my previous blog james.wood/blog/2013/01/16/navigating-the-bopf-part-3--working-with-the-bopf-api, I introduced the BOPF API and demonstrated how the API could be used to perform routine CRUD operations on a business object. With this basic introd...
Scharpen your ABAP Editor for Test-Driven-Development (TDD) - Part III.How to optimize your Performance by using the new ABAP Editor[image from http://www.sxc.hu/pic/m/g/ge/gerard79/1327908_the_maze_3.jpg - copyright www.digital-delight.ch]Navigatio...
A customer, partner or colleague of yours has a nice idea about new web or mobile application, but before starting a bigger project the concept should be quickly validated, fully integrated with SAP backend system. Or, you are just interested for e...
Everyone talks about non-disruptive evolution of software systems - but what about the ABAP application server? Is non-disruptiveness really the most important development guideline? In this blog entry I look at the facts.The ABAP Application Server ...
Initial situationIn my previous blog post, I introduced an architecture which could be the backbone of a historically grown application. Certain design issues, called smells, were introduced which could prevent a new developer in the project from its...
This page is the entry point for the ABAP for SAP HANA Reference Scenario Open Items Analysis. It provides links to different ressources (such as guides, articles, blogs, and tutorials) around the reference scenario - which is an integral part ...
Initial situationImagine a legacy application which has grown over the past few years. It has evolved for generations, maintained by several generations of developers. While the first generation of developers had a clear vision of what the applicatio...
Hi,Below is the code snippet that can be referred to parse XML document into an internal table of the ABAP program. We would need to pass XML document as a string type to the function module.FUNCTION z_parse_xml.*"------------------------------------...
Anything wrong with the below statement CONSTANTS lc_5000 type werks_d value '5000'.The compiler doesn't complain - syntax checks are okay.The code inspector doesn't complain - as the following statements will use lc_5000 instead of '5000'.Then wha...
I often hear with ABAP in Eclipse it is only possible to declare whole packages as my favorite objects and not single objects as in SE80. This is not true. With Eclipse you have the possibility to define Bookmarks within your source code artifacts an...
Applies to:SAP NetWeaver 2004s, mySAP ERP 2005Created on:22-01-2013Author:Gaurang Gujar, Capgemini , Consultant , Appsone.Summary:Many of the MNC’s require SAP implementation all over the globe involving a lot of custom objects and custom text. It i...
The ICF Tree First Strategy: HTTP Request Method Second Strategy: Data Transfer Format The Common Plot for All Requests A Specific Task - the PUT Request Session, Identity and Locking Using ABAP's Built-In JSON Converter Summary In tw...
A longer time ago I wrote here how to simulate GetObject with ABAP. Here is now a variation to simulate CreateObject on the same way. Another very interesting aspect of this possibility is the using of classes, which are not allowed under normal cir...
Modifying an already existing screen involves copying an existing the screen element, and making changes to the copied ones. Though SAP delivered screen sequences, screens etc. may fulfill the business requirements of most of the clients, it is neces...
Hi everyone, in this blog I will share my two cents worth in sending notification email in SAP.Business scenariosIn my project, I have to write a customized Web Dynpro Application to facilitate a business process for user. Most of the activities in t...
Scharpen your ABAP Editor for Test-Driven-Development (TDD) - Part II.How to optimize your Performance by using the new ABAP Editor[image from http://static.supernifty.com.au/images/comic-mastery.png - copyright Supernifty.com.au]In my previous Blog ...
Let`s have a following situation: you have a colleague (or even a group of them), that can do SAP Query very well, but they`re no developers in any way. That means SAP Query is their only way how to “create” something “new”. That means that if you wa...
The below steps helps us in adding a new custom field to the existing field catalog of a condition table on Output billing. 1. Create a new structure (append structure) in KOMBZ – Customer groups. The newly added structure holds the new fiel...
Enhancement - Vendor Master Data (FK01/FK02/FK03)1. Introduction1.1. Document PurposeThis document explain the screen enhancements for adding a custom Tab in the vendor master data (FK01/FK02/FK03)2. Major FeaturesA Customer TAB (For e.g.’Ta...
Usually I write about my experiments with object orientated programming in ABAP, but today I encountered something at work which prompted me to write a short blog abut another of my obessions, which is trying to design a user interface which can be u...
Step 1: Put a static break-point at the desired location Launch The Applicaton The Dubugging Mode is automatically triggered when the breakpoint is reachedPress F5 for single line/step wise execution or F6 for execution Pressing F5 ,helps you to en...
Purchase Order Modifications using ClassesI found a document on scn which used Classes to get Purchase order details herehttp://wiki.sdn.sap.com/wiki/display/ABAP/Purchase+Order+Data+Extraction+using+ABAP+ClassesOn the same line, I have created a pr...
Rolling Your Own Samples with jsfiddle How to Make a Polyglot API Cross-Origin Ressource Sharing (CORS) Application Design Server Requests Model-View-Controller in the Browser Coupling with the Events Object Controller Tasks The Tabl...
Lately, I've been quite busy working on some demo applications using the Document Management System. What typically happens in most cases, is that a link to the original document is stored somewhere. I wanted to do things differently and save the str...
One of the key messages from our internal SAP Field Kick Off Meetings (FKOM) that are happening worldwide this month, is that the use of "Design Thinking" can help create solutions that solve problems better - for both our customer, and our customer'...
QUESTION Hi,1. Can anybody tell me what is diff. between Synchronous and Asynchronous data processing in BDC and which method(Session or Call Transaction) does Synchronous processing and viceversa.2. Which method(Session or Call Transaction) is fast ...
Last fall, my 10 year old son expressed some interest in learning how to program games. So I, being the CS nerd that I am, was thrilled and immediately went to work trying to find good learning resources to help get him started. Eventually, I settled...
New Yorkers speak many different languages. But a particular dialect of English has long been essential for drivers. If you do not know this dialect, you will suffer financial penalties. I am referring to NYC parking regulation signs. Even long-term ...
Set de datos en SAP usándolos con ABAP Introducción Ventajas Transacciones para su uso Ejemplo Transporte Set de datos en SAP usándolos con ABAP Introducción Un set de datos es un objeto en SAP el cual se usa para agrupar conjunt...
As I already indicated in an earlier blog, SAP is working on a FIPS certification for the crypto kernel of the Secure Login Library component of our SAP NetWeaver Single Sign-On solution. The certification process is well under way, and soon we will ...
In my previous blog james.wood/blog/2013/01/04/navigating-the-bopf-part-2--business-object-overview, we explored the anatomy of business objects within the BOPF. There, we were able to observe the various entities that make up a BO: nodes/attributes,...
Hi all,I am here by taking opportunity to mention some SAP Standard demo programs for practicing and becoming expertise with ABAP programming techniques and syntaxes.I started adding some programs and slowly will update the document slowly one by one...
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| Subject | Likes |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |