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

70 Million records in BKPF table in Quality System .Program is running slow.

70 Million records in BKPF table in Quality System and if we come to BSEG line item 300 Billion Records for one month i checked in Debugging.I tried to use Package size but it will be taking only 5 million size but how to get using open cursor on bkp...

Hyperlink in ABAP Doc

Hi All, currently, I do not see a nice way to include a hyperlink (like the <a> HTML tag) in ABAP Doc. Does anybody know a way to do this? Or @SAP: Is it planned to include such a feature in the future? Gruß, Sebastian

koitka by Explorer
  • 1553 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Syntax Warning for missing catch of CX_SY_ITAB_LINE_NOT_FOUND in table expression

Hi, In this blog post horst.keller described the feature of table expressions in ABAP. Is it planned to have a syntax warning for missing catch of CX_SY_ITAB_LINE_NOT_FOUND after a table expression? I think it is exactly the same as a missing C...

koitka by Explorer
  • 20792 VIEWS
  • 10 REPLIES
  • 4 Likes

search help custom

I need a delimitation of the custom search help (field is vbak-ernam) : the data that the search guide must contain must depend on the extractions performed. for example, I enter the vbak with vbeln, so when I press f4 in the vbak-ernam select op...

SAP ABAP QUERY

HI Gurus, Pls share code for this Write a select query list all Manager Id & Manager names who have at least One ‘MALE’ employee and one ‘FEMALE’ employee reporting to them.\ NOTE its has to be acheived through query no by using read,collect, d...

Do - End Do

Hello All, I am using DO End Do while i am executing enqueue and dequeue. Ex: loop it into wa. do x times. enqueue. (table enqueue by write mode) if- sy-subrc <> 0. x = x + 1. exit. endif. update table(Customized table) Dequeue...

Resolved! TYPES OF ALVS

I couldn't find anything about difference between types of alvs. For example, What is difference between reuse* and lvc. What is there anything we can not do with reuse* functions instead of lvc? ALso, is there anything we can not do with lv...

Valores duplicados

Tengo una consulta que me esta generando el mismo dato y no se que pueda ser ya que en el asiento solo me aparece un dato y el valor del credito en la consulta me aparece con una descripcion diferente para ciertos asiento y para otros esta bien y no ...

Resolved! ABAP 7.4 (read table)

TYPES: BEGIN OF ty_final, ebeln TYPE ekko-ebeln, bukrs TYPE ekko-bukrs, ebelp TYPE ekpo-ebelp, END OF ty_final. DATA: lt_final TYPE TABLE OF ty_final, ls_final TYPE ty_final. SELECT ebeln, bukrs FROM ekko INT...

DKanna by Explorer
  • 62753 VIEWS
  • 6 REPLIES
  • 1 Likes
Labels in this area