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

    Field length more than 255

    Hi all,i tried to download file to pc.But sometime the field length is more than 255 and the some characters are missing .my code is :data : begin of it_data occurs 0, text(500), end of it_data.×data opertions concatenate field1, field2,fi...

    Help on ABAP code

    Hi,Lets say I have a table with 2 columns. Lets call this table IT_2.Column 1 - Value is either a space or *Column 2 - TextSo here is what I need to do, looping into a new table (Call it IT_3).Loop at IT_2.When Column 1 = *.Create a new line with the...

    Resolved! Accepted Solution

    UPDATING "WHERE USED LIST"

    Hi,I use "where used list" but this utility is not performant because doesn't detect all programs/tables that I expected. I know that exists a job/transaction that updates where used list.Anyone knows where I found this job/transaction?Best regardsAn...

    Resolved! Accepted Solution

    VL02N Badi - Short Dump

    HELLO EXPERTS, I'm developing a BADI for VL02N (Post Goods Issue) to write the customer number to XMSEG. The BADI I'm using is: MB_DOCUMENT_BADI Method: MB_DOCUMENT_BEFORE_UPDATE When trying to test my changes I get the following DUMP: MOVE_TO_LIT...

    ME21 BDC

    TABLE CONTROL : while i am going thru the ME21 transaction to implement the table control using bdc , while recording i getting some problems .....like ,vendor 300022 has not been created for purchase organization 0001. how can we find which vendor b...

    Resolved! Accepted Solution

    alv and refresh

    Hy yall,in my alv i make a call transaction, when u r in the transaction the back button works correctly and you are send back in the screen (alv) from where you were coming from. WHEN '&IC1'. IF ps_selfield-fieldname = 'LF_QMNUM'. * Rea...

    Resolved! Accepted Solution

    READ_TEXT

    Hi Friends,I am working on Notifications tcode IW52, in the notification task there is a long text which I can read using function module "READ_TEXT" but my requirement is to trigger a badi whenever there is any change in the long text.Is there a way...

    Resolved! Accepted Solution

    User Exits - IDocs

    Greetings,I'm using the MBGMCR02 IDoc in conjunction with message type MBGMCR and Process code BAPI (actually calls BAPI_GOODSMVT_CREATE eventually) to integrate 101 movements for PO receivings in a decentralized warehouse landscape (46C system). I n...

    Labels in this area

    Explore this Area