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

Resolved! BDC_INSERT Problem

Hi All,I have a problem with the BDC_Insert function module. Present situation -- it is not reporting any error i.e. sy-subrc is always zero when I run the function module. But when I debug the BDC program screen by screen it gives an error. How to c...

loop with Flag

Hi,I want to compare the a field with its previous value in a internal table i am using the following logicflag = 0.loop at it where x_field = s_field.if not of flag is intial.if it_field2 = v_field2.--endif.endif.move it_field2 to v_field.endloop.i...

Resolved! Download File

Hi All,I need to dowload a file to PC.I want a dialog box before saving file on PC. I need a dialog as propmted when we choose menu path as Status->List-> Save->Local File.With out prompting to choose SpreadSheet, Richformat text etc.How can i achive...

SXPG_COMMAND_EXECUTE

I DONT KNOW WHY THIS IS SHOWING WITHOUT INTROS I WILL CLOSE THIS THREAD AND WROTE IT AGAIN. SORRY.Hi all, I've a problem executing a commad from the SM69 and from the SXPG_COMMAND_EXECUTE. I want to do a DIR on a external system and I've created the ...

F4 Help

Hi,Month and Year are the inputs in the selection screen as belowMONTH RANGE = 11/2008 TO 12/2008I need to get the F4 help for the above select option to choose month and year.please let me know how to get the F4 help, if possible please pro...

Resolved! Currency represent

Hi all,I have some problem with currency numbers represent.I want to convert '50 000.00' number to currency format with 3 digit places '5 000.000'. How can I do it.?I have wrote some code DATA: brtwr LIKE esll-brtwr. DATA: lv_brtwr LIKE esll-brtwr....

Labels in this area