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

ALV grid f4 help

Hello,I have worked with alv grids for a few months now.I wanted to know if in an ALV grid is there any way to have a field with an f4 help but user is not supposed to enter data through the keyboard into the field. My problem is that the field is ed...

Unicode conversion

Hi ALLI have a constant declared as follows:data : c_single_quote type x value '27'.While doing an UCCHECK for the program im getting an error saying:c_single_quote should be of type c,n,d,t or string.I have tried using the class <b>cl_abap_char_util...

Resolved! User exits

Hi guysi need procedure for this queryIn cc01 T.code once u reach the initialscreen press enterThen in next screen under 'description' tab u find Validfrom ....when i run CC01 T.code In validfrom fieldentry bydefault i want todays date

Resolved! Select statement

Hi everyone!How do I modify this statment to summarize ZNEDSLAG-ZZOMSTOTAL on distinct kunnr (customernumber)?SELECT SUM( zzomstotal ) INTO zvarenytt_i-sentrallager FROM znedslag WHERE kunnr IN s_kunnr.TABLE ZNEDSLAG:kunnr zzvar zzomstotal30005 A ...

Resolved! how to display value?

Hi experts,Iam trying to display some value using application toolbar button.Just copy and paste this code.If i click 'Download to excel' button i want to display 'testing'.. REPORT ytest. TABLES: sscrfields,rlgrap . INCLUDE <icon> . SELECTION-SCRE...

Resolved! RFC function call

Hi friends , I have created on RFC in R/3 to update saftystock in MARC table . when i execute this in SE37 it is updating the MARC table . The proble is when i execute this RFC from BW system with the CALL FUNCTION 'ZSCPI033' destination 'TCOCLNT1...

Resolved! Using SUBMIT in FM

Hi,I am working with BW/BPS and I am required to write an exit function, and this exit function is sepcified in the planning function to be called from BPS. My question is - I created a FM and it only has a SUBMIT statement in the FM, how can I get ...

Labels in this area