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

    Better code ....

    Hi, Of the below 2 set of codes (Set 1 and set 2 ) which is more optimized? And do i get the same output in both the set of codes? Set 1 SELECT single JOBNAME FROM tbtco into w_jobname WHERE jobname = jobname AND ( status =...

    Resolved! Accepted Solution

    ALV_COLORS

    Dear All, I herewith attached my sample codings . can any one help me to make the different columns with different colors.,&----*& Report YALV_REPORTS*&&----*&*&&----REPORT YALV_REPORTS.TYPE-POOLS SLIS.DATA : BEGIN OF WA_KNA1, ...

    Resolved! Accepted Solution

    how to write coding for excluding other movement types from internal table

    i have internal table it_item...in that 7 fields are there....i want to delete the records where bwart is not equal to 101, 501,122,161,201,261...i have written coding like this... LOOP AT IT_ITEM.delete it_item where bwart <> '101''501''122''161''20...

    Resolved! Accepted Solution

    Double ALV using OO

    Dear Gurus , I made an report that has 2 ALV in screen . I have in my screen 2 containers cc_alv and cc_alv1 .My report is working fine . Now i want when i have a checkbox in the screen to display both the grids all one of them.When i choose to displ...

    Resolved! Accepted Solution

    Tecnical problem field KOMVD-kbetr strange number conversion... why?????!!

    Good morning i'm using the standerd program RVADOR01 to print the order confirme.i have to do some modifications at the sapscript, i have also show the customer discount.I don't understand why in va02 the customer discount (KOMVD-kbetr ) is filled fo...

    Resolved! Accepted Solution

    User exit/BADI for Return PO item delivery Address

    Hi Guyz,We have a requirement where in when a PO item is marked as return PO item(In ME21n/ME22n/ME23n We have check box at item level) and click on enter/Check/Save, In delivery address of item details we have to populate Vendor address. By default ...

    Resolved! Accepted Solution

    Select statement error.

    Hi all,I have a select statement which will join 4 tables as shown below. Something is not working right in the select statement and caused the shortdump.I really cannot figure out where is not right.Please help. TYPES: BEGIN OF t_lips, matn...

    Resolved! Accepted Solution

    LSMW

    Hi All,I have to change the existing customer mobile number through LSMW for transaction XD02.In step 5th ( Maintain Field Mapping and Conversion Rules).After clicking the layout button in step 5 we will get two blocks.1) Global_DATA2) BEGIN_OF_TRANS...

    Resolved! Accepted Solution

    GET pernr statement help

    Hi,I am a very much a beginner to ABAP.Can anyone explain me the logic with which pernr statement works?This is my understanding so far.i think it is working as a loop.At first loop it gets the record of first pernr number into an internal table. If ...

    gui_upload

    CALL FUNCTION 'GUI_UPLOAD'EXPORTINGfilename = filehas_field_separator = '#'TABLESdata_tab = lt_dataEXCEPTIONSfile_open_error = 1file_read_error = 2no_batch = 3gui_refuse_filetransfer = 4invalid_type = 5no_authority = 6unknown_error = 7bad_data_format...

    Labels in this area