Working With Eclipse [8] : Create your own IDE Actions Part 2
Discovering ABAP
by Jagdish
8h ago
In earlier post Working With Eclipse [7] : Create your own IDE Actions, you learned about creating own IDE actions with Text output as the demo. In this post, you will learn how to create your own IDE actions for Eclipse with result type HTML and Code Change. The IDE action framework allows you to extend the ABAP development ..read more
Visit website
Working With Eclipse [7] : Create your own IDE Actions
Discovering ABAP
by Jagdish
8h ago
In this post, you will learn how to create your own IDE actions for Eclipse. The IDE action framework allows you to extend the ABAP development tools for Eclipse (ADT) with additional features called IDE actions. The IDE action framework offers you a toolset to build custom functionalities that are completely server-driven using ABAP. You can also use these ..read more
Visit website
Exploring ABAP on HANA: CDS Table Entity
Discovering ABAP
by Jagdish
1w ago
A CDS table entity defines a database table as an ABAP-managed database object. These are similar to DDIC based transparent tables. Table entities support relationship modeling with CDS associations, semantic metadata with CDS annotations, and typing with both CDS Simple Types and Enumerated Types. CDS Table Entity : Usage CDS Table Entity : Syntax // optional ..read more
Visit website
Exploring ABAP on HANA: Enumerated Types
Discovering ABAP
by Jagdish
1w ago
In the earlier post Exploring ABAP on HANA: CDS Simple Types, one of the unexplored and newer features within Core Data Services – CDS Simple Types was discussed. This post talks about a similar concept of defining a data type within CDS – Enumerated Types. CDS enumerated types are the successor of DDIC domains with fixed values. Enumerated Types ..read more
Visit website
Exploring ABAP on HANA: CDS Simple Types
Discovering ABAP
by Jagdish
2w ago
This post talks about some of the unexplored and newer features within Core Data Services – CDS Simple Types. This is available from ABAP version 7.58 CDS Simple Type CDS simple type is like a data element in the CDS world that refers to ABAP built-in types. Let us create one to understand more. Provide ..read more
Visit website
ABAP 7.4 and beyond [16] : Indicator Structures
Discovering ABAP
by Jagdish
2w ago
This post talks about an interesting addition to the way structures are declared. Indicator Structures The new addition INDICATORS is available while a type is defined using the statement TYPES. The indicator structure is a substructure of a given type. The indicator structure has the same components as the original structure but all of the fields have type x of length ..read more
Visit website
ABAP Code Samples : Create PDF from Internal Table
Discovering ABAP
by Jagdish
1y ago
This code sample explains how to create a PDF xstring from internal table. The rv_bin is xstring binary content and can be displayed as pdf. To test this code, SEGW based OData service or RAP OData service can be used. Example output is as below ..read more
Visit website
SQL Script for AMDP: Flow Control with IF and Loops
Discovering ABAP
by Jagdish
1y ago
In this post, you will learn to use SQL Script in AMDP with flow control. This will cover below statements. Commenting the SQL Script Code The comments can be added using * or — Using IF and ELSE If syntax is similar to ABAP but uses additional THEN keyword. Condition can have following The conditions ..read more
Visit website
Important Resources for SAP ABAP Developers for working with S/4 HANA
Discovering ABAP
by Jagdish
1y ago
In earlier post, Important Learning Resources for SAP Developers, the learning resources are summarized. This post talks about important links that can be useful while working on a S/4 HANA project. SAP Business Accelerator Hub : Explore Categories The Explore Categories page contains information about SAP Standard APIs, Events, Integrations, Process Automation, BAdIs, CDS Views which ..read more
Visit website
Important Learning Resources for SAP Developers
Discovering ABAP
by Jagdish
1y ago
If you are waiting for a learning opportunity, you are already too late. SAP provides great learning resources and systems where one can practice as well. This post covers links to SAP Learning content that every SAP developers should be aware of. Please add links in the comments if you feel anything is missing and ..read more
Visit website

Follow Discovering ABAP on FeedSpot

Continue with Google
Continue with Apple
OR