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

Resolved! What does @AccessControl.authorizationCheck: #PRIVILEGED_ONLY mean?

Hi all I have a question regarding to following default CDS view: @AbapCatalog.sqlViewName: 'IDFSUSERDETL' @AbapCatalog.compiler.compareFilter: true @AbapCatalog.preserveKey: true @AccessControl.authorizationCheck: #PRIVILEGED_ONLY @EndUserText....

Resolved! How to put an IDOC's segment in error with custom check in EXIT?

Hello experts Context : We are using the idoc WGSREQ (WGSREQ02 base type) with function module IDOC_INPUT_STOREORDER to create a PO. A strange standard behaviour occurs when we put an non existing materiel inside one item segment : The stan...

Resolved! Dynamic where in range

Hello experts, I need to loop on an internal table with a dynamic where. The where should contain 'in range'. For example, Instead of writing DATA: lrng TYPE RANGE OF bkpf-blart. LOOP AT <lt_bkpf> ASSIGNING FIELD-SYMBOL(<ls_bkpf>) WHERE blart I...

hagit by Active Participant
  • 1493 VIEWS
  • 3 REPLIES
  • 0 Likes

Error "FAIL: process disp+work Dispatcher not running" when running docker image

Hello dear colleagues, I am installing the ABAP Platform 1909, Developer edition docker image. After run the docker command, I am struggling with the error shown below: StartWait FAIL: process disp+work Dispatcher not running Worker Processes:...

bdc output

this report output 21 details should be uploaded from excel to sap.1 record uploading remaining records are not uploading.please check the program,please correct it and give it. report ZMM01 no standard page heading line-size 255. TYPES : B...

Resolved! READ TABLE

HI EXPERT This is my code that I display using ALV REPORT . My data is correct just before I get into the reading table, but after I get into READ TABLE Displays data incorrectly. Why does it not enter the data correctly in the final table? SELE...

BDC RECORD NOT UPLOADING DIRECTLY FROM EXCEL WHILE GIVE IN TCODE IT IS UPLOADING.

HOW TO UPLOAD DATA DIRECTLY FROM EXCEL,PLEASE GIVE THE SOLUTIONS. THIS THE PROGRAM: PLEASE CORRECT THE MISTAKE AND GIVE IT report ZMM01 no standard page heading line-size 255.TYPES : BEGIN OF rec_type, MATNR TYPE RMMG1-MATNR, MBRSH TYPE RMMG1-M...

Intrastat reporting from sap and how to exclude a certian row on the purchase order for services

I would need your help with the transaction for intrastate report. Example- order xxx has 6 rows. Row 10,30,40,50,60 are for the material. Row 20 is for transport cost and should be excluded from the report. Do you maybe have a way how to do it i...

Resolved! Get comments in Class CL_CI_TEST_ABAP_COMP_PROCS Method RUN

Hi experts, I wanna create a custom check-class for ATC/CI Checks inheriting from class CL_CI_TEST_ABAP_COMP_PROCS (and NOT from CL_CI_TEST_SCAN). With iTab PROC_REFS the class offers a modern way of structuring the abap-objects for the needed chec...

bdc program

Error during conversion - field type conflict (see long text) Message no. UX899 Diagnosis The sending and receiving fields have conflicting types. The receiving field has type P. Value MARC-DISMM was supposed to be transferred to this field, bu...

MD02 badi md_mrp_list

I am using the MD_MRP_LIST badge, which is called when I use the MD02 tcode, but if from the MD02 I have more materials, the badge reads only one and then the tcode returns an error message, how can I manage multiple materials at the same time?

Resolved! Delete structure

hello experts, I had a RFC ,but I deleted it by accident,it then references some structure,and i deleted FM group. When I delete structure, the structure is can't deleted,because it was used FM Program。 so, how do I remove these structures?

JamesG by Participant
  • 2789 VIEWS
  • 5 REPLIES
  • 0 Likes
Labels in this area