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

Resolved! iw41 - userexit

after entering the ORDER NO in the first screen the 2nd screen will appear.in that user enter WORK STARTS ON DATE & TIME& WORK ENDS ON DATE & TIMEthen the difference time in hours should populate in ACTUAL WORK..there r totally 24 exits for 1w41. w...

Call transaction vf01

Hi guys,I'm working in a report that it updates the price and quantity of various materials in a especific sales order using a call transaction. ( The tcode that it simulates is VF01)My problem is the following, if this sales order has more than 20 p...

Resolved! Select statement

Hi All, I have a situation where I need to select few fields from a std table to my internal table based on certain crtiteria and one of the criteria is if the field indicator is "X" then it should not insert the data in the internal table, can you p...

Resolved! Runtime Analysis

I have invoked Runtime Analysis in transaction SE30.I then analyze the results. I try to navigate from the menubar to the Object-centered hit list for internal tables, but I findthe menu item disabled. In addition, I notice that all other menu item...

Matchcode

Hi !Could anyone please help me in creating a matchcode as I am totally unaware of creating a search help with search help exit.I have to create a search help which will have the following fields -KUNNR,NAME1,MC_NAME1,NAME2,CITY1,STREET,STR_SUPPL3,LO...

Resolved! Smartforms- Output

Hi !I have a smartform which is syantactically correct and I have saved and activated the form successfully. When I try running it with the delivery number , somehow it dosent show me the output and a message appers below the screen saying"Output cou...

Resolved! easy report

Hi expert,I tried to make an easy report to show a tree for selection, with object programmation.In the report there's not error, and I maked it like a similar report that I found in sdn ( I know that the report in sdn is correct ).My problem is: whe...

concatenate

Hi all, When i am concatenating the itab-vbeln ,if the itab-text1(255) when it cross 255 length it should go to itab-text2(255).loop at itab. length = strlen( itab-vbeln ). if length le 255. text1 = itab-vbeln(length).concatenate itab-vbeln '...

Labels in this area