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

Resolved! SELECT INTO TABLE

Hi, Is there a possibility to convert something like this:TYPES: BEGIN OF r_mystruct, field1(10), field2(20), field3(30), field4(40), field5, field6(5) END OF r_mystruct. DATA: tab TYPE STANDARD TABLE OF r_mystruct WITH HEADER LINE. M...

Needed RFC for ESS

Hi All, Currently i'm working on ESS(Employement Self Service). I found all the infotypes needed for my project. But i found only 4 function modules to handle those infotypes. But i need to handle EDUCATION, QUALIFICATION and PREVIOUS EMPLOYEMENT i...

Resolved! CDPOS table

Hi All,I am using a FM CHANGEDOCUMENT_READ_RANGES to read the chage docs. It is taking too much time to execute.Can somebody help me how to improve the performance?It is fetching data from CDPOS and CDHDR.Regards,Jeetu

Resolved! select for all entries

Hi! Abapers,according to the following piece of code:if t_bkpf[] is not initial. select BELNR SHKZG WRBTR from BSEGINTO CORRESPONDING FIELDS OF TABLE T_OUTPUTfor all entries in t_bkpfwherebukrs = t_bkpf-bukrs andbelnr = t_bkpf-belnr .if t_bkp...

Resolved! BAdi Help

I know how to find BAdIs but I dont know what to do and how to implement it.can anyone help me out regarding BAdIs. I want to know the complete procedure of a BAdI. Where we have to code and so on..If possible then give example for MM01RegardsPrakash...

ES_RVADOR01

Hi, When i looked at the enhancement spot ES_RVADOR01, i found that there have an implenentation point called \PR:RVADOR01\EX:RVADOR01_04. But i can't it in the program RVADOR01. Where does this implementation located??Regards,Kit

Labels in this area