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

    header

    hi experts,what is difference between internal table with or without headerline.when can we use with or without headerlines.i heared with header line decreses the performance .how it is?explaine me in brief thanks in advance.

    Resolved! Accepted Solution

    related to reports

    hi all,this is my code...DATA:BEGIN OF itab OCCURS 0, lifnr LIKE lfa1-lifnr, name1 LIKE lfa1-name1, END OF itab.TYPE-POOLS:slis.DATA:repid LIKE sy-repid.DATA:f_lfa11 TYPE slis_t_fieldcat_alv, f_lfa1 TYPE slis_fieldcat_alv.repid = sy-r...

    Resolved! Accepted Solution

    How to display 2 internal table side by side on report?

    Hi,I need to display report with 2 internal tables having diff no. of records and diff structures side by side on report. Not using forms.Is it possible?E.g 1st internal table INT1 has columns C1, C2, C3 having 4 records,2nd internal table INT2 has c...

    Resolved! Accepted Solution

    Disabling fields..

    Hi,I am trying to disable buttons and fields on a screen (for dialogue programming).i am using the command screen-active = '0' for disbling the buttons....but they are not disabled, instead they become totally invisible; where i want them to be disab...

    Resolved! Accepted Solution

    Invoice Numbers

    Hi Friends, I had urgent requirement.. I want Invoice number generation ..depends on plant..1.I have 10 plants.. For 1st plant i want number range 1 to 9999 2nd plant 10000 to 49999 3rd Plant 50000 to 99999.like..please...

    Resolved! Accepted Solution

    LSMW - periodic scheduling

    In LSMW during the step 1 - " Maintain Object Attributes" we have a method for periodic transfer, if that is helping to pick the data periodically from the legacy where can i schedule it to run for every hour.If i am wrong some where plez correct me...

    Resolved! Accepted Solution

    FM : "POPUP_TO_CONFIRM"

    Hi All,I am using "POPUP_TO_CONFIRM" FM in my code. This FM gives me 3 buttons. Third button is Cancel by default. I want to change "Cancel" to "Terminate". I cannot modify "Cancel" text in this FM. Is there any other FM where I can Modify text of CA...

    RFC .

    The requirement is:i have created YRFC(RFC enabled Function module) from there i have to call a report program passing value to select-options (that i am doing it by using Submit statements & it's doing fine) Now the Problem is i want to export the ...

    Smartforms-Condition node

    Hi Folks,Can we comment the condition node in the smartform?Here we are dealing with a smartform which is displaying the address based on the conditions like if werks = abc( it is done in the general attributes tab of the condition node followed by t...

    kiran_k8 by Active Contributor
    • 1338 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Performance

    Hi,In my programme i am getting less performanceSo pls suggest me how to increase my programme performance.TABLES: marc, makt, mara, ekko, EKPO, t604, t023t, t001w. TYPE-POOLS: slis.SELECTION-SCREEN BEGIN OF BL...

    Resolved! Accepted Solution

    Reg For all entries

    Hi I am using for all entries in my code. In Data dictionary i found there 8 reacords available for the same condition. If i run a ABAP program its giving only 6 records. Its not taking duplicate entires in Price column. Please check the below code.....

    Labels in this area

    Explore this Area