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

    select-options

    Hi,Can anybody tell me how to do the program using select-options or parameters for following scenario.I want to search for all Vendor name's which starts with A or any alphabet using select-options and parameters dynamically. Please provide me code ...

    Resolved! Accepted Solution

    Delete row in ALV

    Hi,I am working on an interactive ALV list. As per the requirement I have been able to remove the standard delete button through the following technique:......ls_exclude = cl_gui_alv_grid=>mc_fc_loc_delete_row.append ls_exclude to pt_exclude....It is...

    nilayghosh by Active Participant
    • 2285 Views
    • 9 Comments
    • 0 Likes
    Resolved! Accepted Solution

    URGENT

    Hi all,There is a field which is added extra in MARA. I am trying to browse data in that field using SE16. But i cant c that fiels. But data is there in that field. I did change width of window also. But i caoudnt c data.Pls help me.Thank u,shashikan...

    Resolved! Accepted Solution

    Are implicit DB commits initiated when there are Sync or Async RFC call

    BC414,Page 3-8 says, whenever there are synchronous and asynchronous rfc calls,implicit DB commits are always initiated. But I test it in ABAP program as following steps.1: insert data into dbtable.2: Call Function "RFCFunction".(within this funct...

    Resolved! Accepted Solution

    Field Symbols

    Hi, Pls look at the following code and tell me why i am getting a runtime error.-DATA: w_count(2) TYPE c, w_key(8) TYPE c, w_col(8) TYPE c.FIELD-SYMBOLS: <fs_key>, <fs_col>.CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING ...

    Resolved! Accepted Solution

    About BAPI_GOODSMVT_CREATE

    Dear experts,I have created program upload GR data by call function module BAPI_GOODSMVT_CREATE,and in MIGO screen,there is one checkbox 'Print via output control',I must set it check status.But in BAPI_GOODSMVT_CREATE,I can not find this importing p...

    com_2018 by Participant
    • 1420 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    eban-idnlf not filled

    When i create a purchase requisition(me52n), and i put a material that has info-rec, the system carry me the price from the info, but don´t catch me the idnlf from the info-rec, does anybody knows a note for my problem or any other solution?,Thanks i...

    Resolved! Accepted Solution

    Password using Paramters

    The Requirement is,In the parameters screen, the user has to enter the password.But it should be Mask on screen as asterisks.So the user has to enter the password But it should not be Visible in screen.Hope I am clear.How to do this in Parameter.Than...

    Resolved! Accepted Solution

    ALV - END_OF_PAGE event

    Hi All,I am using 'reuse_alv_events_get' for capturing the events of the ALV GRID. I am modifying the event END_OF_PAGE in the internal table retrived (say i_events of parameter et_events) with a subroutine name 'SUB_ENDOFPAGE'. I am passing this i_e...

    Resolved! Accepted Solution

    Barcode in sapscript

    Hi all, Can anyone tell me the way to add a barcode in SAPScript withour using any third party tool.I downloaded a barcode font and added it to font family using se73.I then created a barcode character format using that in script.But still only a bla...

    Resolved! Accepted Solution

    Barcode in sapscript

    Hi all, Can anyone tell me the way to add a barcode in SAPScript withour using any third party tool.I downloaded a barcode font and added it to font family using se73.I then created a barcode character format using that in script.But still only a bla...

    Resolved! Accepted Solution

    smartforms

    Is it possible to call a function module in smartformand output a value?.e.g.I get a amount value through program lines in smartforms.Can i call a function module to convert this amount in words inside the smartform itself.If not what can be the othe...

    Labels in this area

    Explore this Area