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

Resolved! Reg: Saving the file

Hi Gurus, In my requirent i want to save the data on presentation server, but i want a Pop-up like in windows word, i know the using method cl_gui_frontend_services=>file_save_dialog we get the pop up. But how to save the data in internal table when...

Resolved! Selection-Screen input

Hi all,i'm working on report.on selection screen i need to display month field i,e i need to take month from these fieldsGSV01,GSV02,GSV03,GSV04,GSV05.....if 01 means month should be april, 02 means month should be may,...how to do this...regardsSup...

Resolved! SELECT - ENDSELECT RECORD

Hi guys , I´m doing a select endselect but i see only one record at the time , If wanted to process when I´m processing the last record , what I could do , for example is something similiar of waht you do loop at . endloop ' s at last , but here i ...

call transaction mode 'E' displaying screens while issuing warning messages

Hi, I am using call transaction 'PA30' using bdcdata mode 'E' update 'S' in a program. While running the program screen is displayed whenever warning messages are issued. Whereas in mode 'E' it is not supposed to display screens for warning message...

Resolved! Logic Required

Hi,TYPES:BEGIN OF t_test, am1 TYPE DMBTR, am2 TYPE DMBTR, typ TYPE CHAR2, pe1 TYPE P DECIMALS 2, pe2 TYPE P DECIMALS 2, END OF t_test.DATA:it_test TYPE TABLE OF t_test.DATA:wa_test LIKE LINE OF it_test.wa_test-am1 = '110...

Labels in this area