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

    Hiding/displaying the text fields based on the value of another text field in Adobe Forms

    Hi, I have checked answers related to this question, but I did not find the appropriate answer. So, can you please help me in solving the below issue. I have created a text field(COUNTRY) in subform1 which holds the country value. In the subform2...

    Resolved! Accepted Solution

    ​Is there a concept/keyword (in ABAP or elsewhere) to not use variables from a certain point on?!

    I have often wondered, today I'm asking: Sometimes, when coding, I have the thought that from a specific point in my code, a variable is no longer needed (not to be read or written). I would like to have this enforced, either by syntax check (er...

    Resolved! Accepted Solution

    "OR" and "IN" queries extremely slow through RFC for COEP and STXH

    Hi all, I'm using a python script to read the SAP tables through RFC. usually it works fine for most of the tables, however I found an issue with some of them. for example when I'm trying to read the COEP table and in the WHERE clause I write: ...

    Resolved! Accepted Solution

    when i am execute my program gave a DUMP ( Type conflict in ASSIGN in program "SAPLSFES".)

    TYPES: BEGIN OF st_spfli, carrid TYPE s_carr_id, connid TYPE s_conn_id, countryfr TYPE land1, cityfrom TYPE s_from_cit, END OF st_spfli. TYPES: BEGIN OF it_header , HEADING TYPE STRING, END OF it_header. DATA: L_H...

    Resolved! Accepted Solution

    Cannot set external breakpoint on RFC enabled FM SADT_REST_RFC_ENDPOINT

    Hello everybody, To understand better how the SQL in ADT Eclipse works I wanted to set a breakpoint and debug it. So I caused it dump with the following code (alert: do not run this on productive systems if you want to avoid dumps): select * fr...

    AlbertoR by Participant
    • 2788 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    FORMAT_TEXTLINES FM for RFC

    Hi I'm trying to retrieve the long text report for several objects by using RFC_READ_TEXT in a python script. it works as expected but the text report is split in several lines with a formatting. I want to format the text and I'm trying to use RFC_FO...

    Labels in this area

    Explore this Area