Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 65092 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! ABAP New Syntax

Hello Experts, why i get the error message by using the new syntax e.g. when I replaced the statement: READ TABLE mt_xyz assigning <ls_x> with key test COMPONENTS a = <ls_x>-t. With: ASSIGN mt_xyz[ key test COMPONENTS a = <ls_x>-t ] to <ls...

Resolved! Dynamically create internal table from JSON using /UI2/CL_JSON and more

Hi all I have the need to call an API which returns a JSON structure which may change (add or remove fields) although the fields I need will always be there -not sure the position- but there. I've just discovered class /UI2/CL_JSON and it works g...

Resolved! SAP AS ABAP 7.52 SP04 installation fails - "modlib.jslib.caughtException" #ABAP_Trial

Hello Experts, I would like to learn ABAP and therefore tried to install SAP following Julie Plummer's Guide (https://www.sap.com/documents/2019/09/c86f9218-687d-0010-87a3-c30de2ffd8ff.html). I tried to find similar problems/questions, but unfortun...

Parllel cursor

My requirment is to use parllel cursor with 4 or 5 loops. i want to convert this code how LOOP AT it_mard INTO wa_mard. wa_final-matnr = wa_mard-matnr. wa_final-werks = wa_mard-werks. wa_final-lgort = wa_mard-lgort. wa_final-labst = wa_mard-labst....

Resolved! add days to data

I'm trying to use this ADD_CALENDAR_DAYS_TO_DATE fm to add days to the date. for example if I have the date 20.02.2019 and I have to add 3 days, I have to give the output of 23.02.2019. can you give me an example of how to do it with this fm, ...

Resolved! function module issue

Hi abapers, I have SAP BW background.I have used a function module but i have an issue.The functiom module is to spell the amount which we type for example 213 if we enter,the output must be two hundred thirteen when i execute it im getting the e...

Labels in this area
Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.