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
    • 94907 Views
    • 212 Comments
    • 39 Likes

    regarding f4 help

    hi,my reqirement is when ever user pressing in selection screen f4 , all the fields of mara table should display and user will click which field they want.so for that requirement i did like this.but how to mara table values display when user clicks F...

    Resolved! Accepted Solution

    Question on OOPS

    HiI am trying to write a program in OOPS. I have defined class & methods & their implementations in a program in SE38. I am trying to pass the select-options that I get in the input in one of the public methods. I have declared that in my method like...

    Resolved! Accepted Solution

    show the same subscreen twice in one main screen with different values

    Hi Experts,i have the requirement to show the same subscreen twice on one main screen.I've tried it out with an example program by changing the values with the debugger in the PBO of every process of the subscreen. It works to show the different valu...

    Resolved! Accepted Solution

    Table to string conversion

    Hi,Is there a FM or some other approach in SAP which could convert all the field records of a internal table to a string fomat into another internal table.For e.gInternal table IT_TAB has four field F1,F2,F3 & F4 with data d1,d2,d3 and d4This after c...

    Resolved! Accepted Solution

    Text Editor

    Hi all, I am trying to get the text from text editor using the method (get_text_as_stream) from the class (cl_gui_textedit).Code :when 'SAVE'. CALL METHOD g_editor->get_text_as_stream EXPORTING ONLY_WHEN_MODIFIED = 1 IMPORTING T...

    Resolved! Accepted Solution

    BAL_LOG_CREATE

    Hi Gurus,Please could any body tell what is the use/benefit of the 'BAL_LOG_CREATE' function module & how do we use it. I went thorugh the function module documentation but it confused me all the more. Please give eg. if possible.thanks in advance

    Resolved! Accepted Solution

    Doubt on String Operations

    Hi, I have a requirement in which i have to replace the character '|' with blank space. I have used the following command to replace.Replace All occurrences of '|' in v_text1 with ' ' (Instead of Quotes i tried with SPACE option also) but it is not ...

    Labels in this area

    Explore this Area