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

Resolved! Implementing a BTE

Hi,I have found a BTE and have copied it's sample interface to a Z function module. I got to know that in order to register this Z function module for the BTE, I have to maintain an entry in the table TBE34. Now this table requires me to enter a cust...

Resolved! Tracking Events

Hi All,I have requirement where I need to call a subroutine in different events and according to the event the subroutine will behave differently. Is there a way in ABAP to capture the current event of the program?Regards,Prashant.

Resolved! How to Identify program is running in background or Foreground mode?

Hello Experts,I have developed on Z report and from this report BDC for Transaction CO11 is runnning using CALL TRANSACTION statement.On Selection screen there is a option for selecting the BDC mode either in Background or Forground or Error mode.My...

Resolved! Data Locking

Dear all,I have a Z program that performing ZTABLE delete and update. The execution of the program is being scheduled every night, and multiple jobs need to be created for the same program due to different job need to update/delete different company ...

Resolved! CALL METHOD

Hello Experts,I have never worked on ABAP Objects before. Now I have been assigned to modify an existing Z-report which was developed using Classes and Methods. I have add some extra logic to an existing method.The existing method is like this: loop...

Resolved! Dinamic Definition

Hi. I have the next problem.Let' supose that I have a variable wich contents the name of a data element (ls_element = NAME_ORG).I want to define another variable using the content of the previus variable (ls_variable TYPE NAME_ORG).How can I do that?...

Resolved! search help exit

Hi,when I select a value in the below f4-Help the selected value doesn't appear.Instead of another value , do have have an idea why.It drives me almost mad. Pls help.RegardssasFUNCTION z_f4_size_dim. *"------------------------------------------------...

Resolved! EXPORT problem

I have one include program say ZXXYQPAU04 (in function group XQPA) ,in which I have IMPORT stmt like below in the begining it self. import v_ebelp from MEMORY id 'V_EBELP'.But I could not found corresponding EXPORT stmt where this got export(ed)?How ...

Resolved! Enhancement of Infotype

I wanted to add new fields in 0027 and I directly added then in CI of PA0027. Now I want to delete the fields. I am ble to delete them. But not able to activate them. Because, I have no fields in the table (CI include).How can I handle this?ThanksKir...

Labels in this area