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

    Dynamic Internal Table Creation using selected field of a database table

    I am trying to create a dynamic internal table which will have some fields from any one database table. For example I need to create a dynamic internal table it_ekko which will have only fields mandt eblen and aedat from database table ekko. I am abl...

    Resolved! Accepted Solution

    S_RS_COMP & COMP1

    Folks,Is there a way to allow Power Users ONLY to do 'Save As' from ZQUERIES to YQUERIES but I at the same time I should restrict them not to change the ZQUERIES? How can I do this using S_RS_COMP and COMP1 Auth fields. Please share your thoughts......

    Resolved! Accepted Solution

    Refresh data in ALV OM

    I am using CL_SALV_TABLE to generate ALV report with a refresh button. When I click on Refresh button, the data should be updated In the on_user_command event I have perform select_data my_alv->refresh( ).But this does not seem to accomplish the task...

    Resolved! Accepted Solution

    Rename Columns Titles

    How do I rename the column heading while displaying output in ALV using CL_SALV_TABLE.... I am using the following code which is not working. LR_COLUMN = IR_COLUMNS->GET_COLUMN( 'HEADER' ). LR_COLUMN->SET_TECHNICAL( IF_SALV_C_BOOL_SAP=>FAL...

    SG141 by Active Participant
    • 886 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    BAPI_RESERVATION_CREATE

    Hi everybody when I call the BAPI_RESERVATION_CREATE in the program as follow,it failed with the message:An error has occurred in enhancement EXIT_SAPLMEWB_001 (please check)I'm working on ECC 6.0.4refresh t_lis. refresh errmsg. refresh t_lis...

    Resolved! Accepted Solution

    Make non-mandatory field in Logical Database 'SDF' mandatory.

    Hi all,I want to make a non-mandatory field 'Chart of Accounts' in Logical Database 'SDF' mandatory in my Z program.Please let me know how this can be done?I tried defining the select-option in my zprogram but it gives error saying the parameter ha...

    Resolved! Accepted Solution

    Join in dynamic way

    Hi,I want to do dynamic join from 3 tables and give the i.e. i have method with import fields and i want to do the select accordingly to the fields that i have if user enter 5 fields do the select just from table one if user enter 10 fields to the se...

    Email Billing Document

    HieI am trying to send billing document through mail and the functional guys have configured the output types and conditions. I have a challenge in that which program do we assign as well as the subroutine in config as parameters for output type to ...

    Resolved! Accepted Solution

    XML to ABAP transformation

    Hi,I want to get my XML data into an internal table in ABAP. I use statement 'CALL TRANSFORMATION' for that, but i get an error named 'Error accessing the ref. node "EMPLOYEE"'.I don't get it. As far as i can see everything is correct, but when i pro...

    Labels in this area

    Explore this Area