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

    Excel cannot close after upload function TEXT_CONVERT_XLS_TO_SAP

    Dear Experts, I would like to seek for your advice regarding the excel is not fully close after the file upload. The program is using TEXT_CONVERT_XLS_TO_SAP, I do not want to use ALSM_EXCEL_TO_INTERNAL_TABLE as this function need to set the number...

    Resolved! Accepted Solution

    How to avoid select single on NAST table inside loop of billing table

    To avoid select single inside NAST table, I am trying to use for all entries between VBRK and NAST table but the issue is that VBRK-VBELN and NAST-OBJKY are not of same data type so where condition in for all entries throwing error. Please help me ho...

    Resolved! Accepted Solution

    BTE 2040 - Send mail to specific mail stored in communication XK02

    Dear colleagues, is there a way to amend zsample_process_00002040 so that F110 will send a mail to a specific mail address stored in XK02?We have multiple addresses stored in the communication table (ADSMTP table?) and we only want to send it to the ...

    infinet by Explorer
    • 4279 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    User/Customer exit EXIT_SAPLV50P_001 is not getting triggered for VL02N

    Hi All, I have implemented User/Customer exit EXIT_SAPLV50P_001 (V50PSTAT) in our system but it is not getting triggered for tcode VL02N. I have already activated it through CMOD. Please let me know if I am missing anything or is there any way ...

    CODE INSPECTOR: Filtering of old objects like includes/function modules from messages listing

    Dear All, Can anybody kindly help with how I can eliminate Custom include or custom function modules developed in the past from the new code? Somehow the filter button in the code inspector tool bar is not working. Also tried below option to e...

    Resolved! Accepted Solution

    Authorization object is not taken over from SU24 after upgrade

    Dear Experts, I would like to ask for your help to understand following issue: The customer I work for has upgraded the system from S/4 HANA 1909 to S/4 HANA 2020. After the upgrade, the transaction AFBP runs on an authorization error. SU53 indic...

    Resolved! Accepted Solution

    sql performance

    Hi 1. DO Begin temp1 = select * from EKKO where BUKRS = '1000'. select temp1.*, EKPO.* from temp1 inner join EKPO. END; 2. DO Begin select EKKO.*, EKPO.* from EKKO inner join EKPO where EKKO.BUKRS = '1000'. END; Which cost l...

    Labels in this area

    Explore this Area