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

    How to get the F4 help for a date field in ALV using Reuse_ALV_GRID_DISPLAY FM.

    Hi Team,Is it possible to get the f4 help for a editable Date field in the ALV. We should get the Calendar and user can select the same while inputing the value.I am using the Reuse_ALV_Grid_DIsplay FM. Please advise.If yes please let me know how can...

    Re:long text upload

    HiI am trying to use BAPI to create material master (MM01) where i need to read the data from the application server and upload.I need to schedule a background job for this.Now the problem is with long text.how can i upload the long text from that fl...

    combining sy-subrc with other conditions

    i have a below code..{}REFRESH IT_ZVM_MARGIN.         SELECT * FROM ZVM_MARGIN         INTO TABLE IT_ZVM_MARGIN         WHERE MODEL = F_MATKL           AND PERIOD_FROM LE SY-DATUM           AND PERIOD_TO   GE SY-DATUM           AND MARGIN_CODE EQ LV_...

    Resolved! Accepted Solution

    How to update/edit Search Help programatically?

    Hello Experts,I want to update search help programatically, i got one function module 'DD_SHLP_SET_PUT' of function group 'SDSH'. But it shows error, though search help is getting updated with new values but after that it does not change to editable ...

    Search Help for vl02n

    Dear All Gurus,I have created a customized search help for the screen VL02n. Search Help is working fine but the possible entries button in that modified screen is not appearing. Only the date fields are appearing. how do I solve it?

    tharu by Contributor
    • 655 Views
    • 2 Comments
    • 0 Likes

    Macro definition of '*' and usage

    hi experts,I am investigating a report, and confused by a macro application.The macro definition part: DATA: CATALOG LIKE TCATALOG OCCURS 0 WITH HEADER LINE,      MEMORY_ID(30) VALUE 'SAPLSTXD'.DEFINE *.  IMPORT CATALOG FROM MEMORY ID MEMORY_ID.END-O...

    yjiang by Product and Topic Expert
    • 595 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    abap unit how to??

    hi i would like to know how to create ABAP unit for the developed ABAP objects?i saw in couple of sites but unable to understand the root that is if anyone have any real time specific example or any idea on this can u throw some light on this?i was a...

    Print Button Coding

    I have to add the print button in application tool bar. When i am click the print button output directly goes to printer. but i have write the code but it is not working.REPORT ZBOM.if r_ucomm EQ '&PRINT'.   DATA: params   LIKE PRI_PARAMS,         ar...

    Resolved! Accepted Solution

    An IDoc without a message type was passed to the ALE layer

    Hi ,When I execute , transaction PC00_M10_OTEM (Abap RPCEMDU0_CALL) , enter the parameter , then execute , I get the following message "   An IDoc without a message type was passed to the ALE layerMessage no. B1116DiagnosisThe IDoc passed to the ALE ...

    Resolved! Accepted Solution

    Is my basic understanding of an Instance correct?

    Hi, In ABAP OO we first have to define a data container for thh class e.g.  TYPES tr_flight TYPE REF TO zcl_oo_tutorial_5.  DATA lt_flight TYPE STANDARD TABLE OF tr_flight.  DATA wa_flight LIKE LINE OF lt_flight. We then use the CREATE OBJECT comma...

    Labels in this area

    Explore this Area