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

Resolved! header

hi experts,what is difference between internal table with or without headerline.when can we use with or without headerlines.i heared with header line decreses the performance .how it is?explaine me in brief thanks in advance.

Resolved! related to reports

hi all,this is my code...DATA:BEGIN OF itab OCCURS 0, lifnr LIKE lfa1-lifnr, name1 LIKE lfa1-name1, END OF itab.TYPE-POOLS:slis.DATA:repid LIKE sy-repid.DATA:f_lfa11 TYPE slis_t_fieldcat_alv, f_lfa1 TYPE slis_fieldcat_alv.repid = sy-r...

Resolved! Disabling fields..

Hi,I am trying to disable buttons and fields on a screen (for dialogue programming).i am using the command screen-active = '0' for disbling the buttons....but they are not disabled, instead they become totally invisible; where i want them to be disab...

Resolved! Invoice Numbers

Hi Friends, I had urgent requirement.. I want Invoice number generation ..depends on plant..1.I have 10 plants.. For 1st plant i want number range 1 to 9999 2nd plant 10000 to 49999 3rd Plant 50000 to 99999.like..please...

Resolved! FM : "POPUP_TO_CONFIRM"

Hi All,I am using "POPUP_TO_CONFIRM" FM in my code. This FM gives me 3 buttons. Third button is Cancel by default. I want to change "Cancel" to "Terminate". I cannot modify "Cancel" text in this FM. Is there any other FM where I can Modify text of CA...

RFC .

The requirement is:i have created YRFC(RFC enabled Function module) from there i have to call a report program passing value to select-options (that i am doing it by using Submit statements & it's doing fine) Now the Problem is i want to export the ...

Smartforms-Condition node

Hi Folks,Can we comment the condition node in the smartform?Here we are dealing with a smartform which is displaying the address based on the conditions like if werks = abc( it is done in the general attributes tab of the condition node followed by t...

kiran_k8 by Active Contributor
  • 1155 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! Performance

Hi,In my programme i am getting less performanceSo pls suggest me how to increase my programme performance.TABLES: marc, makt, mara, ekko, EKPO, t604, t023t, t001w. TYPE-POOLS: slis.SELECTION-SCREEN BEGIN OF BL...

Resolved! Reg For all entries

Hi I am using for all entries in my code. In Data dictionary i found there 8 reacords available for the same condition. If i run a ABAP program its giving only 6 records. Its not taking duplicate entires in Price column. Please check the below code.....

Labels in this area