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
    • 96876 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Explain code

    in one of the programs i saw(see the below code) both the selects are written one after other as shown below if s_paledg-low = '02'. clear w_waers. select * from t001 where bukrs = s_bukrs-low. w_waers = t001-waers. ...

    password

    Hi All,I have a report , for that report i need to the functionality i.e.,1. when the report is executed and the output is exported to local file it should be password protected.the password should be the SAP user id of that user(by whom the report i...

    UTF-8 open dataset

    Hi experts,I have a russian text file (with empl name and additional payments) saved as UTF -8 format... I used CG3Z and uploaded to Appln server..the data in this file has to be uploaded in one of the PA tables(0015).!!Wen i use Open dataset ...enco...

    Report

    Hi,I have selection screen with GL account range (BSEG-HKONT),Company code (BKPF-BUKRS),posting date range (BKPF-BUDAT).Now,I have to find all the documents (Belnr) from BKPF that fall within the posting date range (bkpf-budat)With regards

    Resolved! Accepted Solution

    open dataset

    i have written below code.IF NOT it_final_itab[] IS INITIAL. OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE. IF sy-subrc NE 0. MESSAGE 'Error on output file read' TYPE 'E'. ELSE. LOOP AT it_final_itab INTO wa_fina...

    Resolved! Accepted Solution

    su01

    hi all,my requirement is to add an extra field in logon data tab in su01 beneath the field costcenter in table usdefaults can nayone plz guide me as how to accomplish this.<REMOVED BY MODERATOR>rgdsEdited by: Alvaro Tejada Galindo on Apr 22, 2008 5...

    Resolved! Accepted Solution

    Select-options

    Hi All,I need to fetch the data based on selection criterial PLANT,MATERIAL,DATE,at present my coding working for MATERIAL only can any one give hit how to fetcah data from above two options,here it is my code:TABLES:s031,s032,makt,marc.DATA : BEGIN ...

    Excel Download

    I need to download an Internal table into excel sheet. While down loading, if the sum of any one of the columns in the internal table is 'Zero', that column should not be displayed in the excel sheet. Can any body tell me the solution for this ASAP.

    Resolved! Accepted Solution

    Break Security

    Guys, last nigth I was thinking, if a user is not allow to execute for example transaction sm50 and he execute /h before of perform sm50 , he can change the values of variables in debugging process ? and worst access to transaction ?

    Labels in this area

    Explore this Area