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

    Interface related

    How to create a report to Extract a data from SAP in to a flat file and send it to a third party system.This report will be run on a weekly basis and the data needs to be FTP'd through the business connector.Also advice me on what type of file will t...

    Resolved! Accepted Solution

    Transfer file

    Hi All,I have two clarificatios.1.How to open a file which is in .csv format from application server and transfer the contents to internal table and also how to transfer a file from presentation server in .csv format to internal table.I have tried fm...

    Resolved! Accepted Solution

    WRITE AT command

    Hello to all,I am making a report in which i need 8 columns. Following code makes 4 columns but i cant seem to create remaining . Can someone edit the code and makeit 8 columns. WRITE: /'|', AT 14 '|', AT 58 '|', AT 71 '|', AT c_lnsize '|', ...

    Resolved! Accepted Solution

    Re: ALV

    hi to all, i am facing problem regarding the filters in ALV. when we select one column and set the filter the contents in the particular column are not displayed in full but some characters are truncated. column-abcdefghxyxabcdewhen setting fil...

    ISU Dunning

    Hello Everyone,I'm having a problem with dunning procedure. While creating a proposal in FPVA, when I click on save it says "parameters saved". But the table FKKMAKO doesn't have an entry corresponding to values I entered. In FPVA, I picked up a docu...

    Resolved! Accepted Solution

    padding with 0

    hi ,I am usnig a field LIFNR (vendor) in my ITAB.ITs length is 10. But my data values are of 6 or 7 digi.when i pass these values to a FM , ouput comes only when 0 are padded.Please tell appropriate code.i am using concatenate '000' itab-lifnr into i...

    Resolved! Accepted Solution

    BAPI error

    Hi, when i use BAPI TO CREATE MATERIAL,I USE THE bapi during a loop&endloop. But not all the loop is executed.the code as follow:loop AT it_massdata.transfer BAPI data..... CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA' EXPORTING headdata ...

    BDC error

    Iam developing BDC program for Transaction FB50 using call transaction method . iam handling error using BDCMSGCOLL and store it in internal table. instead internal table i want post errors in a session when ever a error occurs during posting. pls ...

    Resolved! Accepted Solution

    SD_SALESDOCUMENT_CREATE

    I am trying to create a debit memo using function SD_SALESDOCUMENT_CREATE. I need to enter a manual price for the item (our condition type = ZMAN). Does anyone know which table I need to save the condition type and condition value to? I've tried S...

    Resolved! Accepted Solution

    character division

    HiMATKL has 9 character value. So i want to divide those 9 character in 2 each. Then Place individual in below format segment1 = 1st 2 character of MATKL segment2 = 3,4 character of matkl segment3 = 5,6 character of MATKL segment4 = 7,8 character of ...

    Labels in this area

    Explore this Area