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

    ALE / IDOC

    I have created my own z.. tableI have created segmentsand created basic idoc typeand released itand want to how to extend the basic idoc type which i have created and what is the purpose of extending the basic idoc typeand how to populate the custom ...

    Resolved! Accepted Solution

    Transaction Variant

    I need to create a transaction variant of MB52. It is used to generate a report on warehouse stock of material on hand. In the report I need to add more columns. Does that mean I have to use the std program to add more logic. How to create a transact...

    Help required

    Hello,I have created an ABAP Web service by creating a FM, then I created the Virtual Interface, Then the webService Definition, and then I relased the Web Service.When testing the webService on Tcode WSADMIN, Im not able to display the webService or...

    Filling the field

    Hi,I have 2 fields, matnr and maktx from makt table. How to fill the maktx field from database when user enters matnr and clicks on a button. Regards,Sundarfor ex:parameters : s_matnr like makt-matnr.parameters: s_matdes like makt-maktx.selection-scr...

    Resolved! Accepted Solution

    values in selection screen

    Iam trying to create the drop down list. I got some programs, creating these lists for both parameter and ranges on the selection screen using 'VRM_SET_VALUES' . What the user wants is when the selection screen is loaded, he wants to select from the ...

    Resolved! Accepted Solution

    REGORDING FOR ALL ENTRIES

    9. What is the most important precaution one should take for using the ‘for all entries’ command A Select all the key field of the database tableB The where clause should contain all the key fieldsC Before the select, check if the internal table used...

    select options

    SELECTION-SCREEN BEGIN OF LINE.SELECTION-SCREEN COMMENT 1(10) text-001.SELECTION-SCREEN POSITION 30.PARAMETERS : p_tanum LIKE ltap-tanum modif id abc.PARAMETERS : p_tapos LIKE ltap-tapos modif id abc.SELECTION-SCREEN END OF LINE.how i can made it th...

    Resolved! Accepted Solution

    Validation of plant , material combination for product costing report

    Hi.I am currently validating s_matnr(material) and s_Werks(plant) individually from tables mara and t001w respectively.Now my requirement is to validate plant and material combination to find if cost estimates exist for the combination.the table is k...

    Labels in this area

    Explore this Area