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

Resolved! alv navigation

My zPROGARM is displaying one ALV output. When an user select one record/cell its navigate to particular Tcode. but user wants if they click on perticular field then only it has to navigate to perticular tcode not from all records and fields.

Pushbutton

I want to create a pushbutton beside execute button in abap report. I tried the following steps: 1.set pf-status 'SAVE'. 2.after that i double clicked on SAVE and created the object 3. and i tried creating save button in application toolbar b...

Resolved! First line coming blank in custom table after excel upload

Hi all, I am doing a GRC implementation project and there is a requirement to update a custom table from an excel sheet. Now, I know this is a very easy requirement and I have already done it. However, I had to use an object oriented approach as th...

Sql error

How can I convert this query to sql sap Hana? select txn_year,txn_month, sum(transaction_volume) as transaction_volume from (select year(from_unixtime(t.timestamp/1000)) as txn_year,MONTHNAME(from_unixtime(t.timestamp/1000)) as txn_month, count...

COWBPACK Tcode : HU create based on Process Order. checking for standard FM from technical end

Hi Experts, My Requirement is to create HU based on Process order. Do we have any standard FM , please share it to me. I have tried with FM : 'HU_PACKING_CREATE' but its not creating any HU. While debugging its thoghting error message. If any one...

searchhelp on field, which is part of another searchhelp - possible to set assignment?

Hi experts, I have a search help PM02 for personnel number (PERNR), which can return personnel numbers related to workcenter/plant. Users would like to have another searchhelp on workcenter field inside of the searchhelp. (as you can see ther...

Routing Issue

Hello everyone, I am having problems with routing in my application. So basically I have, in my main page, a table with rows of data, each representing an entry in a JSON file. So first, find my manifest.json file and my employees.json file which rep...

Resolved! TRANSLATE ls_struc FROM CODE PAGE ‘1110’ TO CODE PAGE ‘0100’ (In UNICODE environment)

I am currently translating a structure using: TRANSLATE ls_struc FROM CODE PAGE ‘1110’ TO CODE PAGE ‘0100’. In Unicode of course, this is no longer allowed and therefore I have replaced this with new logic using cl_abap_conv_out_ce. This works al...

Labels in this area