Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

Criticality.png

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83740 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! 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! 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! 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...

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...

illegal join condition

Hi ,I have created Infoset using two Table TIBAN and LFBK .Now the common field between the two tables in BANKN.The length of BANKN from LFBK table is 18 char and the length of BANKN from TIBAN is of 35 char.Due to length mismatch I am unable to join...

Resolved! 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! 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! 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! 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! 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