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

    User Exist for Sales Order

    Hi All,When the Route changes in the Sales Order, I want to add the Forwarding agent to the Partfner function atutomatically. So I written the code in the User-Exist "userexit_check_vbap" with the following logic.IF sales order is creating with VA01,...

    alv to alv

    Hi all,I have a requirement in a report.My report output is displayed in ALV. In the output i have kept a push-button. When the user clicks the push-button another output needs to be displayed. My requirement is even the interactive screen should als...

    Resolved! Accepted Solution

    OLE2 Automation

    Hi friends. I'm trying to understand OLE2 automation. I have the following sample code: CREATE OBJECT gs_word 'WORD.Application' . IF sy-subrc NE 0 . MESSAGE s000(su) WITH 'Erro ao criar objeto OLE!'. LEAVE PROGRAM . ENDIF. * Torna Objet...

    Resolved! Accepted Solution

    FBV2 & FBV3

    When I execute FBV2 (Change Parked Document), on the next screen if I click on "Document" on the menu the option to "Change" is greyed out. However, when I execute FBV3 (Display Parked Document) the option to "Change" is active under the Document men...

    Resolved! Accepted Solution

    Create base64 encoded digital signature form keystore with ABAP functions

    Hi folks!We face the following challenge: We have to create a base64 encoded digital signature from a keystore cert file using ABAP functions. Currently this features is implemented in Java using features of the java.security.* package (Java source c...

    Resolved! Accepted Solution

    Problem in select query

    Hi all,Iam using a select query to check whether that material code exist or not.But even though material is created SY-SUBRC is coming 4.Iam doing this in one of my module pool program and this is working perfectly from more than a month in Producti...

    Resolved! Accepted Solution

    search help name

    Hi,i have table name and data element and check table name i need to find search help name, i tried in table dd35L ,DD32S but it is not serving my requirment for some tables with table, dataelement combination.Please suggest me how can i get it.Than...

    Table Control

    Hi,I have declared a structure using the type statement.TYPES : BEGIN OF ty_experience,empno TYPE ztable1-empno,organisation TYPE ztable1-organisation,from_date TYPE ztable1-from_date,to_date TYPE ztable1-to_date,END OF ty_experience.Then declared th...

    Se51 screen layout

    Hello,i have created a screen in se51 and added fields. this is an extension screen for a standard screen of SAP.when i go through the display transaction the fields on my screen are still editable.how can i make it non editable if i open thenscreen ...

    Labels in this area

    Explore this Area