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

    ALV GRID display

    Hi all,I am displaying the output of my report in an ALV list. when i try to save the list to a local file, I am getting a runtime error. The name of the runtime error is OBJECTS_NOT_CHARLIKE. There is a field in my list which is of type p and I am g...

    Resolved! Accepted Solution

    SELECT OPTIONS.

    Hi Friends , I have made changes to AT SELECTION SCREEN . The code is below . IF w_email_radiobutton = 'X'. IF s_email-LOW IS INITIAL. MESSAGE e999 WITH text-e17(Enter Email Address). ENDIF. ENDIF.This condition seems to work fine . T...

    HR read infotype

    Hi friendsI have to read recent (last) record from the following HR tables/infotypes. Shall I use RP_PROVIDE_FROM_LAST macro? Is there any other other good way to read data? Please give me some sample code. I will appreciate ur great help.PA0001PA000...

    Resolved! Accepted Solution

    BAPI returns PDF

    Hi all,Am trying to implement a BAPI that rerutrns a PDF to a webdynpro. I create the PDF from a smartform through FM 'CONVERT_OTF_2_PDF'. Now this FM returns a table of type TLINETAB, and when a try to put a parameter of the same type in my BAPI i g...

    Resolved! Accepted Solution

    client dependent

    hii all,iam working on an object where it is desired that the changes in the output should be made only in 200 client of DEV server. No changes should be made when the report is run in DEV210 client or QAS or PRD.I am trying to write the code this wa...

    Resolved! Accepted Solution

    How to update an internal from ALV input capable?

    Dear experts,I use an ALV grid(REUSE_ALV_GRID_DISPLAY), where one field is input capable. How can I save the new value I've put to this field in the database? In USER_COMMAND I get the following parameter :selfield TYPE slis_selfield, but it only con...

    Resolved! Accepted Solution

    regd internal tables

    i have to select either kunn2 or lifnr field value from knvp into an internal table field say x based on another field (partner function) value from same table knvp.I appreciate if anyone can suggest me how to proceed with this.

    Resolved! Accepted Solution

    ALV output to email

    Hi all,i have developed a report and displayed the output using ALV grid display.i will have to run this report in the background and the ouput of the report should be sent to a user's email in the form of spreadsheet.how can achieve this?Any explain...

    Resolved! Accepted Solution

    Deleting leading zeros

    hello friends i have to delete leading zeros, but only 2 zeros irrespective of the number of leading zeros i have.I have my code written as, it_out-aubel - '0001234567'. shift it_out-aubel left deleting leading '0'. condense it_out-aub...

    Labels in this area

    Explore this Area