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

    Enhancement in vl02n (USEREXIT_SAVE_DOCUMENT_PREPARE.)

    Dears,Need to update the Actual Goods Movement Date( Wadat_ist)  before save.This user exit is working perfectly fine.If you change the values in internal table  "XLIKP" in debug mode it is updating perfectly table LIKP.But when you change the values...

    Resolved! Accepted Solution

    SU24 Proposal 'NO'

    Hello All,It might be a silly question. But I could find a proper answer for this and an ABAP-er it needs some to find an answer for this. Can someone help me hereIn SU24, why we have the Proposal 'NO' details? I understand that they are just values ...

    Resolved! Accepted Solution

    COLLECT in ABAP 740

    After posting a question on APPEND in ABAP 740, here I'm again on COLLECT statement.Old Way:METHOD meth_collect_old.     CLEAR gw_mard.     LOOP AT it_mard INTO DATA(lw_mard).       gw_mard-matnr = lw_mard-matnr.       gw_mard-labst = lw_mard-labst. ...

    Resolved! Accepted Solution

    Change ALV variant dynamically

    Hi,I have an alv grid (class) showing some data + day01...day31 columns. I use the field catalog to turn off invalid dates, like day31 column for June.However if I use default variant or any variant for the ALV, its settings I do in the build_field_c...

    Resolved! Accepted Solution

    Need Small query Help.

    hi,I have one ZZ field in Purchase order header And also At line level.In selection Screen i had put ZZ field if i Enter the ZZ field, The records Which are Available At header or Rows will be come into Internal table.Some times header is having some...

    Resolved! Accepted Solution

    Package check error after object deletion

    Hi experts,I'll try to describe my problem as good as I can:I've activated service interface in SPROXY so in my package were created data elements and class. Unfortunately I had to delete those objects. While deleting Service Consumer from SE80 I cho...

    Resolved! Accepted Solution

    Time conversion issue

    Hi All,when I am trying to convert EST or PST time to UTC time zone (my final result always want in UTC)cust_tzone = 'UTC'.PERFORM convert_time_zone USING cust_tzone t_line_data-poddate t_line_data-podtime.FORM convert_time_zone USING cust_tzone inda...

    Resolved! Accepted Solution

    calling CDS view with input parameters using associations

    Hi Experts,I have a requirement to call an CDS view with input parameters using associations.I understand it is possible to call a CDS view with input paramaters using below syntax :SELECT FROM TestView(startDate = '20150101')But how to write associa...

    Labels in this area

    Explore this Area