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

Resolved! SU24 Proposal 'NO'

Hello All,It might be a silly question. But I could find a proper answer for this and an ABAP-er it needs some to find an answer for this. Can someone help me hereIn SU24, why we have the Proposal 'NO' details? I understand that they are just values ...

Resolved! COLLECT in ABAP 740

After posting a question on APPEND in ABAP 740, here I'm again on COLLECT statement.Old Way:METHOD meth_collect_old.     CLEAR gw_mard.     LOOP AT it_mard INTO DATA(lw_mard).       gw_mard-matnr = lw_mard-matnr.       gw_mard-labst = lw_mard-labst. ...

Exception Classes in Eclipse

SAP_ABA7400011SAPKA74011I Managed to create an Exception class in Eclipse and use the constructor to accept more information.When back in SAPGUI, it refused to let me changed the constructor.  Error 00198The constructor of an exception class is gener...

Resolved! Need Small query Help.

hi,I have one ZZ field in Purchase order header And also At line level.In selection Screen i had put ZZ field if i Enter the ZZ field, The records Which are Available At header or Rows will be come into Internal table.Some times header is having some...

Spool download issue

Dear All,There is SAP std program for Employee leave absense report (RPLABSG0_ABSENCE_OVERVIEW ), we have copied and enhance with few additional fields.We have schedule these program for background processing. As this is ALV report, the output is get...

Resolved! Time conversion issue

Hi All,when I am trying to convert EST or PST time to UTC time zone (my final result always want in UTC)cust_tzone = 'UTC'.PERFORM convert_time_zone USING cust_tzone t_line_data-poddate t_line_data-podtime.FORM convert_time_zone USING cust_tzone inda...

QM01 Screen exit

Hi,I have added a custom screen for QM01, i have kept the size of the subscreen minimal, but the screen is appearing with a lot of unnecessary space.Whereas the same screen in another system is displaying properly.Can someone help me on this.

Labels in this area