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

    RFC for vx11n

    Hi Experts,Can anyone please tell me any BAPI/RFC/FM for vx11n.....My scenario is Third Party Tool  -->  PI  -->  ECCin ECC I have written the code.Therefore, I require a RFC to perform the same task as VX11n.Waiting for your valuable replies.....Tha...

    Resolved! Accepted Solution

    Open Dataset Query

    Hi Experts,I am just curious, is there any time limitation  as in up to what time limit the file can remain open.  The development scenario is that I am opening a large file using OPEN DATASET command , then the file contents are read using READ DATA...

    strange behaviour in floating multiplication

    Hey guys,maybe one of you know what's wrong? I have this coding:DATA: betrag              TYPE f,      fw_betrag           TYPE f,      refe(16)            TYPE p,      refe_zw(16)         TYPE p,      ref1(8)             TYPE p VALUE '100',      ref...

    Resolved! Accepted Solution

    Performance issue with table access-BSEG

    Hi,I have written below the select query.REFRESH i_bseg.   SELECT * from bseg INTO TABLE i_bseg     WHERE bukrs =  i_parct-bukrs       AND belnr <> i_parct-belnr       AND augbl =  i_parct-belnr       AND auggj =  i_parct-gjahr.   CHECK NOT i_bseg[] ...

    Resolved! Accepted Solution

    Submit ALV report from function and pass the data to oData service

    Hi Experts,I have a requirement to show the result of a  custom develop ALV report in an SAP Fiori app. To execute the report I'm using the following code to extract the data from the ALV: submit ZGEP_TMLISTAUSING SELECTION-SET 'ALAP' AND RETURN. tr...

    adtoth by Participant
    • 6153 Views
    • 19 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Parse Field Using Field-Symbols

    Hello,I have looked at a number of discussions and I don't not find what I am looking for.  What I trying to do is parse a field using a table structure dynamically to move data to another corresponding field in another structure.Here is the code I h...

    Resolved! Accepted Solution

    Post Upgrade: Search for New Authorization Checks Implemented and Impact

    Dear ExpertsWe have a situation and would need your help in resoling it. After an upgrade usually SAP add new authority check statement in function modules/programs/includes etc. Now those function module might be used by different standard/custom tr...

    Resolved! Accepted Solution

    Execute SM69 Transaction

    Hi,I'm using SM69 command to run a phantomjs script , so i defined this command :I'm trying to execute it with this FM : SXPG_COMMAND_EXECUTE :But i'm getting this error :It is a problem of path, because when i try AL11 transaction and i try to execu...

    Resolved! Accepted Solution

    CRM_ORDER_MAINTAIN

    Hello all,I am using this function module to update Support Team for an Incident. following is my code. Can someone let me know the right parameters to be passed. The following code is not working. include crm_object_names_con. data:    lt_partner  ...

    Error while writing multiple conditions in Script Layout

    Hi Experts,Currently in my scripts layout i want to add multiple conditions. i.e;if &vbdka-vkorg& = 'KZ00'       CASE &VBDKA-AUART&      WHEN 'ZQ' OR 'ZCRN' OR 'ZCRP' OR 'ZQLC' OR 'ZQLD' OR 'ZQGC'           (Logic)     ENDCASE.ENDIF.I'm getting messa...

    Labels in this area

    Explore this Area