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

    How to find screen exits?

    Hi all,I am planning to add 2 custom fields to item details tab in ME51N .I tried to find screen exits using development class of ME51N i.e MEI went to smod and tried to find enhancements using ME development class and from the list of enhancements i...

    Resolved! Accepted Solution

    GUI_DOWNLOAD Issue

    HiI am downloading data using GUI_DOWNLOAD Fm. I need to download the file type as XLS. If i put Xls in file tye, Sy-subrc = 4.if i put DBF i can able to download data. Pls help me outCALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename ...

    Resolved! Accepted Solution

    append structure CI_ECMC

    Hello.I had created an append structure at table ecmct named CI_ECMC (within the customization).For some reason it had been created as a local object meaning cannot be transfered to other clients.I can't see it in se80 --> local objects (I want to di...

    File to download

    Hi All, I am in need of creating an .txt file download. I have 15 fields data to be retrieved. once retrieved, i need this to be displayed/ downloaded in the file already selected in the selection screen. Chk1Chk2 RB1 RB2 dest: C:/desktop/t...

    Resolved! Accepted Solution

    BADI MB_CHECK_LINE_BADI

    Hii every one,In MIGO transaciton while creating GR,I need to check some line items using BADI MB_CHECK_LINE_BADI and it's method CHECK_LINE.I need to display a warning message when check returns as the failure , as per my conditions.and go back to M...

    Resolved! Accepted Solution

    Syntax For Checking Discrete Values using IF Statement

    Dear Sir,We need to use IF stement for checking the discrete values containing in the variable , the pseudo code for requirement is as below :IF ( (v_emp_no IN (101,105,110) and v_emp_job in ( 'MANAGER','DIRECTOR' )) or (v_emp_no = 999) ) ......EN...

    Resolved! Accepted Solution

    ALE setup

    hi all, I want ALE setup between 2 systems. And I want to remove first 2 digits in the pernr through ALE program (user exit) and send it to the other system. Can any body tell me the solution for this. I am doing the ALE first time. Regards,

    Resolved! Accepted Solution

    error in opening dataset

    Hi,i am getting a dum in using this code, the says the file is not yet opened. what could be the reason? thansk!DATA : v_fpath TYPE salfile-longname VALUE'd:\testing\itab_bsak.xls'.DATA : BEGIN OF i_records OCCURS 0,rec TYPE string ,END OF i_records....

    Resolved! Accepted Solution

    Help in Sum

    Hi,i Have in program internal table with fields like belowand i wont to sum the sick days and put it in the last Colmanwhat is the Best way to do that?Regardsi have this table without Colman sum (empty) .pernr orgeh sick_days sum ...

    Resolved! Accepted Solution

    BADI Me_Process_PO_Cust

    Hiiii Everyone.I need sample code for Me_Process_PO_Cust, I think ABAP provies sample code for the above, how can we see the sample code in transaction se19.My requirement is,I want to udate some fields of table EKPO ( NTWEG,BRGEW,GEWEI,VOLUM, VOLEH ...

    Labels in this area

    Explore this Area