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

    change pointers

    Hi All!I want to capture changes on XD02 transaction whenever the address is changed for the field C/O and street2 , street 3 and so on. I see that the data element associated with these fielda have change pointers activated but still I don't see the...

    Resolved! Accepted Solution

    BADI Material

    Hello,Can someone give me some good material on BADI.I have no clue as to how an enhancement is searched for in BADI and then implemented.Could someon send some good material over to me.Regards,Supriya Manik.

    Resolved! Accepted Solution

    screen field settings

    Hi allI have a checkbox and a text box on the screen.I have to activate the textbox whenever check box value is set.But my program is a module pool program with includes,screens,function modules etc.Please help me to do this.Thanks in advance.Regards...

    Resolved! Accepted Solution

    App server

    hello gurus,this below code works fine now TABLES mara. DATA:BEGIN OF itab OCCURS 0, matnr LIKE mara-matnr, mtart LIKE mara-mtart, matkl LIKE mara-matkl, END OF itab. DATA:file(200) TYPE c VALUE 'F:\usr\sap\DEV\DVEB...

    Resolved! Accepted Solution

    Doubt in concatetinating

    Hi i got a small problem in concatenating i'm providing you my coding part by which you can understand what i have done in this programactually i have to join three fields(WERKS,LIFNR,MATNR) in two different tables(EKKO,EKPO) and i have to compare t...

    Regarding LSMW

    Hi All,I work in HR module and i'm using LSMW with BI method session.I have create an object to upload data with PA40 to "Change Person Situation" that pass through infotype 0000 and 0001. When i put the position in IT0001 and i save the system creat...

    Resolved! Accepted Solution

    dump in ecc6

    hello!During upgrade to ECC6 , i came across a problem i function group Z_MM.there is new include WSTR_LMEDRUCKF1H, this include is missing in our prod syst in 46C.In this include there is field USER_EXIT_EINE which is not defined, and is part of c...

    Resolved! Accepted Solution

    00 before fields

    Hallow I doing a program that write to file and I wont one field that bring me a 3 numbers like 456 when he less then 3 numbers bring 0 before like 78 bring 078 or 1 bring 001 how can I do that this is my program SELECT SINGLE name1 FROM hrp10...

    Resolved! Accepted Solution

    Concatenate in Select

    Hi,How can I concatenate 3 fields in a select?I have .. select cretim credat updtim upddat docnum status idoctp maxsegnum fromedidc into table it_control where cretim in timeidoc and credat in dateidoc and updtim in timereg and upddat in dat...

    Resolved! Accepted Solution

    Idoc at runtime!!!

    Dear friendsThe need for me is to use idoc segment multiple times when loading data.I read about idocs that each segment has an attribute that defines the minimum and the maximum number of times a data record corresponding to a segment can exist in a...

    Resolved! Accepted Solution

    Round Function

    Hi,I need to round of a value to the next number.My formula isv_value = im_ekpo-menge/v_umrez.v_value..i need to round off to next number. I tried using ROUND function in an enhancement. But doesn';t work .Getting msg as ROUND is unknow,protected or ...

    Labels in this area

    Explore this Area