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

Resolved! Order of execution of multiple BADIs within the same Enhancement Implementation

Hello ABAP'ers, I have an Enhancement Spot BAdi (FAGL_LIB) that I want to call twice. (It's a kernel-type, new. It allows multi-use, but it has no filters) The first call will use an SAP-provided Class, which I don't want to modify. The second call...

Resolved! Where are the Filter Values for a BAdI Implementation stored?

All, * preface: I have a configuration report for GDPR with a maintenance user interface, a simple ALV grid. The report reads meta data of Business Objects and DB tables. In case there is a GDPR relevant DB field or Business object node element...

zeno_rummler by Product and Topic Expert
  • 5748 VIEWS
  • 4 REPLIES
  • 0 Likes

I am creating PO using BAPI_PO_CREATE1. PO are getting created by referencing contract.

Now the client wants in header file only one line of data will be passed but item file can have multiple line.Now the challenge which I am facing is they want different po's to be created if either item file - 1) contract changes or 2)plant changes o...

Resolved! How to compare locked record in an infotype with the current active unlocked record?

I am writing a report to find the locked records in infotypes 0008, 0041, and 0169 and compare these with the unlocked current active record and display the fields that have different values and also display the value in current active unlocked recor...

ALV List Display - Column width

Hi Experts, I have a program using REUSE_ALV_LIST_DISPLAY FM. In production system, when the output is generated, the quantity fields defined as type p(7) decimals 3 are getting truncated values. Same program is running fine in development system....

rnb86 by Participant
  • 1241 VIEWS
  • 2 REPLIES
  • 0 Likes

why cl_sql_statement is not working for executing CDS views queries?

I was trying to execute the following string through cl_sql_statement.execute_query( "SELECT * FROM DEMO_CDS_SYSTLV( P_MANDT = 100 )") but i am not able to execute it and getting following error : The reason for the exception is: sql syntax error: in...

ABAP dump CATCH_ILLEGAL_STATE while importing data from an internal table to multiple structures

Code is working in development and quality system as exception "cx_sy_import_mismatch_error" is occurring there and that has been handled by catching the exception. But issue is coming in Production system with runtime error "CATCH_ILLEGAL_STATE' and...

MD04 Subscreen

Hello Gurus , I am looking to add a new subscreen as shown in the image for MD04. I would want to know if it is possible. From my analysis this belongs to a MD package & MD package has no screen exits . So I think it is not possible . I need some ...

DB* tables in SAP

Dear Experts, I was given a task to develop a report that would present following details (as separate columns in ALV):1) Name of the DB table (like MSEG, EKPO etc.)2) Size of the DB table in megabytes3) Number of records4) Number of read requests ...

Transport Dynpro

Hello gurus, I have created a program in which I am calling a dynpro. I transported it to Quality and later they asked me to modify a bit the dynpro. The problem is that when I modify the subscreen in Development system and I transport into Quality...

New in ABAP 7.5

Dear all, I would like to begin writing in ABAP 7.50. How can I write the following sample code in new format? Thanks in advance for your help. David SELECT k~ebeln k~lifnr p~ebelp p~matnr p~werks INTO TABLE lt_ekxo FROM ekpo AS p INNER JOI...

Resolved! What is the maximum number of rows (records) that can be selected into an internal table in ABAP?

How many records (rows) can be selected into an internal table in ABAP? For example, if I use the following code: Select * from mara into table t_mara. What is the largest number of records that can be in mara without there being an issue...

Labels in this area