Sign in
Sign in
Recover your password.
A password will be e-mailed to you.
Browsing Category
Abap development
Automatic setting lock when creating the purchase requisition. BADI ME_PROCESS_REQ_CUST.
Task essence:
My task was to set Block ID and Text automatically while end-user created purchase requisition in ME51N.
Why do it? Because, it should be approved in another SAP module (PSM-FM) and only after this it can be…
Darkest Dark Theme for Eclipse with ADT
I really like Abap in Eclipse and work with Eclipse every day. But if you work every day with Eclipse it’s really exhausting for your eyes because of the bright UI. ( And the standard theme is a bit boring ???? )
So i searched for…
Extension of PROACT IDoc
Objective:
The Main objective of this paper is to
Brief about PROACT IDoc.
Brief the procedure of extending/customizing PROACT IDoc to inform vendors about the stock situation and forecast and to trigger it from Custom…
LUW – Part1
Logical unit of work (LUW) in SAP:
The objective of this document is aimed at explaining the concept of logical unit of work in SAP. I assume that this will be a good read for my fellow readers.
Why logical units of work?
The main…
BDC 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 output was nothing due to…
Navigating the BOPF: Part 5 – Enhancement Techniques
In my previous two blog posts, we explored the BOPF API from a client point-of-view. Here, we learned how to perform basic CRUD operations, execute actions, and so on. Now that you have a feel for how the API operates, we’re ready…
E-Mail formatting using Standard Texts made simplified
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…
Validation & Substitution comparison tool
Introduction
From time to time, the need to compare validation (transaction GGB0) & substitution (transaction GGB1) between two systems (usually development and quality or development and production), or between two client arises.…
Parse XML Documents
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.…
HANA SQL TIME FUNCTIONS
In ABAP, all TIME related processing such as converting date/time from one time zone to another time zone requires usage of FM such as
IB_CONVERT_INTO_TIMESTAMP
IB_CONVERT_FROM_TIMESTAMP
As well as usage of syntax such…