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

Resolved! parameter.

"parameter : p_blart like bkpf-blart"This is my parameter for document type. When I am executing my report it is all documnet type when I am clicking to it. I want to restrict it to 'kg' and 'dg' onl. What I have to do for that.

Resolved! Program does not continue and exits when called via transaction code.

Hello Experts, I am having a problem with my report after I created a transaction code for it. What happens is that after calling the program via the transaction code and I enter the values in the selection-screen and press F8 it simply exits. What m...

Resolved! OPEN DATA SET

HI ALLi am facing some problem with open data sethere is my programopen dataset '/tmp/MHI' for output in text mode encoding default .if sy-subrc ne 0.SKIP 2. write:/ 'Download failed', sy-subrc.else. loop at itab1. transfer itab1 to '/tmp/MHI'. ...

Resolved! Select max and sy-subrc

Hi,I have a simple max Statement. Why is the sy-subrc = 0 while there is no match in the Dictionary and how can I check this? SELECT MAX( a ) FROM ztable INTO z_max WHERE version = zversion AND id = zid.IF sy-subrc = 0. max = zmax.E...

Resolved! Decimal values in bdc

Hi , Iam trying to upload file using bdc call transaction.tcode is ff67.iam not able to give decimal values in the input file iam getting error.The fields i want to enter decimals is in bold(ssald and esald in the internal table declarations).iam giv...

SLIN For 'Z' Program

Hi,I have created a custom Z program by copying the standard program RIMPOS00. When I executed the SLIN (Extended Program Check) for this new Z program, I find many errors, warnings and messages being displayed even though these DO NOT display when I...

view in bdc in mm01

good morning to all what r the views used in bdc in mm01? thisis one of the question asked me in interview .i did not understand the question atleast. what is the concept of views in bdc .can u please explain in detail.thanks in advance sunil setty

Labels in this area