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

    changing the code of report based on additional field on selection screen

    Hi friends,on my selection screen i have 2 fieldsS_TKNUM = ShipmentS_KUNNR = Ship toBased on the values on the selection screen entered for shipment the report is getting the delivery number and shipment for vttp table in a internal table t_vttp.and ...

    Resolved! Accepted Solution

    BADI's in ME21N

    Hi experts,I need to validate the (Purchasing Document Number)EBELN number in me21n while saving the transaction.i have tried with so many BADI's which is triggering while saving the transaction.but i faced the problem(EBELN number is not present in ...

    Resolved! Accepted Solution

    Capturing the particular row of a table control after scrolling

    Hi., I have a table control with 30 lines. but only 10 lines are visible at a time, user can scroll and see other lines .My requirement is to capture the row id in which user clicked in table control after scrolling .Current_line and GET CURSOR...

    Send PO via EDI

    Dear All,I am new for EDI.I want to send the PO on SAVE to another system in Idoc File format. How shall proceed for this requirement (i.e. 1. Setting up RFC destination? 2. Need to create Z-Idoc Type, Message Type or can use standard ones? If YES, w...

    Resolved! Accepted Solution

    problem in creating table

    Hi,I am creating a table in which i am specifying forgien keys also ,when i activate it it give s the following warning:-1.) Enhancement Cateogary for table is missing.2.) Enhancement Cateogary for include or sub type missing.Plzz provide me guidelin...

    Resolved! Accepted Solution

    direct insert to pa0006

    i want to update table pa0006 each time where zlsch is null is what i wrote is ok ?select *into corresponding fields of table itab_pa0006.from pa0006.loop at itab_pa0006 into wa_pa0006 where zlsch in initial .clear wa_pa0006 .wa_pa0006-zlsch = 'M'.m...

    short dump

    Hi Experts,I am getting a dump at the statement MOVE EXT_VALUE TO <L_STRUC> stating that typeconversion mismatch between C and I but here I am moving a character type vaiable to <L_STRUC> which is of type ANY.Please suggest how to correct this dump. ...

    Resolved! Accepted Solution

    SE16 Auth bypass

    HelloI need to create a program to displays the SE16 selection screen and report for a specific table and without the authorisation checks.Originally I tried this:CALL FUNCTION 'RS_TABLE_LIST_CREATE' EXPORTING table_name = 'TABLE_NAME''...

    Labels in this area

    Explore this Area