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

    ALV REPORT

    HI experts,I have made an alv report.in my field catalog the field named ' werks_1 ' is not displaying in the output.m sending u the code.plz check it out why field ' werks_1 ' is not displaying in the output.&----*& Report ZSALE_MAT_EXC_INV*&1&---...

    PO texts

    I am creating purchase order format. Now for getting Po texts what i am doing is passing the id, object, language & name in the FM read_text and display it in the smartforms. Now i am passing only delivery terms & instuctions. What thy want is if i a...

    ALV Display

    Hi All,Given below is ALV report using OO ABAP.Its not displaying th report.Plz let me know wat is wrong..REPORT ZRAK .data : gt_mara type table of mara.data : gl_alv_grid type ref to cl_gui_alv_grid,gc_custom_control_name type scrfname value 'CCALV'...

    Resolved! Accepted Solution

    ALV Display

    Hi All, Given below is ALV report using OO ABAP.Its not displaying th report.Plz let me know wat is wrong..REPORT ZRAK .data : gt_mara type table of mara.data : gl_alv_grid type ref to cl_gui_alv_grid, gc_custom_control_name type scrfname value...

    Resolved! Accepted Solution

    Select-options

    Hi All,I have to create a report where I have to use SELECT-OPTIONS for vendor number. If user does not enter the vendor number (vendor-low and vendor-high are blanks) then I have to select records for all vendors. If user enters a range or individua...

    Resolved! Accepted Solution

    numeric field

    Hi all....Iam having one internal table with five fields and 10 records...Now iam going to add one more record to that internal table in my program by using append statement...itab-f1 = ' '.itab-f2 = ' '.itab-f3 = ' '.itab-f4 = 'india '.itab-f5 = ' '...

    Resolved! Accepted Solution

    Field Symbols

    Hi,I think that dereferencing the data reference enables you to evaluate and change the content of a data.I wish to receive some example about this. More exactly, let's suppose to read a sorted or hashed table. I can use a <fs> in this way:READ TABLE...

    Resolved! Accepted Solution

    numeric field _append

    Hi all....Iam having one internal table with five fields and 10 records...Now iam going to add one more record to that internal table in my program by using append statement...itab-f1 = ' '.itab-f2 = ' '.itab-f3 = ' '.itab-f4 = 'india '.itab-f5 = ' '...

    User Exits

    Hi,is there User Exits for TCODE IE02. i have requirements to change the screen field label of building code to equipment location on address maintenance screen (EI02 -> input equipment code -> press enter -> Press Ctrl+F5).thanks...james

    Resolved! Accepted Solution

    Reg transaction variant

    Hi,I have created a transaction variant for CO11n tcode and assigned it to a coustom tcode, Now my requirment is when i am triggering the user-exit for this i want to restrict the user exit based on this transaction variant or coustom tcode. how can ...

    Labels in this area

    Explore this Area