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

Background Job

Hi, I have three reports. I want to schedule them in background in such a way that if the first report is successfully executed , the second report will execute, and if the second one is executed successfully the third report will execute. This p...

Resolved! Error in Object Editing

Hi All,I am unable to goto CHANGE mode of SMARTFORMS and also unable to CREATE a program in SE38. While trying to do this I am getting an Error Message : <b><i>Changes to Repository or Cross Client Customizing are not Permitted. Choose Display Object...

Resolved! SELECT STATEMENT

Hi all, I am having problem with the select statements used in ABAP, specially the joins and conditional clauses (like where, and,in etc). Can somebody show me the way to solve this, and also if you can give me any tutorial (PDFs) that would be ...

Display of 2 ALV List

Hi, I am trying to display 2 ALV List at a time...Can anyone please tellme what is wrong in the following code..Its not displaying any output after the selection-screen.Should I pass anything else in addition..Or can anyone tell me what exactly I am...

Resolved! SELECT-OPTIONS

Hi, I have the select-options:<code> SELECT-OPTIONS: s_vkorg FOR s650-vkorg, SELECTION-SCREEN: END OF BLOCK b1.</code>I need separte in several variables the content of s_vkorg.For example, If I have selected in s_vkorg the valu...

Resolved! ME23N (Change PO)

Hi Experts,How to find out source table from where the data (Header Texts) 'TEXTS' tab of Header tab strip control is getting populated in the transaction ME23N.I tried debugging the program 'SAPLMEGUI' and tried to find out what are the subscreens ...

Resolved! Screen Exit : VA02

HiI have a scenario where client wants a popup screen every time user tries to save the field IHREZ in transaction va02..The screen will contain various database fields including the following:All the field are display fields except for markup factor...

REPORT

HIThis is lalithain the below program i got an errorplease solve .NO STANDARD PAGE HEADINGLINE-SIZE 250LINE-COUNT 30(3) .**********DECLARATION OF USER DEFINED STRUCTURES******** TYPES: BEGIN OF TY_LFA1, MANDT TYPE LFA1-MANDT, LIFNR T...

Resolved! select st.

I have 2 records in my table if I write the below select st. I'm not getting the recordsSELECT * FROM z_emp INTO CORRESPONDING FIELDS OF TABLE it_tab WHERE z_uname = pa_empno and z_date = pa_date.but if I write the select st. without where clause as ...

Labels in this area