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

    Radio Button

    Hi All,There are 2 radio button, i click one of the radio button shud display 2 file path fields to upload these files, one for demand and another for stock. selection-screen begin of block a1 with frame title text-010.parameters r1 RADIOBUTTON GRO...

    Resolved! Accepted Solution

    ALV group headings ?

    Hi,I need to create an ALV output of format as given belowGroup1 Group 2 COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6The column headings 1,2 and 3 should be grouped under Group1 heading and that with 4,5 and 6 under Group2 heading.Please help ...

    anub by Participant
    • 926 Views
    • 7 Comments
    • 0 Likes

    bdc calltransaction

    Hi Friends,while updating the 10 records in MM01 T Code by using Call Transaction mode A update S, when 3rd record was error then what happens.and as well as what happen when i take mode N update Sand as well as what happen when i take mode E update...

    back button problem

    My problem is everytime I click the back button it repeats the screen where I click the select all button.example i thick the select all button then deselect it then manually select any checkbox.then I decided to click the back button.when I click th...

    field exist

    Hi AllI am working with PM module in tcode 'IE01'. there is one field 'Manufacutre' in this transaction. this field doesn't have F4 help. I want to add a search help in this field so that when user will press F4 in this field it should display all th...

    Back button

    Hi experts!Im having a problem in my back button.In my select all and deselect all button its working properly this is my code at user-command form.WHEN 'SELECT'. LOOP AT it_ltak INTO wa_ltak. wa_ltak-sel = 'X'. MODIFY it_ltak FROM...

    Resolved! Accepted Solution

    Authority Object useless after transport request has been released

    Hi everybody,the following has happend to my team twice in the past weeks:We create an authority object (say HUGOTEST) and use it in authorisation roles, which are assigned to roles etc.. The "Authority Check" Command does excatly what we think it sh...

    Resolved! Accepted Solution

    screen table modifies to actvie in debug mode, but the screen is unchanged

    please o thru this code and find whats wrong with it. may b ei am overloking some aspect. please correct me asap.Regards.heres the code.SELECTION-SCREEN BEGIN OF BLOCK b4 WITH FRAME TITLE text-007. PARAMETERS: neu RADIOBUTTON GROUP rg1 DEFAULT 'X' U...

    Resolved! Accepted Solution

    Performance problem

    Hello Gurus,In a report I have a performance issue. When I do runtime analysis, it says ABAP takes 85 %. Data base 12 %.Below routine takes maximum time (12 min). Can you suggest possibilities of improvement in it.FORM select_other_details . DATA: l...

    Resolved! Accepted Solution

    Select statement

    Hi All,I have to extract data from more than 8 DB tables. Advised to use Inner Join for performance but I want to use For All Entries ?Test client contains less data so unable to find ot any.Plz guide me what to use and why.Thanks

    Find RFC source

    Hi,I wonder if there is any posibility to get hostname / ip addres / rfc name wich was called remote function...For example, I call something like this from server named 'TEST_01':CALL FUNCTION 'Z_TEST' DESTINATION 'PROD_01'EXPORTING p_test = 1.Then ...

    Labels in this area

    Explore this Area