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

Resolved! Reporting..

Hi experts, I have one doubt in reporting...I have to display the details of all the materials which get expired and which fall in specified range of months for a specific plant. So, can anybody give me the guiden...

pages in Smartform..

Hi all, I have created one smartform for resume. In that i have two pages. These two pages contains different contents. In second page project details should be displayed. If the there is no project then second page should not be displayed. How can...

tables needed

Hi ExpertsI have to develop a report on production side, regarding how much parent component is produced and child component is consumed on a particular date.Whats the relationship of tables for this ,please give me the techinical spec.can we use AFR...

Resolved! Search Help Qn

Hi,In my report, I have the personnel number field in the selection screen. The line of code is SELECT-OPTIONS: SO_PERNR FOR PA0001-PERNR.In order to make use of search help PREM, I changed the codes toSELECT-OPTIONS: SO_PERNR FOR PA0001-PERNR MATCHC...

Authority check

Can some body explain me the below code...AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'ID 'ACTVT' FIELD '02'ID 'CUSTTYPE' FIELD 'B'.IF SY-SUBRC <> 0.MESSAGE E...ENDIF. I know that Object is the authority object..what is ACTVT ? field 01 02 03 for c / v / dis...

Resolved! Regarding editable alv

Hi experts!i am using 'reuse_alv_grid_display' and populating field catalog likefieldcat-input = 'X'.and fieldcat-edit = 'X.so when customer try to input data in the alv field and he press SAVE button then the data goes correctly into the internal ta...

Problem in Selection

These are the select options. SELECT-OPTIONS: S_MATNR FOR MARA-MATNR , S_MATKL FOR MARA-MATKL OBLIGATORY DEFAULT 'H*', S_WERKS FOR MARC-WERKS OBLIGATORY. This is the select query SELECT MARA~MATNR ...

SG141 by Active Participant
  • 720 VIEWS
  • 4 REPLIES
  • 0 Likes

ALV grid

Hi ABAP Gurus, i want to create one alv report . i am getting division value into it .now they want display layout somethng like this .Output should look like this . for division1 alv grid (data with header field)for division2 alv grid (data wit...

Resolved! custon table

Hi,i have created a custom table in SE11and now i want to populate it..when i got o SM30 and inputed a thesame value it will have an error:"An entry already exists with the same key".Does anyone here knows how to populate the table with one field has...

Function module

Hi All,Could any one explain me the purpose of using the following additions in a fm :1.' Using and changing'Ex : form get_data using mat1 changing mat2.2.'Changing' Ex. form get_data changing material.3.'Using' .Ex: form get_data using material.Ple...

Restrict access

Hello Experts,Tx co02 (production order change) -> function -> restrict procesing, there is the option 'revoke techincal completion'. Is there any way to block this function?? in a profile or any other way? without blocking tx co02.What I mean, some ...

Labels in this area