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

Resolved! LIKE usage

Code#1DATA: ITAB LIKE SPFLI. With that code#1, we copy the table structure of spfli table (correct me if I am wrong or missing something with my statement). Code#2DATA: BEGIN ITAB, C1 LIKE SPFLI-CARRID, END OF ITAB. With this co...

Resolved! background Job

Hi frens, is there any way to change the job Status to Cancelled other than using the FM "BP_JOB_ABORT " or else please give me what parameters need to be passed to that FM.And is it possible to add a custom message in the Job Log.thanks..

Resolved! Printing a spool

I experts,I created a spool with the NEW-PAGE PRINT ON/OFF instruction.I used the addiction PARAMETERS p_param where p_param is initialised with the GET_PRINT_PARAMETERS fonction module like this :Call Function 'GET_PRINT_PARAMETERS' Exporting...

Resolved! Radio Buttons

Hi Guy's,Please help me friends presently i am working in creation of radio buttons, using se-51 created two radio buttons also assained to one group.1.Radio Button - Zun12.Radio-Button - Zun2I have 2 doubts:1. when we work with radio buttons what w...

Resolved! Type P issue

Hello gurus,I am dividing 0.7600 by 1000 --- the value shoud be 0.00076The variable in which this value is calculated is type P decimal 6.Now after dividing i get a value equals 0.000008.I dont know how to go abt it.also when i changed the type of th...

Resolved! pointers

Hi AL, IF BKPF-WAERS NE *BKPF-WAERS. IF NOT RF140-WAERS IS INITIAL. *RF140-WAERS = *BKPF-WAERS. ENDIF. IF NOT RF140-WAERS2 IS INITIAL. *RF140-WAERS2 = *BKPF-WAERS. ENDIF. IF NOT RF140-WAERS3 IS INITIAL. *RF140-WAERS3 = *BKPF-...

Resolved! Current exchange rate

Hi Guys, i need your help please.Following situation: Transaction SE16: I open the table TCURR and set the RateType to a user defined type. I get a result table with content.But if i try to run the BAPI "BAPI_EXCHRATE_GETCURRENTRATES" with the same u...

Labels in this area