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

Resolved! SORT statement

Hi All,I have a requirement to sort a internal table like below. Only the last 2 fields as descending. But when I check in debug it is not working. What is wrong in this syntax. SORT i_conterms BY oicontnr posnr vkorg kunag kunwe werks matnrascending...

Resolved! secondary index

i have creted secondary index for fld1,fld2,fld3 (single index with 3 fields) and fld0 is my primary keycan this kind of data be maintainedfld0 fld1 fld2 fld31 a b f2 a b h3 c d vnow i have a select query in where condition isselect - where fld1 = 'a...

POPUP

I am calling the function<b> "POPUP_GET_VALUES"</b> currently the pop up title is "Enter the Quantity to receive"... I would like to change the title also to include the material number (EKPO-MATNR), Item number of the purchasing document (EKPO-EBELP...

SU10 - Export Results

We've installed a number of support stacks to our DEV environment (up to SP10) in the last few months. Somewhere along the way the functionality in SU10 has changed. When the log is displayed at the end of the changes it displays in a tree view and...

CUA - Client Copy

We have a situation where a client copy was made from DEV to SBX, but the sandbox system was not disconnected from CUA prior to the copy. We've also recently lost our primary basis admin and now I'm trying to pick up the pieces for CUA.I have users ...

Material Number

I developed this code which the scheduled deliveries for the material... However now If the user enters two materials I have to make sure that the Pop-up " Quantity to receive" " Do you want scheduled deliveries for more than 30 days"... should also...

ALV REPORT

Hi All, This is portion of my code,read table VT_FIELDCAT into wa_FIELDCAT with key fieldname = 'VALUE_BAL_LEFT'.wa_fieldcat-coltext = 'Value Bal Left'.modify VALUE_BAL_LEFT from wa_fieldcat.But this giving some error ,error desc : "The dat object "W...

headings for columns

Hi ,While creating a ALV report ,i want my own headings , so in fieldcatalogue i have given sel_text_l = 'TExt'.but while executing i am not getting that text which i have given, it is picking from the data dictionary and also i am not able to popula...

Resolved! screen painter

hi ..i m trying designing a screen with 3 text fields where 2 fields should do the arithmetic operation and 3rd field should show the result. in the module should i call the field name or label name. i tried with both. but system shows error that fie...

Resolved! report performance

its a simple report program but its taking time in test system . Is there any way i can improve its performance furtherFORM GET_DATA.DATA : TABIX LIKE SY-TABIX.SELECT VBELN ERDAT ERNAM AUART NETWR FROM VBAK INTO TABLE ITAB WHEREVBELN IN S_VBELN AND E...

Resolved! Scripts

Hello Friends,I have a script for invoice and in the main window i have to print the line item details of a invoice, Material no, material description, quantity and the price.In the same window after the dtails i want to sum the price and display the...

Labels in this area