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

internal table

a smartform is already built, i need to modify that already built smart form, so that manipulations can done on teh data being put in the main window. now my problem is , how do i get the internal table, whose data is being displayed on the smartform...

Resolved! Code Function Module...?

Hi,I have to write a FM out of tables FAGLFLEXA BSEG BKPF...What will be the import and export parameters for this FM and how can i code...I am not sure if this possible actually the query is if we can write this FM by joining these tables through co...

Resolved! modify

Hi Folks, SORT IT_EKPO BY KUNNR. LOOP AT IT_EKPO INTO WA_EKPO. READ TABLE IT_KNA1 INTO WA_KNA1 WITH KEY KUNNR = WA_EKPO-KUNNR BINARY SEARCH. IF SY-SUBRC = 0. WA_KNA1-KUNNR = WA_EKPO-KUNNR. ENDIF. modify it_kna1 from wa_kna1. ENDL...

hello friends

1)Difference between Simple Report, Interactive Report and Alv report.2)What is dialog programming.3)Difference between bapi,Call transaction and session4)When updating vendor details there are five rows visible in Tcode xk01 and the flat file contai...

Resolved! Custom table error

Hi,I have a custom table and it was working properly, now I added few more fields to it and activated it from SE11. When I go to SE16 to check the data, it is giving me warning saying thatb 'a maintanance view exists'. I went to SM30 to add more data...

matchcode problem

In the division match code...if I select one value its displaying all the fields. But if I select a diff value for the division then all the fields are not being displayed. Only few fields are being displayed. I checked in the table and the fields wh...

Count unauthorized

Hi all,I'm getting data from PNP logical database but it's possible a user that runs the report doesn't has authorization to access some employees. When I do GET PERNR the table doesn't comes with these employees which the user has no authorization t...

Labels in this area