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
  • 83426 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Select statement with wildcard dynamically

Hi all,i need to fetch data with wildcards dynamically. pls help.   SELECT * FROM z_ppc_kat INTO TABLE lt_ppc_kat              WHERE qmart = 'QI' AND                    qkatart = '8' AND                    qcodegrp LIKE 'Q%'.but the value of Q in the...

Resolved! Better way to convert table records while bieng conservative with memory

Hi All,I need to implement some logic that will copy all the records from one internal table to another. The wrinkle is that the records are not compatable, and some logic needs to be done to convert them from the old table format to the new table fo...

Reg : Simple transformations for generating XML

Hello All, I want to generate XML file in below format<Root>   <Node count = '1'>       .....       .....   </Node>   <Node count = '2'>       .....       .....   </Node>   <Node count = '3'>       .....       .....   </Node></Root>The closing node o...

Vat code of invoice

Hi Expert,I want to chnage Vat code for IDOC  basic type INVOIC01 . I found user exit EXIT_SAPLMRMH_012 but here I am not getting proper validating data.So I found EXIT_SAPLMRMH_012 and EXIT_SAPLMRMH_014 . here I am modifying  T_IDOC_DATA with new ta...

Change Namespace type

Hi,I guess this more a basis question than ABAP, but anyway...We installed a package from a solution provider and it created a namespace type C (Recipient). Now we need to change some of the objects (abap programs) included in this namespace. The sol...

Resolved! HRALE00INBOUND_IDOC implementation already active

Hi,I want to use HRALE00INBOUND_IDOC however there is already a sap standard implementation of this BADI, and multiple implementations are not allowed.I have searched and found that I should deactivate the existing implementation in order to create m...

SAP logon from excel

Hello Everyone,I wanted to know step by step how to connect to excel and sap , we need to transfer data from excel to sapI wanted to login to sap from excel , how to do it .Please help.Moderator message: please search for available information.Messag...

ESS - problem with WEBMO

Here in TechEd and Bohuslav Tesar asked me this  -  i wanted to show the power of our discussions...I tried to correct the issue with ESS portal implemantation. When I want to preview Leave Quotas I got null or negative leave quotas. During debbuging...

Resolved! ALV tree

Hi I have used FM 'RS_TREE_CONSTRUCT' and 'RS_TREE_DISPLAY' for my report.My requirement is to show an exclamation mark in red as an indicator when a particular condition is not met.how can I achieve this? please help.

Labels in this area