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

Resolved! Condition WHERE in LOOP

Good afternoon,I have the following issue,I have that do a LOOP to a table Internal, ie.Loop at it_tabla where lgart = '0100' or lgart = '0200' or lgart = '0300' or lgart = '0400' or lgart = '0500' or lgart = '0600' or lgart = '0700' or lgart = '08...

Resolved! Date is initial

I have this code that is not reacting properly when I have some bad dates. data: zfirst_dat TYPE sy-datum, zfirst_tim type sy-uzeit. data: zlast_dat TYPE sy-datum, zlast_tim type sy-uzeit. data: my_dur TYPE F, my_dur_fix type p length ...

display as log

Hi all,Im doing some validation in the program, and saving the result in internal table. Based on the validation internal table contains messages as well as status ('E' or 'S'). Can i display it in ALV as a pop-up with button for status as red for 'E...

"Inconsistent BDC"

hi sap techies i'm mew to abap,please help me out on one bdc query.tell me how to define an internl table wrt to incoming file and how to get in to that into this internal table.i do have two radio buttons in selection screen one for yes and one for ...

Resolved! FIELD SYMBOLS

Hi experts,When I want to compare <...new> with <...old>,there is short dump 'GETWA_NOT_ASSIGNED'. How to solve it? LOOP AT lt_update_struc INTO ls_newrecord. IF ls_newrecord-recordmode IS INITIAL. SELECT SINGLE * FROM Table1 INTO ls_old...

gavin_gu by Product and Topic Expert
  • 566 VIEWS
  • 3 REPLIES
  • 0 Likes

Cheque Printing

Hi To All I m Doing Cheque printing on conitinouse stationary..i m using LETTRA Page format having Wdth 210MM and Hight- 100MM, now cheque is printing properly ,but i m doing this on continous stationary after printing first cheque it's not stoping...

Resolved! Problem In BDC

Hi , I'm modifying a BDC which is used to upload stock in F-02 I run it in Background . But If I do Scheduling for say 4 days then it uploads same data as which it already uploads for 1st day.It means when next day ariseit overwrites 1st ...

Labels in this area