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

    Convert to OO

    Hi,Anybody give a info how to convert this to OO if not i_ymethdrt[] is initial. loop at i_ymethdrt into wa_ymethdrt. if wa_ymethdrt-docdes is initial. move c_y to v_dflag. perform f_update_error_records using c_ymet c_e '...

    Resolved! Accepted Solution

    easy way to write out internal table to database table ?

    hi friends,i have a special requirement: as i do not want to change the profile settings on an r/3 4.6c machine, i want to modify my program so it can handle even large amount of data. the plan is to fill internal table and for say every 100000 rows ...

    Resolved! Accepted Solution

    forms

    Hi experts,I copy one standard <b>Smart forms</b> namely LE_SHP_DELNOTE and did some changes and using NACE transaction i change one output type to that forms. But it gives an error message that 'Output could not be issued'. What is the problems. Pls...

    Using LSMW

    Hi,I am trying to transfer the data for BOM through LSMW (through Batch input - recording method). I am facing following problem.During recording I recorded 4 components for a BOM. LSMW for BOM upload is working fine if there are 4 components. But Ac...

    Resolved! Accepted Solution

    Trasportation problem

    Hi friends,I am working on module pool program. I have four includes in the program. I have completed that object and send to production. According to the basis consultant he asked me to changed the program name accordingly(Before sending to producti...

    Resolved! Accepted Solution

    Trasportation problem

    Hi friends,I am working on module pool program. I have four includes in the program. I have completed that object and send to production. According to the basis consultant he asked me to changed the program name accordingly(Before sending to producti...

    Resolved! Accepted Solution

    What's happen?

    HiIt's very strange but I can't understand how the posts are sorted in the forum, before I could see them sorted by the posting date, but now I can't, perhaps is there a particular flag to be setted?ThanksMax

    Resolved! Accepted Solution

    colors question

    Hi. I made a simple example.WRITE: sy-vline. FORMAT COLOR 1. WRITE: 'aaa', sy-vline. FORMAT COLOR 3. WRITE: sy-vline, 'bbb', sy-vline.Is there some possibility to remove yellow color from the middle, etween 2-nd and 3-rd vline? Greetings. P.

    Resolved! Accepted Solution

    bdc sessions Issues

    I have a users who is trying to process a BDC session in sm35 and they are getting you are unable to schedule session XXXX.I checked sm35 and they have access to itAnd object S_BDC_MONI has values of ABTC, ANAL, AND AONL.Nothing happens of course the...

    Resolved! Accepted Solution

    Regarding SO_DOCUMENT_REPOSITORY_MANAGER without popup

    I use the following FM . My problem is that i can't pass the recipients adrress automatically and i must type it to the window that opens . Can i do it automatically without popup screen.I see that the fields is G_RECEIPIENTS .CALL FUNCTION 'SO_DOCU...

    Resolved! Accepted Solution

    Select statement

    Hi all, select objnr kokrs belnr from covp into table it_covp where objnr = 'PR*'here i need to select entries from COVP Table with objnr starting with PRcould any one suggest best way of doing this.if use pattern i...

    Resolved! Accepted Solution

    Get WORD Options with OLE

    I am trying to get the default WORD startup path with OLE but I cannot seem to get properties from the Options object. Sometimes it is empty. The results are inconsistent. Here is my code.*---- INCLUDE ole2incl. "contains one line: TYPE-POOLS ...

    Resolved! Accepted Solution

    regarding execution time

    when i am executing this code, it takes a lot of time. even though i hav checked temp[] whether it is initial. But do i need to check ltap[] because the data has been collected from temp to ltap.Also temp has data and since no record matches the for ...

    Resolved! Accepted Solution

    tree list display

    hi,i have one problem.i have displayed an alv grid.now i want when user select any row the corresponding value of that particular row should display in tree like structure under different heading i.e. under one heading there should be some field ,und...

    Resolved! Accepted Solution

    formatting issue

    hi,the data type which iam using is wertv9 (it's length is 17,it is dictionary type ) ,sometime my value culd be less then 17 digits like 6 or 7 digits. when i print the variable of type wertv9 i get leading spaces.I cannot move it into character ty...

    Labels in this area