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

    dynamic server path

    can anyone tell me if changing the line below--> SERVER_PATH TYPE string VALUE '\bwdevtbwdtemp',to this will work-->if sy-sysid = 'BWD'. server_path TYPE string VALUE '\bwdevtbwdtemp'. elseif sy-sysid = 'BWP'. server_path TYPE string VALUE '\bw...

    Resolved! Accepted Solution

    Create_dynamic_table does not work when fieldcatalog table contains LVC_S_S

    I'm getting short-dump when creating dynamic internal table via CALL METHOD cl_alv_table_create=>create_dynamic_table. The fieldcatalog contains a component named LVC_S_STYL which populates fine when after call function LVC_FIELDCATALOG_MERGE but whe...

    Sougata by Active Contributor
    • 1215 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Multi Page Report

    Hi Friends I have one Report that contains company wise total, period wise total and the amount.Currently I am displaying this report in single page only.But my current requirement is : the output should contain 2 pages. in 1st page I have to displ...

    Resolved! Accepted Solution

    method-urgent

    How can we differ two methods irrespective of the method names.That means suppose in a class there are two methods with same names but with different parameters which are of differernt data types then the 2 methods will be different or they will be s...

    ABAP CODE TUNING

    Hi Abap Gurus,I have a program that return timeout error code. The objective of the program is to fetch the latest 'Released' date from the audit trail (cdhdr & cdpos). As this is a huge table, my program return timeout error.How do I do this?Any goo...

    Resolved! Accepted Solution

    poly

    what is the exact meaning of polymorphism.While implementing the phenomenon of polymorphism by means of classes do the methods will belong to the same class or in different classses.

    custom control

    hi allCan i create a custom control inside my tab control? right now i gt a tab control. This tab control gt 3 tab. i want to create a custom control in my tab 2. however i put my code to the tab screen, i cant see the custom control display in tab s...

    Internal Table

    Hi all Experts,I am reading data from dB table in to an internal table. Now all the NUMC type fields from dB which are empty are comming as ZERO's in to the internal table. How can I prevent that? i.e. blank NUCM fields shoud not get as ZERO's in to ...

    Resolved! Accepted Solution

    Report format

    Hi ExpertsI wrote a report and give some parameters to select the fields, but I want to give a need name when the user want to run objectid should look as Document No v1 should look as Plant code Etc in the outlline but in my case it is...

    Resolved! Accepted Solution

    downloading two different text files using gui_download

    Hi Folks,I have two internal tables.itab1 and itab2.Generally in most cases I have to download only the data in itab1 as a text file using Gui_download.In some cases if a particular condition is satisfied I need to download both itab1 and itab2 data...

    kiran_k8 by Active Contributor
    • 1215 Views
    • 5 Comments
    • 0 Likes
    Labels in this area

    Explore this Area