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

    code in enhancement

    hi,i have a program RVTPSC00 from where the FM IDOC_OUTPUT_TPSDLS is called. From there an include LV56IF2D is called.i am extending the idoc with some segments and want to populate the data in these segments before idoc is sent as outbound. this co...

    Resolved! Accepted Solution

    Catching failed db inserts

    Hi,A quickie...If I use the statement INSERT zSTOCKOUT FROM TABLE itab_stockouts.how would I avoid a short dump if the table already contains a row with the unique key?I tried following the statement by sy-subrc NE 0, but it still short dumps before ...

    Resolved! Accepted Solution

    System Variable or Process code for Sales Order create/Change

    Hi All, I have a wriiten custom routine (routine no 901) for Pricing in VOFM.Now the thing is the code is written in such a way that, the routine will be called only for transaction VA01 and VA02.But If i want the routine(901) to be executed als...

    Resolved! Accepted Solution

    ABAP Logic

    I have 3 variables in the program.I need to do the validation and check if any of those 3 fields are blank.If any one of the variables does not have data, I have to stop processing rest of the program.Can someone tell me how to do that?

    Resolved! Accepted Solution

    ALV Grid OO u2013 Get_selected_rows u2013 I can I re-display ALV Grid with selected

    I am using ALV grid OO to handle my ALV grid processing. I display a list at the user. The user selects their records and presses a button to call another dynpro to process the selected rows. I use SAP method get_selected_rows to gather all of the...

    Resolved! Accepted Solution

    calling ucomm in ALV_Grid

    Hi experts,I am trying to do some thing but I have some difficulties. I would appreciate if some one tells me how to achieve this.I am trying to invoke the ucomm and CALL SELECTION-SCREEN 500 STARTING AT 10 10 WHEN the field 'CITYFROM' is pressed.Cou...

    Resolved! Accepted Solution

    support project servers

    Hi gurus,As I am new to support project , could any one tell how many servers will be available in support project . Like in implementation projects we will have 3 to 4 servers know. whether sandbox sever will be available in support projects. If not...

    Resolved! Accepted Solution

    subscreen

    Hello friends,how can I place a subscrenn in a dynpro ?Main Dynpro is 1010 and a subscreen must be generated and placed inside of 1010. I am calling 1010 with:CALL SCREEN 1010STARTING AT col1 lin1 ENDING AT col2 lin2Regardssas

    Resolved! Accepted Solution

    Insert or Modify statement from internal table to database table

    Hi All,I have three tables wakh, wrf and wakp. I have an internal table with 5 columns col1, col2, col3, col4 and col5. The value in Col1 is my article no and the articleno. is in the table wakh. The value in col2 is my ccode and it is in the table w...

    Resolved! Accepted Solution

    Re: user-command

    Re: user-commandHi ExpertsI have ITAB which has 5 fields and a variable chbox.and i am printing the 5 fields value thro write stmt and displaying chcekbox in the front of output and in user-command i have selectall ,deselect,refresh buttons when i ...

    Labels in this area

    Explore this Area