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

Resolved! Performance issue

Hi all, I am in need getting stock transfer eket-menge and stock transfer receipt quantity eket-wemng, based on material values, to get this i wrote a join statement which consists of ekko,ekpo and eket but it took long time to fetch values even in...

Resolved! Unicode ABAP programs

Hi ,I want to know the steps to be followed AFTER syntax errors are removed from UCCHECK programs with error status.Shall I test the programs for runtime errors before enabling Unicode flag? or first I should activate Unicode flag in UCHHECK for all ...

Resolved! Technique with se16...

Hi,I have got multiple entries for EBELN in table EKPO for condition KNTTP ='A' while exploring in se16.Now I want to pass all these EBELNs which I got from table EKPO to table EKKN and execute and see data for these EBELNs ? How can I do this playin...

Resolved! GETTING DUMP

I AM GEETING DUMP WHICH SAYSFIELD SYMBOL NOT ASSINED.PLASE CHECK MY CODE.I WANT TO SEND THE INTERNAL DATA INTO EXCEL FILE.*---tablesTABLES:VBAK,VBAP.*-----types statement for vbakTYPES:BEGIN OF TY_VBAK, VBELN TYPE VBELN, ERDAT TYPE ERDAT, ...

True / False

1. Which of the following statements in relation to Web Services are correct? (True / False)a) As of Release 6.20, ABAP Web Services can be developed on the SAP Web Application Server. T/Fb) In the ABAP runtime environment, each function module and a...

Resolved! Transport Request

Hi!!I have problems with some transports, the transports that I generate developing are client 755, but they call Sambox , the case is that in this client it is where I make the modifications and this it is my transport, but the transport I cannot pa...

Internal Table

Hi gurus, I have an internal table it_temp where I have the following fields:custno.material no.volumepercentagenow I need to calculate percentage, and percentage is calculated as below:unique id u01 u01custno. 201 202material no. 1...

MVC

Hi frnds, suppose in MVC i am going for 2 controllers and 2 views and i want to give my customer number in the input field of the first View and press display btton then i suld get customer details in the second view. can someone ...

Resolved! split command

SPLIT ZY310-ZBARCODE at '|' into VAR1 VAR2 VAR3.SELECT BELNR MENGE FROM ZY310 INTO TABLE T_ZY310 WHERE VAR3 = P_ZCAM AND MATNR = P_ZPART.when i execute the program , i'm getting VAR3 is unknown, pleae let me know

Labels in this area