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

Resolved! Event Triggered?

Hi allPlease tell me in the below code i mentioned which is the first event that gets triggered.I think its AT-SELECTION-SCREEn event.REPORT ZPRE_5 .tables:s026.parameters:wrbtr1 type bseg-wrbtr.at selection-screen .if wrbtr1 is initial.MESSAGE 'Ple...

Resolved! Event Triggered?

Hi allPlease tell me in the below code i mentioned which is the first event that gets triggered.I think its AT-SELECTION-SCREEn event.REPORT ZPRE_5 .tables:s026.parameters:wrbtr1 type bseg-wrbtr.at selection-screen .if wrbtr1 is initial.MESSAGE 'Ple...

Screen : F4 help

Hello All, I am having one screen in my program. It is having 2 text fields(Dictionary strucure fields) and the first one is having search help. My requirement is- When I select the F4 help in the first screen, I would like to get the matchi...

Resolved! Authority-Check concept

hi,i m unable to get the concept behind an AUTHORITY-CHECK.when i create an authority object for some fields in a table, i am actually checking whether the particular user has permissions/rights to perform a particular action over that field in the t...

Resolved! Table Control Variant

Hi all, we had a variant set up for Va01, 02, 03 in the system. but not sure why the variant is not working in the production system. not sure how to check what variant it is using. the same variant in devt and prod upon executing, the table control ...

Resolved! Performance

Hi I need to optimize the following code. pls advise meFORM get_delivery_note_data .if p_sammg is initial.Do nothingSELECT vbeln werks posnr matnr lfimg erdat ernam meins vgbel lgortFROM lips INTO TABLE it_lips*FOR ALL ENTRIES IN it_likpWHERE werks =...

Resolved! For all entries vs Loop

hi experts I wonder why this two selection gives me a different result . I want to use the FOR ALL ENTRIES IN because it is much faster but it won't give me the exact result unlike LOOP or there something i don't know about FOR ALL ENTRIES.FOR ALL EN...

Resolved! message_type_x occured

HiI have one job which retreive the data of SALES ORDER report.This job is APO job.the name convention of job is APO:DLY0430:PCD_SOThe job is getting cancelled daily due to MESSATE_TYPE_XI tried to read the dump but not able to understand wt have to ...

SOD and Risks

I was going through the SOD listed at http://www.sapsecurityonline.com/sox_sod/sod_matrix.htm and I was wondering why the following are in conflicts:Conflicts by business process 1) AP Invoice Verification and AP Payment Runs/ Clearing 2) Customer Ma...

Resolved! Report layout

I have a report which gives output of non-schedule lines items , group schedule line items and billing plan items when either is checked in the checkbox provided. Is it possible to output the result in three diffrent layouts , ie if i check the cehck...

Function ThUsrInfo

ThUsrInfo worked before in 3.1 but no longer works in 7.0. The data is not getting populated in usr_tabl. Does anyone know if anything changed with this function in 7.0.call 'ThUsrInfo' id 'OPCODE' field OPCODE_listid 'TAB' field usr_tabl-sys.

Labels in this area