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

Resolved! MATNR-restricting to 8-User exit

Hi Folks,In MM01 I have to restrict the MATNR to 8 characters instead of 18(THEY WANTS THIS MATNR TO RESTRICT TO ONLY 8),so that the client can use the first four for his material group and the rest 4 for the number.MM01 is having the following user ...

kiran_k8 by Active Contributor
  • 2427 VIEWS
  • 17 REPLIES
  • 0 Likes

Regarding ABAP Query

Hi Everybody,I have created an ABAP Query using Single Table and query is running perfectly from SQ01 or SE38 using the generated report.However, when I am trying to assign Transaction Code to the generated ABAP Program a runtime error occurs "GETWA_...

Resolved! Binary Search

Hi All,data: begin of t_kna1 occurs 0, kunnr like kna1-kunnr, name1 like kna1-name1, end of t_kna1.select kunnr name1 from kna1 into table t_kna1.sort t_kna1 by kunnr name1.loop at t_bseg. read table t_kna1 with key kunnr = t_bse...

Problems with IDOCS

Hi everyone!I'm working with IDOCs and I am having the following problem: I'm modifiying a specific standart IDOC (DELVRY03), adding a new structure called ZSTRUCTURE. When making an example to create the IDOC I am not able to find the new structure ...

Resolved! hi

What are the 3 main sub objects of a LDB? More than one answer is correct.a) Structureb) Selection Screenc) Search Helpsd) Tablese) DB Programpl.. give me explanation for thi

Labels in this area