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

    Merging 2 internal tables

    Hi,I have 2 internal tables say itab1, itab2.Itab1 has fng fields say A, B, C, D.Itab2 has fng fields say D, E.How to combine these 2 itabs and put all the data accordingly into another itab3 (containing fields A,B, C,D, E) ?Help me by giving sample ...

    Resolved! Accepted Solution

    select sql

    SELECT vbelv posnv vbeln posnn vbtyp_n rfmng meins plmin erdat bwart FROM vbfa INTO TABLE it_vbfa FOR ALL ENTRIES IN it_ekbe_del WHERE vbelv = it_ekbe_del-belnr AND vbeln IN pr_vbel2 AND posnn = i...

    RE:ABAP objects

    Hi all,Please help me with this.I ahve written a code like this.CLASS LCL_AIRPLANE DEFINITION. PUBLIC SECTION. PRIVATE SECTION. types:BEGIN OF TY_PLANETYPES, PLANETYPE TYPE SAPLANE-PLANETYPE, END OF TY_PLANETYPES. DATA: w...

    Sales Text

    Hi ,I m creating text using function save_text.but when i am using in form its giving me some differenr text.I am unable to find the text in STXH table.Could anybody tell me in which field of stxh table actual text is maintained.or if not in table st...

    Resolved! Accepted Solution

    message_type_x

    Hi,I was just going through the threads related to Message_type_x and found one as belowdeclare the field qty in the the itab as follows data: begin of itab occurs 0, qty type p decimals 2, end of itab.and then in the fieldcatalog make sure...

    kiran_k8 by Active Contributor
    • 664 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    REAL TIME SAMPLES PLS

    Hi guys,I'm newly working upon ABAP- workbench concepts, I would like to know some samples of real time projects.. their base concepts..etc. Since what I'm going through are my basic certification course materials, I would like to have some real time...

    Resolved! Accepted Solution

    select-options

    in select option i want to assigne it to different variable but when i use it it show following pr_basrt = IEQZFNBi dont want like this,I want it shoudl be pr_basrt = ZFNBhow to remove IEQ from it.Thanks in advanc.Point is assurd

    Resolved! Accepted Solution

    Send ALV output as attachment (exceeding 255 columns) to Inbox or email

    Hello,My requirement is to send the ALV output as attachment (csv or xls) to either Office Inbox or external email. The trick is the ALV output is way more than the 255 columns (about 2000).I have read a number of threads on this matter. It seems t...

    Labels in this area

    Explore this Area