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

    Clear Clipboard

    Hi,hope you can help me.I have to copy an internal table into Excel. To do that:1. I copy the table in the clipboard (CALL METHOD cl_gui_frontend_services=>clipboard_export)2. I paste it in excel ( CALL METHOD OF w_excel 'Paste' .)till now, everythin...

    LI21 : Write offs

    Hello experts,When selecting a record in LI21, and clicking on write off, I want to implement the following conditions.If movement type is 712, the user should be required to enter values for the reason for movement - GRUND and the long text as well....

    Resolved! Accepted Solution

    Database table Select

    Dear Gurus,  I am facing a strange issue where I have a select from a custom table     SELECT *  FROM ZXXX  INTO TABLE t_ZXXX.IF sy-subrc = 0.ENDIF.If I put a breakpoint at IF sy-subrc = 0 in Development environment and Quality Environment and debug,...

    Resolved! Accepted Solution

    Get contained ALV

    Hello,How to get the a ALV contained in an internal table after you perform sorts and filters?Filters and sorts are done by the user after displaying the ALV. I use set_table_for_first_display method for intial display.I try to save the data in the A...

    LGA by Participant
    • 1525 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Note 0001337290 SEPA: Authorization check with customer module : question on manual implementation

    Hello, While performing the manual tasks for this note : SE54, "Generated Objects", regenerate the maintenance module (using <- je suis perdu"change"), but do not regenerate the maintenance views (do not select indialog box).I have done the following...

    ST03N Issue

    Hi !We wish to see T-code usage...i.e. who used say SM30...ST03N gives a list of users; however, half of them don't even have access to SM30 (either via the Role Menu or via S_TCODE) !Is there any reason, the ST03N data could mean something else...co...

    Resolved! Accepted Solution

    Job aborted but Call Function 'Job_submit' is not setting sy-subrc <>0

    Hi Guys,I am starting a job automatically in my code usingCall Function 'Job_submit'I can see in the job log that the job was aborted but Call Function 'Job_submit' is setting sy-subrc = 0.I found out in the job log that the error message was thrown ...

    Resolved! Accepted Solution

    How can I determine the language of a notification task's long text?

    Hi Experts.Could you please help me to determine the language of a notification task's long text? Actually, the long text is creating as per logon language of the user.Let say user 1 is logged on language 'EN' create a task and long text. So, the lon...

    Abhijit74 by Active Contributor
    • 1964 Views
    • 4 Comments
    • 0 Likes

    accounting doc no. field should have a hotspot link to FB03.

    Hi,I want to create a field for accounting doc no.in header area of alv report and that field should have a hotspot to FB03 transaction.Code for field catelog - FORM create_field_catalog  USING    p_fieldname   TYPE any                               ...

    Labels in this area

    Explore this Area