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

job creation issue

hi all,we have a requirement as follows:we need to create a job2 which will trigger automatically on a daily basis after a job1 completes .Also,this job2 should take all the vendor numbers from lfa1 table that are updated daily ( job1 is updating ven...

Field Length max to 8

Hi All,I am writing a report (not a dynpro UI) using following code selection-screen begin of block b1 with frame title block1. select-options: swcv for p_string. select-options: namespce for p_string. selection-screen end of block b1. parameters: sr...

arpitgoyal by Product and Topic Expert
  • 382 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! update prps-posid

Hi all,I'm having a problem with entries in the table PRPS. Someone entered data in the table with format BExx_100000.After that, they activated a coding mask saying that the format must be BExx.10000.Now we're receiving a shortdump when executing th...

SPRO link navigation

Hi All,In SPRO when I search any link and select on it, system navigates me to the specified link.However when I search the term 'Electronic Bank Statement', then the system does not navigate me to the link but shows only the SPRO first screen.Please...

characters unlimited

hi sap,i have query that in TCODE IW23 the user enters a long text which may 1000 character or 10000.am not able to fectch everything because in se11 i can give character up to 255.so what can i do to get the unlimited data that which is entered for ...

Resolved! BADI IN MIGO

Dear AllI have used BADI "MB_migo_Badi" for getting an extra subscreen in MIGO transaction for purchase order goods reciept level,Let me explain my issue with an example :I was successful in getting the screen and fields.I have to post GR for 2 items...

Avoid the deletion of delivery when the user press the delete button

Hi guys,In VL02N transaction, when the user press the button for delete the delivery (trash button) i have to send an idoc to an external system in order to inform about. Im using IF_EX_LE_SHP_DELIVERY_PROC~DELIVERY_DELETION for this and it works fin...

Resolved! GROUPING IN WEBDYNPRO

Dear All,select * from yts_vw_ts into table itab_tswhere empcode like item_empcode and deptcode like item_deptcode and desgcode like item_desgcode and tsdate >= item_frmdate and tsdate <= item_todate GROUP BY TSDATE.I wrIte this code for groupin...

Resolved! USING COUNT(*)

Any ideas why the below select would always return a count of 0 in the count column. Data is being returned and appears to be group;ed correctly but the count equals 0. BEGIN OF t_dups2, zuonr TYPE DZUONR, dmbtr TYPE dmbt...

error message.

hi sap,when i give a worng number i should get the error message with that number so i have coded like this.message e001(z111) with zqmnum 'Notification number does not exist'.but i get the message and not with the wrong number can you please help me...

Labels in this area