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

    cl_abap_gzip

    Hi! I would like to zip a document i retrieved from content management system into a folder, such as <b>template.zip</b> I tried to use the class cl_abap_gzip=>compress_binary, and download to local drive. It was downloaded in the .zip file, but I ...

    Resolved! Accepted Solution

    Can i add user exit/enchanment to the following report: 'RPLSVBU0PBS' ?

    I have this report 'RPLSVBU0PBS' which gives data on bond purchase history. I want to pass the internal data to a function module using Export To Memory call. But i dont know how to add one line of code to that report, as it is SAP Standard report.An...

    conversion

    hi gurus,i have to create a program where1) the program has to pick up two files from presentation server,2) we need to create a selection screen button, for validation, if pressed, the program has to match these two files for validations, if...

    Resolved! Accepted Solution

    RE: Have to get invoice number from the ble RBKP using the table REGUP

    Hi allI writing a user exit. I have access to REGUH and REGUP (payment run). Can any tell me like which tables i have to join to get invoice number ( RBKP table) using the tables REGUH and REGUP.ORI have document number from BKPF, vendor number ,paym...

    Resolved! Accepted Solution

    Custom table

    Hi,I have a program that will display a material number, plant and rounding value. There is a button change material number in the upper part..so when i click on the button change material number it will go to the transaction MM02..when the user will...

    Resolved! Accepted Solution

    call transaction

    hello experts...when clicking 'MM03' (display material) button in the alv display, the basic data1 should be displayed on the screen.how can i do this?i have this code: CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.but this does not work because it o...

    Text Editor

    I am displaying text editor on the screen. create object gt_textbox "cc_container exporting container_name = 'GT_TEXTBOX'. create object text_editor exporting parent = gt_textbox. "cc_container.i w...

    SG141 by Active Participant
    • 1005 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    MM02 - MRP1 view

    Hi,I have written a BDC to change DISMM, MINBE, DISLS, MABST fields of MRP view with the transaction MM02.My flatfile is having 4 records to upload, When I process the session, loop is running for the first record for 4 times.After the completion of ...

    Resolved! Accepted Solution

    GL upload

    hii need to create a program such that Program reads data from the excel file and uses that data to create FI documents. Best way to do this as suggested by functional guys was to have the program create a batch input session because then, if there ...

    Resolved! Accepted Solution

    Control Flush Error

    Hi,I am using GUI_DOWNLOAD FM inside my program. I need to download the internal table into 'dbf' file format. But while executing I am getting sy-subrc = 21 which is 'CONTROL FLUSH ERROR'. Could anyone please help me on this issue?Regards,Gunasree

    Resolved! Accepted Solution

    NUMBER OF DIGITS

    Hello , I would like to know how can I detect the number of digits that I loss when I copy For example: DATA: NUMERO(10) TYPE C. "1234567890 PARAMETER :AUX(12) TYPE C. "123456789012 NUMERO = AUX. " When I copy I loss digit how can ...

    Labels in this area

    Explore this Area