Browsing Category

Abap development

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…

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…