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

Services for objects

Hi,I have two screens.from first screen if i press change it will go to second screen there services for objects icon get enabled.if i press back from 2 nd screen,first screen getting called,but my problem is i dont need services for objects icon her...

Resolved! SORT question

Hi,I have the following code:*SORT GT_ITAB BY name1 ASCENDING. BREAK-POINT. LOOP AT gt_itab INTO wa. * READ TABLE gt_itab INDEX sy-index INTO lv_wa TRANSPORTING name1. lv_wa = wa-name1. IF lv_cust <> lv_wa. APPEND lv_cust TO lv_new_itab. ...

Excel Page Set up

Hi,We have a custom program in which we are down loading data to an excel using OLE. The requirement is when the excel is downloaded to the desktop and when we go to File-->Page Setup (in the excel) on the Page tab by default the Fit to radio button ...

F4 help in ALV

Hi all,I have a ALV with two fields - both of them with F4 help. When I press F4 on the first field, I should get the list of values that I have hardcoded in the program (say A, B, C) and I select one of them. Now when I press F4 on the second field,...

Resolved! inner join & oter join

Hi Experts,I m new learner of ABAP. I wanna know How can we access data from multiple table .I know we need inner join and outer join.How could it used? What is inner and outer join?What is the difference between them?Plz clearify this through examp...

Resolved! CC01

Hi,While I provide any change number in txn CC01, it takes me to the change master header screen. There, I need to add a field next to the "Valid From" field. How should I add this? if its thru user exit, please any one list me step by step procedure...

PO Header Text

Hi,May I know is there a way that I can control printing header text regardless whether there is line or no line in purchase order. In current case, when all the lines have canceled, I still wish to have the header text printed when I print output. I...

Resolved! Table with objects

i have internla table my_belnr type ref to table of <other_calss> .wa_belnr type ref to <other_class>.Now after i have different instances of belnr's appened in my_belnr. How is it possible to acess this my_belnr table with key?I have a requirement t...

Labels in this area