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

    Abap Summation

    Hi Expert, I have such scenario as below:int a = 234.int b = 567.int c = 876.int z.How to add these 3 integer (a, b and c) as below:z = 2+3+4+5+6+7+8+7+6.Thanks.Regards,-Ben-

    benlim by Contributor
    • 1033 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    function module for sending mail ? and some doubts on that fucntion modules.

    i am new to abap so i have lot of doubts in sending mail function module so please help me.1.   mailrec-rec_type  = 'U'. - i need explaination for this line why we are using 'u' here.2.my requirement to send mail sap to gmail .when i use this functio...

    Post document in MIGO for Item code and its component by calling BAPI_GOODSMVT_CREATE multiple times

    Hi Gurus,I have a requirement where in MIGO i have an item with 101 movement type. Also there is a component with movement type 543 for this item code. Now when i click on "POST" it should convert both the materials as NV-<ITEM_CODE> and post at the ...

    Resolved! Accepted Solution

    Implicit Enhancement

    Hello TeamI had created  a implicit enhancement ZQE71  for QE71 transaction as below.Now  i tried to implement this enhancement ZQE71.but now i am unable to fine my enhancement in that form.Why it was not showing the enhancement ZQE71ThanksVamsi

    Resolved! Accepted Solution

    How to add 'Output Format' Selection screen to a Custom ALV Report

    Hi,If we develop any query (SQ01), sap will provide standard selection screen (Output Format) like below.My requirement is, i have to add the same selection-screen to my custom ALV report.Can anyone tell me how to do this.I tried checking all the rel...

    Resolved! Accepted Solution

    Create Hyperlink in Purchase order history tab of service entry sheet

    Hi Everyone,We are creating the Service entry sheet through ML81N and we are passing the shipment number into short text field. Once we released and saved the Service entry sheet, PO history tab is updating with the short text, material document numb...

    How to calculate an

    Does anyone know how to calculate the "actual size" consumed by an LRAW data type field? For example: The EDI40 table contains an LRAW field (VARDATA). The length of this field is 3800. I'm able to use the follwing sql query to calcuate the sum of by...

    Resolved! Accepted Solution

    Add vendor in PO BADI ME_PROCESS_PO_CUST~PROCESS_HEADER

    Hi all,I need to add the vendor (EKKO-LIFNR) in method PROCESS_HEADER from BADI ME_PROCESS_PO_CUST.I added it using this code:      wa_header-lifnr = v_vendor.      CALL METHOD im_header->set_data        EXPORTING          im_data = wa_header.The ven...

    matias_z by Participant
    • 787 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    ALV grid (class) cell event

    Hi,I want to capture the current cell on click or keyboard move. I have two grids with the same column structure, when I edit a column in the 1st ALV, I want to hightlight the same column in the 2nd ALV. Unfortunately all events I have found so far a...

    Resolved! Accepted Solution

    ITAB key components order at runtime is different than at the time of definition

    Hi, Gurus!I've faced an issue with internal tables.1. I created a dictionary structure. It contains include structure and two additional fields (see picture 1).Picture 1. Table line definition.2. I wrote a simple test program. Its logic is very strai...

    CRM EVENT

    Hi Dear Expert,Than you for your attention. Here I have one requirement.In Service Contracts, when user click on ITEM, in block 'Object List', when we add new entry, we want to have some logic check.So I try to configure CRM EVENT.But in debug mode, ...

    Resolved! Accepted Solution

    ARCHIVFILE_CLIENT_TO_SERVER not works for Linux system

    Hi experts,I have two Gateway systems, one is window OS, one is Linux OS, both of it no CG3Z tcode(i think it due to someone component not install yet).So i use FM 'ARCHIVFILE_CLIENT_TO_SERVER' to upload file to server. It works fine for window OS, b...

    ArcherZhang by Product and Topic Expert
    • 1439 Views
    • 2 Comments
    • 0 Likes
    Labels in this area

    Explore this Area