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

Resolved! Field catalog

DATA i_fldctlg TYPE LVC_T_FCAT,PERFORM s_build_fldctlg CHANGING i_fldctlg.FORM s_build_fldctlg CHANGING i_fldctlg TYPE lvc_t_fcat.CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'EXPORTINGI_BUFFER_ACTIVE = I_STRUCTURE_NAME = 'ZSMM_ASSORT'I_CLIENT_NEVER_DISPLAY ...

Display field at ME23N, which have been added through USER EXIT (MM06E005)

Dear Experts.I have implement a USER EXIT (MM06E005) to tcode ME21N at header level (Add new tab and one field in it) and respective field getting updated in the table EKKO.But my problem is that field is not display at ME23N transaction.So please gi...

email address

Hi,I need to select the email address of the person present in contact address tab in VD03 transaction who is having deparment number '0011'.I found that the department number is present in knvk table.So I have used the below query in my program.SELE...

Resolved! Cancel a background job

Hello Gurus,I have created a Z-program and scheduled it in background for every 15 mins.In some cases I if the program doesn't fulfill the requirement I have to cancel the job which is running.Is there anything specific thing needs to be done to canc...

User Exit MGA00001

Dear expert,i want to check betwen plant and profit center field when saving material master, if profit center not belong to this plant than error message issue. i use exit MGA00001, but its doesn't work. any coding example for this problem?Rgds,ely

Resolved! Print Excel to Spool

Hi Everybody,I am printing Excel Sheet using the code below.CREATE OBJECT H_EXCEL 'EXCEL.APPLICATION'.SET PROPERTY OF H_EXCEL 'Visible' = 0.CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-008 EXCEPTIONS OTHERS = 1.CALL METH...

Labels in this area