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

    RE: Objects in SU24

    Hi all,I went through lot of SU24 threads in SDN and also wikipedia but everytime when i think about SU24 i still get some questions in my mind. For EX: i had a look at SU01 program code and searched the code with 'AUTHORITY-CHECK' and it contains th...

    Sri_S1 by Active Participant
    • 6712 Views
    • 25 Comments
    • 0 Likes
    Resolved! Accepted Solution

    HMAC (SHA1) key longer than 81 characters not possible?

    Not sure whether I'm in the correct forum...To sign a message for a specific application with HMAC-SHA1 hash I need a 83 character key.My problem: the function module 'SET_HMAC_KEY' throws the exception "param_length_error". After I've testet with se...

    Resolved! Accepted Solution

    Optimize query - EBAN

    Hi friends,I want to optimize one selection in a table EBAN.The index z02 support my QUERY.Fields of the INDEX:FLIEF Fixed vendorLFDAT Item delivery dateWERKS PlantBERID MRP areaLOEKZ Deletion indicator in purchasing documentSTATU Processing status o...

    RSNASTED Query

    We need to send an outbound idoc (DELVRY03) on Post Goods Issue in VL02N. All config and custom code is working fine. The idoc is generated. However, we also need to know teh idoc number as soon as the idoc is generated. This idoc number needs to be ...

    Resolved! Accepted Solution

    EXIT for Partner Function Address screen non editable in VA01 and VA02

    I need a user Exit which can help me in making 'Partner Function Address Information' screen non editable in VA01 and VA02.You can check the field by following the steps mentioned below:1) Goto VA02.2) Select a order number and press "select" button....

    Resolved! Accepted Solution

    Call Transaction - both Skip first screen and USING in one

    Hi Experts,I have to call a Tcode which is for a report painter report and I have to fill the selection screen parameters for that report. Nothing is mandatory but it will be filled in select option field.My issue is I can only call this Tcode with a...

    Resolved! Accepted Solution

    ENQUEUE FM

    I have creaed a custom table with DB locking. And I have a separate program using an Editbale ALV grid to update this table. I have used the ENQUEUE FM created with my DB locks to lcok the table whilst a user is in the transaction. Whcih works fin...

    Resolved! Accepted Solution

    Hyperlink to a local file.

    Hi ABAP Masters,I am developing a screen program that gets a file from a local PC (example desktop) and then there is an output field that displays the hyperlink of that file.Is it possible to create a hyperlink to that local file such that when the ...

    Complex ZTable ?

    Hi Gurus !I would like to build following ZTABLE:MANDT TYPE MANDTMATNR TYPE MATNRMATNR_1 TYPE MATNRMATNR_2 TYPE MATNRMATNR_3 TYPE MATNRmy goal would be , to see the output with material discription like this example:100 1234 glass 3234 wood 3243 wate...

    Resolved! Accepted Solution

    How to set the number of threads invoked by an ABAP Programm?

    Hi there,In the Thread linked below was a question answered about multithreading in ABAP.[;Following Quote ist out of this thread:I have an application that runs 10 different checking jobs. I launch all ten jobs into seperate tasks. The system is con...

    Resolved! Accepted Solution

    dynamic working area

    Hi,i would like to use a dynamic working area, but i'm not sure if it is possible, anybody has an idea? see example below.TIAMikedata: i_string = 'ec_account'.loop at itab into ls_line. ls_line- i_string = '4711'endloop.Edited by: Mike Kahtib on A...

    Labels in this area

    Explore this Area