Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

    Criticality.png

    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...

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 94096 VIEWS
    • 212 REPLIES
    • 39 Likes

    Binary Search

    1.I have 3 columns in ITAB say col1,col2,col3SORT itab BY col1 col2 col3.Reab TABLE itab WITH KEY col1 = ... col3 = ... col2=.... WITH BINARY SEARCH.Will it work? If not why....2.What are the things we need to check before a READ statement with binar...

    Alv Grid display

    Dear Experts, I need to sole the following task, In the selection screen I have 2 radio buttons, one is for ASSEMBLY and other is for PRODUCTION. When selecting either of the button the ALV grid displays 20 fields. My requirement is when I selec...

    Sy-DATLO

    Hi, i want to know what the system variable SY-DATLO has?The documentation says that it has the user's local time.when i call an RFC from the webdynpro java application which returns the SY-DATLO,and i am calling the webdynpeo java application from ...

    Sharadha1 by Active Contributor
    • 3375 VIEWS
    • 6 REPLIES
    • 0 Likes

    Resolved! use of RFC_READ_TABLE

    Friends i have to make a use of the RFC_READ_TABLE to raed the data from any table with in the landscape. But how acn i paas the rfc target system in this FM..i'm using it in the programif we go in se37 we can see the target system but no parameter i...

    Resolved! alv display

    hi friends,i have a prob in ALV. When I am using seltext, the output is still taken from DDIC reference/. for eg, ls_fieldcat-fieldname = 'V_TOT_VAL'. ls_fieldcat-tabname = IT_INV. ls_fieldcat-seltext_s = 'TOT.VAL'. ls_fieldcat-reptext_ddic = '...

    Question reg. ALV

    I am trying to display a output using ALV 'reuse_alv_list_display' in a custom report. But its going to dump and says like this: The current ABAP program "SAPLKKBL" had to be terminated because one of the statements could not be executed. Th...

    Resolved! Question reg. 'replace'

    I have an internal table with a record with fields:Text: Change delivery &1 , customer &2 (of type char 73)msgv1: 5678 (of char 50)msgv2: 457890 (of char 50)Now I want to replace &1 with msgv1 and &2 with msgv2 values. I tried the following code: ...

    Labels in this area