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

    reg BAPI_PO_CREATE1

    hai i am trying to create po using bapithe following code explainsconstants : c_x value 'X'.data: del_date type sy-datum.data: pohead type bapimepoheader.data: poheadx type bapimepoheaderx.data: exp_head type bapimepoheader.data: t_return_out type ta...

    Resolved! Accepted Solution

    to get material qty

    Hi All!We have BAPI_MATERIAL_AVAILABILITY to get the quantity of a material.It retrieves all quantities like restricted stock,blocked stock etc..Now my requirement is to get the quantity after deducting quantity in Blocked stock(SPEME) and quality in...

    Note implementation

    Hi !I have to implement A note in the production environment.How do i implement it ? do i have to implement ( by tcode snote ) at DEV environment and it is a cross environment implementing or i have to implement the note at every one of the environme...

    sapscripts

    Hello,Iam working with scripts,I have to give totals for my line items.i have to write a code in my form painter.See if there is one item then one total price value is displaying,if there is 2 or 3 means then also the total price values are coming,bu...

    Resolved! Accepted Solution

    SAPScript Text

    Hi Friends, I have created some SAPScript Text ( through SO10 ).I want to know in which Request and in which development class it is saved ( it has not asked me for Request number and dev class and there are so many requests created by me.I...

    Resolved! Accepted Solution

    User Exits:

    HiAll,Can u provide some examples on all types of User-Exits.Transaction and the type of exit present in it.Ex: Whether it is a field exit, scren exit or menu exit.I'm on version 4.7E .Plesae provide the examples on each type of exit..just for tutori...

    Simha_ by Product and Topic Expert
    • 622 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    select-options (Urgent)

    Hi,I am using a select-options in my reportselect-options: s_enst for qals-enstehdat.My requirement is, when the report is executed I must see the 'sy-datum'(current date of report execution) in both the fields of s_enst in selection sreen. PLease he...

    Resolved! Accepted Solution

    BAPI

    Hi friends, I am trying to upload CatalogGroups and their corresponding Codes(TCode:QS42) using BAPI_QPGR_SAVEREPLICA. Suppose if there are already 0001 to 0007 codes for a particular Catalog and CatalogGroup, when I call this bapi for uploading...

    Resolved! Accepted Solution

    REUSE_ALV_GRID_DISPLAY

    Hi,I am using the REUSE_ALV_GRID_DISPLAY to display my list. I want to save the data from the displayed list in an excel file. My question is I don't see any icon saying 'spreadsheet' in the toolbar. Where as if we use REUSE_ALV_LIST_DISPLAY function...

    Resolved! Accepted Solution

    Tab space

    Hi i want to insert tab space for fields which contains null values also..how to do CONSTANTS : c_tab TYPE x VALUE '09'.CONCATENATE lv_r_id lv_org_id lv_org_name INTO output_string SEPARATED BY c_tab.write : output...

    Resolved! Accepted Solution

    IF condition

    Hi,I want to write something only if itabA[] or itabB[] is not initial.I tried:If not ( itabA[] or itabB[] ) is initial.write: etc etc.endif.Giving me syntax error, can you plz correct the above?Thanks.

    Resolved! Accepted Solution

    print ALV

    i declare in my alvthisl_layout-box_fieldname = 'SELECT'.l_layout-box_tabname = 'itab'.when i click on the printer i get errif i remark it everthing is work fine why?i need this select becuase i can choose more then 1 row

    Resolved! Accepted Solution

    ALV -- mc_evt_modified

    I have a unique requirement, I have an ALV and one of its fields is a drop down. I want to trigger an event as soon as the data is changed in that field. I tried MC_EVT_MODIFIED but somehow the event never gets triggered when the value is changed i...

    Labels in this area

    Explore this Area