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

    Issue in LSMW...

    Hi Guru's,In LSMW processing i am getting the below error ...could you please confirm how to eliminate the below error..status: 51 (appilication document not posted)message : company code CAP_not defined in asset accounting..please let know if my que...

    Resolved! Accepted Solution

    Question about the code

    Hi,I am new to abap. So can any body explain me the below codedata: t_datapak_2000 type standard table of data_package_structure, t_datapak_2001 type standard table of data_package_structure.data: s_datapak type data_package_structure.loop at DA...

    Resolved! Accepted Solution

    error in report

    hi,why this code is not working?I am getting error message in return table like Please enter Sold to party or ship to party.Data: zinq_head like BAPISDHD1 occurs 0 with header line, zbapiret like bapiret2 occurs 0 with header line, zinq_p...

    table control

    i had created table control for ztable.in that table control i have added 2 pushbuttons (add and delete).whenever i hit 'add' the record shuld be added in the database table and whenever i hit 'delete' selected records should be deleted in database...

    Resolved! Accepted Solution

    RANGES

    What happens if we append more than one record to the RANGES ???Is it useful in any ways??????*****************example************RANGES : matnr FOR mara-matnr.INITIALIZATION.matnr-LOW = 10. matnr-HIGH = 20.matnr-OPTION = 'BT'.matnr-SIGN = 'I'.APPEN...

    HRP1222- Insert

    Hi,Through transaction pp01 i am able to create a record in HRp1222 and hrt1222(attributes).Is there any FM by which i create entry in hrp1222?I got an FM RH_INSERT_INFTY but am unable to get it to work . It returns a sy-subrc 2 i.e error in insert...

    Resolved! Accepted Solution

    Dynamic internal tables

    Hi,I have a file with 1 million records and I am getting all the records into a internal table.Now I am appending 10000 rows to another internal table.This internal table will be passed to an function module.I wnat to create a new internal table for ...

    Resolved! Accepted Solution

    Copy Object

    Hi,I have two objects declared as follows. w_document TYPE REF TO i_oi_document_proxy, w_handle TYPE REF TO i_oi_spreadsheet, I am calling a method of w_docuemnt CALL METHOD w_document->get_spreadsheet_interface I...

    Labels in this area

    Explore this Area