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

Resolved! Search Help

Hi I have created elementary search help for my custom table field. When the user presses F4 the first screen to be shown is value restrictions screen, then based on the values entered on the value restrictions screen, hitlist has to be displayed.In ...

Resolved! urgent search help req.

hi experts,I want to create search help for 3 fields of sel. screeen and then to assign search help to one field.Now my requirement is when i select one record from hit list data from record should be entered into all the sel. screen fields.plz tell ...

REPORT

var1 = sy-datum - 7.var2 = sy-datum - 1.itab-selname = 'DATUM'.itab-kind = 'S'.itab-sign = 'I'.itab-option = 'BT'.itab-low = var1.itab-high = var2.APPEND itab.prog = 'RM07MLBD'.SUBMIT rm07mlbd WITH SELECTION-TABLE itab USING SELECTION-...

Resolved! asynchronous update

Hi to all Guru's,1.can anybody explain me what is asynchronous update?2.Which one of the following is an example of an asynchronous update? a) insert wa into ztable. b) call function 'update_table' in update task. c) update ztable from ztable. d) mod...

Resolved! hi

• The entire Customer id’s on primary list with a hotspot. On clicking it should throw a pop-up asking for fields to be displayed on secondary list. The fields selected in the pop up should be shown on the secondary list.

Resolved! Slno as per the Vendor

I am having an internal table having the following data.slno/Vednor1/A2/A3/A4/B5/B6/B.Now,what I need is for every new vendor the serial no. should start from 1 as mentioned below.slno/Vednor1/A2/A3/A1/B2/Bloop at itab.at new vendor.clear itab-slno.i...

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

Hiding subscreen

Hi,Am using a subscreen 2001 in the main screen (2000). I need to make this subscreen invisible when the main screen is displayed for the first time. Then after I press a push button in the main screen, it shud be visible.How can I do this??Regards,K...

Resolved! is abap is their r not

hi frnds i only wrote the last query abt abap is their r not , but i losed that id.... i like 2 giv points 2 some of the guys who really help me.... so the guys who answer 4 that query simply send a hello 2 me.... i want 2 put a point .......thks 2 a...

Resolved! AT END OF....ON CHANGE OF ???

Dear all, I have written a code in which i want to calculate average quantity and average time.I am able to do it for the entire thing...but i am not able to do it daywise.i tried using At end of.....but not helping...i have sorted my table based on ...

Resolved! finding the table containing data in tcode PPOCE (organization and staffing

Hi experts,I'm having a problem on how to find the transparent database tables containing the entries of the holders in a certain job in transaction code PPOCE (organization and staffing). Could anyone tell what are those transparent database tables ...

Labels in this area