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

Resolved! Sorting

Hi,I have an internal table itab1itab1: f1400200700for that entries i am selecting data from another db table using FOR ALL ENTRIES and i am getting data in sorted manner as below: f1          f2200       545400       222       700       845So how to...

Resolved! TMG Issue

Hi Friendsrequirement is like to maintain a custom table  for lots of records in one short with sm30  new entries Issue : but  screen layout  was coming field by field so user has to enter value field by field now in TMG  I changed Maintenance type...

Refresh screen

Hi,I have a screen with an input field and a button.So I want to add an input field each time the user presses the button.To achieve this, I'm using a step loop and I have the following PBO:MODULE status_0100.   LOOP AT t_values INTO s_values CURSOR ...

Where clause in JOIN with full Primary key Combination or Index

Folks,SELECT SINGLE b~edatu               b~pdatu               b~lst_actdt               d~ktext INTO  (lv_bas_date,lv_for_date,lv_act_date, key_text)              FROM prps AS a INNER JOIN mlst AS b              ON a~pspnr EQ b~pspnr              I...

kiran_k8 by Active Contributor
  • 1580 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! for all entries issue

Dear exxperts, I have reported a problem where am using the for all entries on table the data is not retrieve properly as it has to be, if it has 12 records , it is retrieving only 6 records , I could not able to understand what the problem is when I...

Resolved! How to capture value from input field and populate values in F4 of other fields.

Hi Friends,I have designed, selection screen with four input fields as per below code:SELECTION-SCREEN begin of BLOCK B1 WITH FRAME TITLE text-100.parameters: plant TYPE werks_d OBLIGATORY. parameters: bat_no TYPE charg_d.parameters: insp_lot TYPE QP...

sivab4u by Active Participant
  • 4621 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! How to select multiple rows to an internal table based on other internal table data?

Hi all,I have a query in collecting the data into an internal table,ITAB1EQUNRERDATPPSID12320150101ABCDITAB2EQUNRSPMONKAPAN12310.2014243.212311.2014243.212312.2014123.1ITAB3EQUNRSGAUSZTSPMON12311111.201412322212.2014ITABFINALEQUNRERDATPPSIDSPMONKAPAN...

Mail merge problem

Hi,We are trying to open word document using SAP ABAP program using mail merge. We are facing the problem with displaying correct characters in exported MS Word template. The numbers are displayed in Chinese instead of Arabic and characters lose thei...

how to read the data based on non primary key fields of a pooled and clustered tables?

Hi Team,I have to read the data from a pooled and clustered tables based on non primary key fields, but no option to create the secondary index for pooled and clustered tables, so considering performance issues how do i read the data form this tables...

Labels in this area