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

Resolved! How can I create select-options in a custom screen?

Hello,I would like to have something similar to the code below in a screen that I designed.SELECTION-SCREEN BEGIN OF BLOCK b1                  WITH FRAME TITLE TEXT-001.         SELECT-OPTIONS aux0 FOR aux2.         SELECT-OPTIONS aux1 FOR aux2. SELE...

Resolved! Dynamic internal table err in diff client

Hi Friends,I'm using the below method. SELECT SINGLE *           FROM dd03l           INTO gw_data_ele          WHERE rollname      =  'FILELEN' AND                fieldname     =  'FILELEN'.  IF sy-subrc IS INITIAL.    MOVE-CORRESPONDING gw_data_ele...

Resolved! How to pass the data to accounting document header from sales document?

The information in the below three fields is available in Sales Document. We shouldcopy the information from sales document and passed to accounting.1.sales document2.sold to country of customer3.commision agent Mapping:          Vf01/vf02/vf03      ...

Resolved! I am having 6 transperent tables and 1 cluster table and want to make internal table in which selected entries of these 7 tables should come

TRANSPERENT TABLES : ekpo, ekko, lfa1, ekkn, ekbe, anla.CLUSTER TABLE: auaa .FEILDS: EKPO-MATNR, EKPO-TXZ01, EKPO-MENGE, EKPO-NETPR, EKPO-WERKS, EKPO-EBELP, EKPO-MEINS,EKKO-EBELN,EKKO-BEDAT,EKKO-LIFNR,LFA1-NAME1,EKBE-BELNR,EKBE-BWART,EKBE-LFGJA,EKBE-...

Resolved! BSEG corresponding records reflecting in BSET but only GL Account (HKONT) column is blank. When can this happen?

Hi all,I have a set of records in table BSET for a corresponding entry in table BSEG. For same set of records, GL code is available in table BSEG but is not available in table BSET, though rest of columns are available. Any idea why this can happen?T...

Resolved! SAP Email with CL_BCS

Hi all,I'm facing a problem when sending a email with CL_BCS class.which is for each email i send through this class will automatically generate a delivery email. So i want to remove this delivery notification mail...I went through the discussions bu...

Resolved! Calling Screen in nested Module Pool Program

Hi ,  Suppose i have two Module Pool Program        Program1        Screen 100  - Normal Screen    Program2       Screen 100  - Subscreen screen      Screen 101  - Model Dialog Box       Screen 102  - Normal Screen  Using  T-Code ZTCODE  , Program1 s...

jibin_joy by Contributor
  • 2580 VIEWS
  • 10 REPLIES
  • 0 Likes

Resolved! Causing error in query using 3 tables?

With Respect Gurus,I have a problem in a query using 3 table tables with inner join... SELECT a~DIVID a~DPTID b~SFTCD c~FRMTM c~TOTTM         INTO (YEMPMST-DIVID, YEMPMST-DPTID, YESHTMST-SFTCD,               YSHIFTM-FRMTM, YSHIFTM-TOTTM)         FROM...

Labels in this area