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
  • 83447 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Field Symbols

hi, I was just wondering how I can implement this code using Field SymbolsTBL_STO_DATA contains 2 fields, fieldname and fieldvalue.. LOOP AT tbl_sto_data INTO wa_sto_data. CASE wa_sto_data-fieldname . WHEN 'EINA-LIFNR'. wa_eina-li...

Resolved! Data Display

Hi Experts, Is it possible to display data horrizontally in an alv report. I mean to say that the field headings are at the top and the data is being shown from top to bottom, however I require the fields to be at the left hand side of...

Resolved! selection screens

Hi,Here I created report like thisSELECTION-SCREEN BEGIN OF BLOCK FINPUT WITH FRAME TITLE TEXT-001.PARAMETERS : FILENAME(30) TYPE C, FUPLOAD RADIOBUTTON GROUP RAD1 DEFAULT 'X', FDLOAD RADIOBUTTON GROUP RAD1 .SELECTION-SCREE...

Update Statement

Which of these statements is correct. caz the ABAP editor gives no syntax error on any of these.UPDATE PA0003 SET AEDTM = SY-DATUM UNAME = SY-UNAME BDERR = VALID_DATE WHERE PERNR = INNNN-PERNR. UPDATE PA0003 SET: AEDTM = SY-DATUM , UNAME = SY-UNAME ,...

REG DEBUGGING

SOMEBODY PLS EXPLAIN WHAT IS THE DIFFRENECES BETWEER F5,F6,F7,F8 IN DEBUGGINGWHEN I WAS DEBUGGING WHEN I ENTERING INTO THE FUNCTIONAL MODULE HOW TO COME OUT FROM THAT FUNCTION MODULT WHICH ONE WE HAVE TO PRESS PLEASE EXPLAIN

Resolved! BDC recording

Hi,Please tell me what does each of the values signify ( column wise 'X' 'SAPMH5A0' '1000' ) and what does Dynpro mean ?perform dynpro using: 'X' 'SAPMH5A0' '1000', ' ' 'PPHDR-PLVAR' '01', ' ' 'PPHDR-OTYPE' ...

User exit

Hi, Here i have to maintain Purchasing Group(MARC table EKGRP) without maintainning the MRP Views & purchasing views. Company donot want to maintain the MRP views(They dont have planning calander) only for the sake of maintainning the Purchasing gr...

delete dev class

i have dev class Ztest in TR 244.In development class Ztest, I deleted all programs and Dictionaries.if i try to delete development class it says "it cannot be deleted, because objects still exist".can somebody tell me how to delete this.regardsAmbic...

ABAP OO for Dummies!!

Hello to experts,I want to learn ABAP OO.I am through with Basic ABAP and fundamentals.Kindly show me the path from where I can learn ABAP OO from the scratch.Please provide some useful materials for the same to we 'juniors'.Also send me some example...

Labels in this area