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

    Dynamically accessing subclass attribute from within superclass method

    Hello ABAP pros,I'm trying to dynamically access attributes from within a superclass method. This works for all superclass attributes but not for the subclass attributes.Imaging the following:In an abstract superclass I define protected attributes a ...

    Resolved! Accepted Solution

    Authorization for OOC3

    Hello experts,What is the difference btw OOC3 and S_AHR_61011887? When giving authorization via PFCG, and adding name S_AHR_61011887 to T-Code table. I assumed OOC3 authorization would work. However, it does not. Do I have to writhe in exactly OOC3?T...

    If condition failed

    We are facing one issue in the below mentioned codeAs per debugging the value we are passing in V_REM =13But the control is executing the code in line Num:1327 .Actually the condition should fail as per the value passed ,but in this case it is not ha...

    Resolved! Accepted Solution

    Issue with cl_bcs

    Hi,I need to send details of employees having 9 columns and few rows in the mail body as tabular format. I am using cl_bcs to send mail and have concatenated required data into ls_mail_text_row TYPE soli and appended it to internal table lt_mail_text...

    SORT internal table

    Dear Gurus,I would like to sort my internal table by Name (ascending), tried many things but no dice, any pointer on these?my code as follows,data : it_strave type standard table of stravelag,        it_sbook type standard table of sbook. data : wa_s...

    Search Help Exit

    Dear Experts,I have a requirement in which I have to put certain validation in F4 help in Customer field in XD03. But the thing is when I see the field name in XD03 screen by using F1 and tool tip it says RF02D-KUNNR (RF02D is a structure) and when i...

    Resolved! Accepted Solution

    HELP displaying total

    Hi Guys,I'm relatively new to ABAP would like to seek a pointer from gurus,I'm stumbling on how to make a total,my code as follows, DATA: scustom_tab TYPE standard table of scustom,       scustom_wa  TYPE scustom. SELECT *        FROM scustom        ...

    Resolved! Accepted Solution

    how to restrict multiple table control line selection in single screen?

    Hi Experts,                            I have one requirement from  client ,i have three table control wizard in a single screen.If i select any one row of one table control the remaining two table controls should not allow the user to select a row.S...

    Smart forms

    Hi Experts,         I am importing the field 'order no' into form interface. In my print program, that field is taken as 'select-options' field. Now I am populating the orders into one itab and I am passing that itab for the parameter 'S_order' in th...

    RSDRI_INFOPROV_READ

    Hi All, i tried writing a report to read data for a TEST CUBE using the Function Module: RSDRI_INFOPROV_READ and i am getting a short dump when passing the data into the FM. Below is the code, can anyone help me up with this??***REPORT  ZTEST_CUBEDAT...

    Resolved! Accepted Solution

    ST04 Dump in abap only for production system

    Hi Friends -We getting dump only in production for ST04  tcode  DYNPRO_FIELD_CONVERSION                   Screen name.............. "SAPLS_ORA_COCKPIT_2"                                 ||                  Screen number............ 0001              ...

    Resolved! Accepted Solution

    ATC / Code Inspector - exclude naming conventions for derived methods

    Hi everyone,we are using the ATC with a code inspector variant for extended naming conventions. (i.e. IMPORTING parameters of methods must be named i[:type:] where type can by s, t, o, ... for structure, table, object reference, etc.)As we also use t...

    Labels in this area

    Explore this Area