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

    Application hierarchy

    Hello everyone,I'm trying to build something similar to the application hierarchy from SE80 / SE81, but I can't find where the hierarchical relations between the objects in DF14L are stored. How, for example, does the application hierarchy know that ...

    Resolved! Accepted Solution

    Problem when connecting to a system (logon to system failed)

    Hi all,I'm having no problems while connecting with several of our customers. However, there is one customer for which the connection doesn't work. The message is " Logon to system xxx failed (Connection to system "xxx" is currently not available) " ...

    BMEIJS by Active Participant
    • 7675 Views
    • 10 Comments
    • 0 Likes
    Resolved! Accepted Solution

    update in database table

    Hi all,I have an issue regarding the update query.I am trying to insert data in a Z table.The table consists of 4 Primary key.In which I am trying to update one of them.LOOP AT it_reg. *    it_final1-schno       = v_schnumber.       it_final1-regio  ...

    Resolved! Accepted Solution

    BAPI not working correctly

    Dear Experts,     I use this BAPI for creation of interest rate Instrument 'BAPI_FTR_IRATE_CREATE' .While executing the BAPI it gives financial transaction number.When checking transaction BAPI at table like VTBFHA not available.Please help me.Thanks...

    Resolved! Accepted Solution

    Tables in HANA / ABAP

    Hi,I have a question about the synchronization of tables between ABAP and HANA. When I create an se11 table in my ABAP on HANA trial system, the table is visible in the HANA studio schema SAPHANAABAP. When I create a table in the HANA studio (same sc...

    Resolved! Accepted Solution

    write a message in a BADI's method to stop from saving

    Hi, I need to write a message in a BADI's method to stop the user from saving in t-code CO01. After writing an E type error message in method 'Before_Update', it is showed correctly the first time you click the 'save' button. However,  if you click a...

    I am having a transformated xml data... how could i get xsd for that?

    CALL TRANSFORMATION id          SOURCE data = <lt_siml_fcat>          RESULT XML lv_result_xml          OPTIONS initial_components = 'suppress'                         xml_header  = 'no'.Here i am converting data to xml format.. so how could i get XS...

    Resolved! Accepted Solution

    Free memory id: must be a character-type field (data type C, N, D or T)

    Hi Good day,i have a table with declaration such as TEXT_TABI send data to MEMORY ID for further logic.EXPORT TEXT_TAB TO MEMORY ID 'TEXT_TAB'.when i try to clear or free memory id i get the below error such as:TEXT_TAB must be a character-type field...

    Resolved! Accepted Solution

    reciept & consumption report

    hi expert ,              I create the receipt & consumption report but my output comes not correct as per requirement so please help me to resolve this problem..i post my codeFORM GET_DATA .SELECT  A~MATNR  A~MBLNR  A~ERFMG  A~BWART  A~MENGE  A~WERKS...

    Resolved! Accepted Solution

    Not getting the content of the image

    I am not able to get the content in the following code   CALL METHOD cl_mime_repository_api=>if_mr_api~get_api    RECEIVING      r_mr_api = gv_mr_api.  CALL METHOD gv_mr_api->get    EXPORTING      i_url              = '/SAP/PUBLIC/mac.gif'    IMPORTI...

    Resolved! Accepted Solution

    Dynamic Push button text

    Hi,I checked SDN but couldn't get the right answer.Can you please let me know how to get Dynamic Text/ICON on my push button.I can achieve this thru IMPORT, EXPORT, GENERATE DYNPRO...but as this is not supported by SAP, I need another approach for ch...

    Resolved! Accepted Solution

    Changes to existing Reports,Dictionary objects when we migrate DataBase to SAP HANA

    Hi Experts,           Can you please let me know the changes that effect to existing ABAP Dictionary objects, Reports, MPP etc... that we build by using ABAP if we migrate our underlying database to SAP HANA from any RDBMS.                       Than...

    Sum in internal table issue

    Dear Experts,I have a Qty field which needs to be summed up when material no, po no and size are same in my internal tableEg: PO no     Mat no     Size      Qty      111          001          L          10      111          001          L          20...

    Resolved! Accepted Solution

    Unable to Capture ALV output in an Internal Table, after CALL TRANSACTION

    Dear all,My requirement is to run multiple materials in T-code CK86_99 but as we know CK86_99 is only adequate to one material at a time.So, I want to capture the Output of the T-code in my Internal table with respect to all the Material Numbers I us...

    Labels in this area

    Explore this Area