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

How to identify and get data of a specific table from an Excel file into a generic table

I have to make a program that could read data of a specific table via table name from Excel file. Now I am confused about how to identify that table from an Excel file. I looked through the abap2xlsx project, but I didn't find any method for identify...

module pool ABAP

Hi , I have screen 9004 in PAI of 9004 they are calling 9005 screen . in 9005 having below fields. Date , comment , field3 and field4. field 3 having dropdown . Until this working OK. Now based on field3 user want f4 help on field4. I tried w...

Date in XMLEditor (STRANS)

Hi Experts, I need to show current system date among the string of hard coded elements in XML editor (tcode STRAN) as can be seen below(highlighted): The date should be replaced for 'creationdate' field. Can i have something like sy-datum kind...

Deletion in Adso

I want to delete data in Adso where previous load data should be deleted within a month and month end data should not be deleted, this has to run continuously. Not necessary that process chain has to run daily it can run anytime. But month end data s...

Create a simple report with basic screen output to select, process and display results as follows.

Requirement Voice Editor Reuse Create a simple report with basic screen output to select, process and display results as follows. Technical Attributes Report Name ZSDB ORDER LIST EXCI Executable Program Report Type Report Status T...

SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)

This post is part of the UI5 Web Components for React Challenge (June 2023) Welcome to the second week of our developer challenge! This week, your task is to create a custom status component that will conditionally render based on the incoming text.I...

MichelleMoudy_0-1686728637961.png

Dynamic Internal table

read table name from selection screen input and created internal table and structure using field symbol.some data is deleted from this table and i want to display deleted data with one additional column status through dynamic field symbol. input tabl...

BAPI for F-59

Hi, I'm looking for a bapi to create a Payme Request as using F-59, I found some threads talking about BAPI_ACC_DOCUMENT_POST I can't use it because I need to inform the account and in my case there is no account. Is there anyway to use that bapi...

How to get data from FD10N

Hi, I need to get "Sales/purchases" value from FD10N to use it in a custom report, how can I retrieve it? Is there any bapi or module function? Should I access BSID and BSAD? In that case, is there any filter I have to use? Is it always the same va...

Resolved! Query in loop....!

HI all, Can anybody tell me the alternative method to avoid query in loop. Code: (Alternative Method is required). DATA: vstlnr LIKE mast-stlnr. LOOP AT stb1 INTO wa_stb1. SELECT SINGLE stlnr FROM mast INTO vstlnr WHERE matnr = wa_stb1-idnr...

Labels in this area