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

    F4 for Parameter for Application Server Directory

    Hi, I have a parameter for Application Server File Path (i.e. directory).The problem with /SAPDMC/LSM_F4_SERVER_FILE is that if the input directory doesn't exist, it gives a short dump saying that message type ' ' was raised in F4. The last option wo...

    Resolved! Accepted Solution

    Method to raise a warning

    Hi everyone, I am trying to use this method to generate a warning message but somehow it's not working. can you please tell me what I am doing wrong. data: abap_true type abap_bool value 'X'. CALL METHOD lo_api_controller->get_message_manager RE...

    Hi

    Actually my report contains BDC using the data in application layer.In selection screen comtains two radio buttons one is foreground to check the report anothe one is background to check the report.By default it is .xls file but it is changed to .txt...

    Resolved! Accepted Solution

    Hold Purchase order

    Hello,Our requirement is to put every PO on hold initially. I know there is a field EKKO-MEMORY which can be used to put PO on hold. I tried to find user exit but could not find any user exit that can modify a field in EKKO. As I am working on 4.6C, ...

    Resolved! Accepted Solution

    OOPS ALV doesnt work in background - how is BCALV_GRID_01 working?

    Hi experts,I am really confused with OOPS ALV in background.My understanding is CL_GUI_GRID_DISPLAY doesnt work in Background that is no spool is generated. Then how is all the programs BCALV_GRID_01, BCALV_GRID_02 which have OOPS ALV, workin in back...

    Resolved! Accepted Solution

    how to find programs' names those were created by me in a specific period?

    for example the input parameters are:programmer: sy-unamebegda: 2007.01.01endda: 2007.02.01the outcome will list all the programs' names including webdynpro component which was created by me.is there a table have those entries in the system?thanks a ...

    Resolved! Accepted Solution

    Transport Packet

    Hi! We load a external resquest to our development and PRD area I changed some messages in the ABAP programs however it did not work when transported to the PRD area. I found out that the packet is not in the PRD environment just the ABAPs program...

    Error Handler

    Hi,I am trying to execute the below code resulting in a 'refernce to null'. Could any one please help me with some sample code.DATA : IM_MESSAGE_HANDLER type ref to IF_HRBAS_MESSAGE_HANDLER.DATA message TYPE symsg.MESSAGE E015(zhr) WITH 'ERROR MESSAG...

    Resolved! Accepted Solution

    Special Characters in Text

    I am fetching Job Description from IT-1002 using the FM HR_RU_GET_DETAIL_DESCR. However, this text contains some special characters like 'Ãu02DC' and § etc. These characters are present in the infotype itself (can be viewed through PO13).I do not k...

    Resolved! Accepted Solution

    Create instance of a class

    Hi Experts,I am debugging a program wherein the following statement is encountered DATA: lv_reffield1(100). " Reference Field 1lv_reffield1 = '(SAPLICL_POLS_BDT)GO_TREE1'How do I interpret this statement. What does it do?Thank...

    kumud by Active Contributor
    • 667 Views
    • 3 Comments
    • 0 Likes

    Messages in badi

    Hi allI had problem when working with badi. I want to issue an error message in badi. whenever i am writing a message with the following statement message text type 'E' i am getting a common message 'No vendor Specified'. But the message i issued is ...

    Labels in this area

    Explore this Area