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

Resolved! Radio Button

Hi All,There are 2 radio button, i click one of the radio button shud display 2 file path fields to upload these files, one for demand and another for stock. selection-screen begin of block a1 with frame title text-010.parameters r1 RADIOBUTTON GRO...

Resolved! ALV group headings ?

Hi,I need to create an ALV output of format as given belowGroup1 Group 2 COLUMN1 COLUMN2 COLUMN3 COLUMN4 COLUMN5 COLUMN6The column headings 1,2 and 3 should be grouped under Group1 heading and that with 4,5 and 6 under Group2 heading.Please help ...

anub by Participant
  • 809 VIEWS
  • 7 REPLIES
  • 0 Likes

bdc calltransaction

Hi Friends,while updating the 10 records in MM01 T Code by using Call Transaction mode A update S, when 3rd record was error then what happens.and as well as what happen when i take mode N update Sand as well as what happen when i take mode E update...

back button problem

My problem is everytime I click the back button it repeats the screen where I click the select all button.example i thick the select all button then deselect it then manually select any checkbox.then I decided to click the back button.when I click th...

field exist

Hi AllI am working with PM module in tcode 'IE01'. there is one field 'Manufacutre' in this transaction. this field doesn't have F4 help. I want to add a search help in this field so that when user will press F4 in this field it should display all th...

Write Statement

Hi,I have 10 records in an internal table.I am looping on that internal table and using write statement. LOOP AT lt_outtab. WRITE: /10 lt_outtab-value_old. IF NOT lt_outtab-ltext IS INITIAL. WRITE AT lv_lmax lt_outtab-ltext. ...

Back button

Hi experts!Im having a problem in my back button.In my select all and deselect all button its working properly this is my code at user-command form.WHEN 'SELECT'. LOOP AT it_ltak INTO wa_ltak. wa_ltak-sel = 'X'. MODIFY it_ltak FROM...

Resolved! Performance problem

Hello Gurus,In a report I have a performance issue. When I do runtime analysis, it says ABAP takes 85 %. Data base 12 %.Below routine takes maximum time (12 min). Can you suggest possibilities of improvement in it.FORM select_other_details . DATA: l...

Resolved! Select statement

Hi All,I have to extract data from more than 8 DB tables. Advised to use Inner Join for performance but I want to use For All Entries ?Test client contains less data so unable to find ot any.Plz guide me what to use and why.Thanks

Find RFC source

Hi,I wonder if there is any posibility to get hostname / ip addres / rfc name wich was called remote function...For example, I call something like this from server named 'TEST_01':CALL FUNCTION 'Z_TEST' DESTINATION 'PROD_01'EXPORTING p_test = 1.Then ...

Labels in this area