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

    job creation issue

    hi all,we have a requirement as follows:we need to create a job2 which will trigger automatically on a daily basis after a job1 completes .Also,this job2 should take all the vendor numbers from lfa1 table that are updated daily ( job1 is updating ven...

    Field Length max to 8

    Hi All,I am writing a report (not a dynpro UI) using following code selection-screen begin of block b1 with frame title block1. select-options: swcv for p_string. select-options: namespce for p_string. selection-screen end of block b1. parameters: sr...

    arpitgoyal by Product and Topic Expert
    • 424 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    update prps-posid

    Hi all,I'm having a problem with entries in the table PRPS. Someone entered data in the table with format BExx_100000.After that, they activated a coding mask saying that the format must be BExx.10000.Now we're receiving a shortdump when executing th...

    Resolved! Accepted Solution

    AVL report Display problem

    Hi,I am changing a stnadard report program.Its displying output as ALV list display. As per stnadard program its having 4 push buttons in the report out.I have to remove those and display the 'Change Layout' button in the output.I have deleted the pu...

    Resolved! Accepted Solution

    BADI IN MIGO

    Dear AllI have used BADI "MB_migo_Badi" for getting an extra subscreen in MIGO transaction for purchase order goods reciept level,Let me explain my issue with an example :I was successful in getting the screen and fields.I have to post GR for 2 items...

    Resolved! Accepted Solution

    How to convert one data type to another data type in ABAP programing

    Hi expert,I am facing the problem while data is moving is from one data type(I, P, F) to CHAR data type then I am getting '#' and not getting proper value. So how to get the proper value ?either any Function module for conversion exit avilable or any...

    Resolved! Accepted Solution

    GROUPING IN WEBDYNPRO

    Dear All,select * from yts_vw_ts into table itab_tswhere empcode like item_empcode and deptcode like item_deptcode and desgcode like item_desgcode and tsdate >= item_frmdate and tsdate <= item_todate GROUP BY TSDATE.I wrIte this code for groupin...

    Resolved! Accepted Solution

    USING COUNT(*)

    Any ideas why the below select would always return a count of 0 in the count column. Data is being returned and appears to be group;ed correctly but the count equals 0. BEGIN OF t_dups2, zuonr TYPE DZUONR, dmbtr TYPE dmbt...

    error message.

    hi sap,when i give a worng number i should get the error message with that number so i have coded like this.message e001(z111) with zqmnum 'Notification number does not exist'.but i get the message and not with the wrong number can you please help me...

    Labels in this area

    Explore this Area