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

Resolved! Group by with String

Hey,I need to find out, whether there are more than one entry in a database table with the same values for appl_name and file_path.So I wrote a sql query like this:Select appl_name from *NAME OF TABLE* where appl_name like 'Z%' group by appl_name fil...

Resolved! ALV grid Editable based on a Field value using REUSE_ALV_GRID_DISPLAY

Hi,I need to make a ALV Grid Row editable based on a particular field of that row.For exampleif fields are   A   B   C  Dand if there are three rows of dataI must make the Field B editable in all the rows which have D value as X else it must be non E...

IDOC Error 51 in Back ground job 'No batch input data for screen SAPLSPO2 0101' thru RBDAPP01

IDOCs will trigger from PO using EDI-ALE method. Partner profiles set correctly ORDERS type IDOC, Also I have changed "Inbound Options" tab page, and "Processing by function module" section from "Trigger Immediately" to "Trigger in background program...

BKesav by Explorer
  • 2073 VIEWS
  • 3 REPLIES
  • 0 Likes

what are the approach of the Integration of non sap system data to SAP system

Currently they are using ORBIT system.  and they are planning to shift to SAP.My client need to procure the material from his Vendor and my client vendor had given access to my client to create a purchase order and it is NON-SAP. after implementing t...

Resolved! Date Calculations

Hello,I am working on a new function module where on the selection screen i have the period type ( allowed values are 'D','W','M' for day,week and month).And have one more input for date_period(it will allow integer upto 999).My requirement is to cal...

Re:select-options using an internal table operation in where condition.

Hi Friends                I am Facing an ticket and could not solve these issue can any one please help me.              I am a using database table which consists of materials. but in where condition i could not able to retrieve all the details of ...

Resolved! upload data from xls to conditions table not complete

Hello Every one,I create a program to upload data from xls to my created condition table, that works, but when i want to update my data i receive always the old data.My xls data:my created condition table:has some one any idea?here is my ABAP code:RE...

Resolved! Using Fn GUI_DOWNLOAD brings message "0 Bytes transferred, codepage 1160"

I was scannig database for similar erros but did not find appropriate hints.Maybe some expert knows a solution. Any suggestion will be appreciated, since I am at the very beginning of ABAP training.My code is:  TABLES: MARD.TYPES:   begin of it_MARD,...

Resolved! VA22 add button or subscreen to show alv report (on base of quotation number)

Hello Gurus,I have to make it possible from VA21/VA22/VA23 ito show the output of an ALV (Z-report)form inside this VA21/22/23.  I already created the ALV Z-report.Could anyone clearly explain me a way to achieve this..a button, a subscreen or whatev...

How to get tline in FM (read_text)

hi ,        CALL FUNCTION 'READ_TEXT'  EXPORTING   CLIENT                        = SY-MANDT    id                            = 'F01'    language                      = 'EN'    NAME                          = X_NAME    OBJECT                        =...

Labels in this area