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

    how to assign dyanamic internal table to another int. table not dyanamic

    Hi,I have created a dyanamic table <dyn_table> using below given code. Now I want to assign data of this dyanamic table to another internal table(not dyanamic). can any one tell me how can I perform this operation (ie I want to move corresponding co...

    Resolved! Accepted Solution

    Codepage for DOS

    Hi all,I want to import a file from a DOS application. In the file is a character in DOS format (e.g. ï) which has to be translated to 'When i use FM WS_UPLOAD and use filetype IBM all is working fine. SAP returns the value 'But the program needs to ...

    Reg VBKD-BSTKD

    Hi all,I have a doubt with what data the table vbkd will fill I need to get bstkd(purch orderno) by passing vbeln and posnr fields from vbap to vbkd but when I see the data of the table vbkd it's posnr values is always 0 only what exactly does that m...

    Resolved! Accepted Solution

    SO10 object

    Hi,I have created Marathi letter using so10 trasaction.Characters per line in the so10 object is 72 only. In case of english letter 72 chara per line is sufficient because 72 eng chara occupy 90% of line space in A4 size paper but in case of marathi ...

    Call FD05?

    Hello,my code: SELECT * FROM knb1 WHERE kunnr IN pa_kunnr. IF sy-subrc EQ 0. SELECT single * FROM knc1 WHERE kunnr eq knb1-kunnr. IF sy-subrc EQ 0.*do nothing ELSE.*found, block. SELECT single * FROM kna1 WHERE kunnr e...

    Resolved! Accepted Solution

    Memory space

    Hi Experts,I want to find out the memory space alocated to each and every table along wit the table space and its functional area(For example the memory used by vbak and its functional area and the table space associated with it) is there any table o...

    Resolved! Accepted Solution

    loop at <itab>

    is the sy-subrc set inside a loop?i had a scenario in which the internal table header line contained a record that was selected after certain conditions were satisfied.i had a checked if sy-subrc equal to 0 and then proceeded. There were 3 records w...

    Labels in this area