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

Resolved! output for date format

Hi all, can you xplain to me how this program be like this?? WRITE: AT sy-colno(ta_ystemp-lengt) <f> NO-GAP.ta_ystemp-lenght =10data in database = ta_yseh-endda = <f> = 20061016how can the output be like this 16102006which part in the program , chan...

Resolved! program dump

Hi , i have used the below logicl_kg LIKE afko-igmng,g_total_to_store_mseg LIKE afko-igmng, menge TYPE zti_recipe_usage-menge, l_kg = g_total_to_store_mseg * tbl_recipe_mseg-menge.iam getting the below error in the dump An exception occurre...

Resolved! BADI Implementation

Hi Gurus , I have implemented a BADI for definition : SMOD_PCPO0001 . I want to change the way a parameter is passed to the method . example : The parameter WPBP is passed by VALUE . I want to pass it by reference . I think I will need to uncheck t...

Resolved! OPEN DATASET dump

Hi,When I try the following, everything works, no dumps:OPEN DATASET par_file5 FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE.TRANSFER V1 TO par_file5.CLOSE DATASET par_file5.OPEN DATASET par_file5 FOR INPUT IN TEXT MODE ENCODING NON-UNICODE.READ DATAS...

Resolved! ALV layout issue

Hi Gurus,I have an unique isse with ALV layout. I have a report contains two different output. Say for example, a summary and detail report. I am using two different internal tables for summary and detail report. Now user is saving a layout for detai...

Resolved! Exportto excel in tcode MCAF results in program termination for only 1 user

Hi,The user is trying to export data from MCAF into a local file. This action results in program termination, its only for his user id. It works for all the user ids the basis guys had a look at it and they said everthing is ok on the authorization s...

Resolved! Screen BADi Probelm

Hi all,I implemented the Screen exit for MIRO Transaction. When I opend that transaction , i am getting the below error.Screen ZBADI_MIRO 0100 must be an Include screen (screen error) i Used the definiation name is BADI_FDCB_SUBBAS04.Please help me i...

Labels in this area