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! ALE filtering!

All,I have a requirement to filter out some idoc segments when sending to a third party system.I want to filter out customers belonging to a certain sales org.Need to filter out some partners assigned to a customer.How should I set filters for the ab...

Mov

Hello Friends,I am executing this code to move my file from one directory in application server to another directory.<b>DATA: unixcommand(200).DATA: BEGIN OF tabl OCCURS 0,line(255),END OF tabl.unixcommand = 'mv /USR/SAP/TMP/STOCK_REPORT.TXT /filetra...

itab moving

Hi Friends,My requirement is as follows:I have two internal table itab & jtab.Itab having without header line & jtab is with header line.Now i wanted to modify the fields & move these fields from itab to jtab.Will u tell me how to do this.my logic is...

Re: ALV Grid Control

Dear Experts, Pls. Find the following code.My requirement is i have to select Multiple rows without pressing 'Ctrl' Button.I tried with all options of SEL_MODE = 'A','B','C','D' But no luck.pls. help on this how to achieve this functionality.REPORT ...

Goods Issue

hi friends, a production order is created. thenin tcode MIGO, after selecting 'goods receipt' 'order' and entering 'order no' on first screen, after cliking on 'post', the SAP screen usually takes to 'goods issue' screen. I want to create a program ...

Resolved! delete statement.

Hello friends,I have 2 internal tables. IT1_knvp and IT2_knvp.IT1_knvp contains some data which already exists in it2_KNVP. so i want to delete it1_knvp based on it2_knvp kunn2.Below is the code i am using but it does not work.LOOP AT it2_knvp. LO...

requirment in finance

hi please help in thisThe customer says 'These orders should be closed by transaction kok4. Programs displays these orders in closed order list, but they are not closed. They want us to find out the reason'Error description:! While changing orders wi...

Resolved! alv double click 2

hi!!I need help!!!I have an alv repeort and I want to execute a routine by double-clicking the alv rows. I've already defined the events tab and it is taking the correct value but i got an error message telling me that there's a type conflict in my f...

Internal order budget

Hi everyone,I'm been asked to develop a report that will show the original internal order budget and the changes to this budget for a given time frame.I know that the internal order master data table is AUFK and the budget table is TBP1C, my question...

Labels in this area