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

    Getting Time Out Dump while Executing Report

    Hello ABAP Experts,I am trying to execute a report, but while debugging I am getting time out dump on 2nd SELECT statement.SELECT vbeln          matnr          werks          lgort          volum          lgnum     FROM lips     INTO TABLE i_volume  ...

    Resolved! Accepted Solution

    Updating Purchase Order

    Hello everyone,I have a business requirement to add a new custom field, at item level, in the Purchase Order transaction (ME21N/ME22N/ME23N). It is a char10 field.I have already created this new field, which is correctly updating the EKPO table.But n...

    Resolved! Accepted Solution

    How to find EXIT where a Extension is getting filled?

    Hi All,I have a IDoc extension and its segments are getting filled from an EXITs, Since this IDoc is  getting triggered by output type so only use EXITs to fill the custom segments.Please guide me how to find the EXIT where segment of this extension ...

    NooruBohra by Active Participant
    • 585 Views
    • 1 Comments
    • 0 Likes

    Add fields to KB21N

    Hi Experts!I have a task that requires 2 custom fields to be added on the screen for the KB21N transaction: Overtime Rate and Overtime Hours. I have searched for the SAP Enhancement in SMOD via the tcode's package. I didn't find anything. I did find ...

    Resolved! Accepted Solution

    how to create radio button for male and female?

    Hello gurus,i was stuck in radio buttonpls help me my code is belowIF rad1 = 'X'.     w_tab-gender = 'MALE'.     w_tab-male = 'MALE'.   elseif rad2 = 'X'.     w_tab-gender = 'FEMALE'.     w_tab-female = 'FEMALE'.   ENDIF.when i check male then in my ...

    Resolved! Accepted Solution

    Adobe Form

    Hi everyone,Ok, so its a little complicated, but here is my dilemma.In the image above, the phrase "This represents" and the "in the amount of........" are in static text fields.So what I want to achieve is the word in between the two phrase. The val...

    Resolved! Accepted Solution

    Tables with personal data

         Hello Experts,I need to know which tables save personal data(last name, social security number, position, etc) for every user in the system.I have been searching and I know that ADRC,ADRP tables saved this kind of information, but I need an offi...

    Resolved! Accepted Solution

    Use of active directory userid/password authentication instead of SAP R/3 User/Password for digital signature?

    Dear all,I am looking to setup the use of active directory userid/password authentication instead of SAP R/3 User/Password for digital signature. We SSO to the backened ABAP AS via an SAP NW Portal to which SPNEgo kerberos authentication is setup. To...

    Resolved! Accepted Solution

    rounding problems

    Dear all,We are using the BAPI_ACC_DOCUMENT_POST  to do a reclassification posting F-02 for manager motives. We need to calculate the exchange tax. We do Amount in Local Currency / Amount in Forreing Currency.The problem is that in the BADI  LV_EXCH_...

    Sort sequence

    Hello,I have an internal table and am trying to sort the table by three fields. The internal table contains some 400 records and all the three fields that are used in the sort have same values for all the 400 records. I am expecting that the internal...

    SET_ITEMS_FOR_COLUMN

    Hi all,I'm walking in circles for a while tying to figure it out what is wrong in my ALV tree. I have a report that is working properly and I checked out the messages in the SDN to find the answer to my question. I copied and pasted from the working ...

    Labels in this area

    Explore this Area