Recent Activity

    FAQ - ABAP Channels

    This document tries to answer the most important questions about the ABAP Push Channels (APC), ABAP Messaging Channels (AMC) and ABAP Daemons. ABAP Channels support real-time events and interactive collaborative event-driven scenarios in ABAP by mea...

    How to identify a SAP RFC FM that is getting triggered from Front-End running on JAVA

    How to find out the SAP RFC Function Module that is getting triggered from the Front-end while using Internet Explorer.1.Press F12 to open the DEVELOPER TOOLS.2.Click on the Green Triangle ICON (Enable Network Traffic Capturing or F5) under NETWORK.3...

    kiran_k8 by Active Contributor
    • 2323 Views
    • 0 Comments
    • 3 Likes

    SLN Spotlight_SAP Labs India: Entity class overview in JPA based WEB applications

      This is the continuation of previous blog(blog series) and it covers the Entity class created in JPA based web application that how POJO class created in JAVA can be mapped with the database tables, views and calculation views created in HANA DB...

    Custom function module to get the dates of last Friday/any day of given number of months and date

    Purpose:Purpose of this document is to develop a custom function module to get the dates of last Friday/any day of given number of months and date.FM code:Please maintain mentioned input parameters to the custom FM.And also maintain the below mention...

    A small tip to find out which table stores field checktable assignment information

    For project reasons I need to find all tables whose fields have used a given table say COMM_PRODUCT as check table. The only information I know is that such kind of table metadata is stored in table with name prefix DD*. Unfortunately there are hu...

    JerryWang by Product and Topic Expert
    • 5358 Views
    • 3 Comments
    • 5 Likes

    ALIAS fieldname

    In a project I had the problem that we had to use dynamic structures. Of course not all of the structure was dynamically - there was a set of fields which are constant -, but the whole structure has been created dynmically.We then had to aggregate th...

    EnnoWulff by Active Contributor
    • 6417 Views
    • 10 Comments
    • 7 Likes

    Just another way of sending SMS using your own SMS Gateway on Android & ABAP

    Hi All,As part of one POC, we had a requirement to send SMS from ABAP. The obvious fact is that we need an SMS Gateway service provider to trigger SMS. Since it was just a POC so we were looking for some free or at least very cheap way to do it. Afte...

    Wonder how Data Control Language (DCL) works with ABAP Core Data Services (CDS)?

    Recently, I was playing with some of the ABAP CDS views and faced several challenges with authorizations. I do not see many documents online for CDS development as it is relatively new and therefore I have decided to write a blog, which I think, migh...

    Creating Custom Queries in Worklists for Service Parts Planning (SPP) with Navigation & detail component functionality

    I have spent many hours in first analysing these things and then implemented them for specific requirement .So I would like to share my knowledge here .Worklists for SPP is based on POWL concept . Therefore adding new query requires to follow POWL pr...