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...

    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...

    sheenamk by Developer Advocate
    • 94666 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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 ,...

    Resolved! Accepted Solution

    Moving one file in unix directory path into another unix directory path

    Hi All,I have issue regarding moving one file in one unix directory into another unix directory.Actual requirement is as below:I have two unix directories 1. /var/opt/working 2. /var/opt/errorNow i have a file [ FILE1 ] in [/var/opt/working] working ...

    Resolved! Accepted Solution

    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...

    Labels in this area

    Explore this Area