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

Debug ABAP

Hi all, I've been using Eclipse ADT for over a year now, and just recently tried to use the debugging feature to debug my ABAP program. I have consulted numerous tutorials and have had no success. The problem is that the buttons referred to, or t...

keega by Participant
  • 2181 VIEWS
  • 4 REPLIES
  • 1 Likes

Copying an Itab to clipboard and pasting it to a range, joins the colums. How do I prevent this?

Hi, I need to export an internal table to an excel file. Therefore I am using ole2_objects. First I passed the values cell by cell, which worked like intended but had very poor performance. Even small tables took more than 10 minutes. So I did some...

REBDBE Add custom field

Hi , I have to add custom fields on the screen of REBDBE tcode , right now it has only two fields company code and business entity , apart this i have to add three more custom field which i have already added in table VIBDBE. kindly suggest the s...

Inbound Email Handler

Dear All We are having an inbound email scenario. We are using the handler class-method : if_inbound_exit_bcs~process_inbound. I like to debug this and I am not able to do it so. Kindly help me - how to debug this code Some suggestion I rea...

User exit for IE07/IE03 to populate the Sales Distribution data and warranty data

Hi All, Kindly refer to flow given: Create Sales Order->Perform the Delivery (Serial Number also is assigned)->Perform the PGI of the Delivery. Once the PGI is done of the Delivery, I have to populate the Sales and Distribution Data like Sales ...

BAPI_GOODSMVT_CREATE (Goods Issue - Dynamic Serial Number Qty based on GOODSMVT_ITEM ENTRY_QNT )

Dear Experts, I have just started learning to use SAP Function Name to use in Power Automate: I would like to perform Goods Issue for a serialized Material but with Qty 3 EA. Bt default, it only shows SERIAL NO - 1 field and seems like I need ...

jawl by Explorer
  • 666 VIEWS
  • 0 REPLIES
  • 0 Likes

Is it possible to optimize column width of Table Maintenance Generator columns like SALV_TABLE?

Hi ABAPers, I want to optimize columns in table maintenance generator like in SALV_TABLE. the corresponding code in SALV_TABLE is below. lo_columns = go_alv->get_columns( ). lo_columns->set_optimize( abap_true ). Is it possible to do the same...

BI Folder not created

I am working on a project in wchich i am uploading a csv file from a local desktop to the application server and further is using batch input folder for posting. now i am using rfbibl00 for creating the batch input folder which is stored in the a...

How to download a standard program output in excel using SUBMIT in another program?

I am calling a standard program using SUBMIT in one of my custom programs, however I am not getting the expected output in excel. Here is my approach: SUBMIT rfsabl00 USING SELECTION-SET 'GL' WITH SELECTION TABLE it_params EXPORTING LIST TO MEMORY ...

How to traverse and check for values in internal table that already exist in the database?

I am learning ABAP. I need to write a report program to display an error message if I am entering values from internal table that are already there in the database. I have an internal table: i_tab that has records uploaded from a text file. It migh...

Labels in this area