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

Resolved! How to check the tet file data in the application server with database data

Hi all,My requirement is like this.I have already done my prog.i havecompleted.After completion of my creation of sales orders i amcopying the text file data into 'Z' table for proof.but this is new requirement they have given to me.pls if anyone kno...

Resolved! Transport Request problem

Hi Folks,Can anyone here please let me know about the following:-We have some transport requests which are under released status in development but not available in client?1.What could be the reason?2.What kind of data E070 and E071 tables contain?3....

kiran_k8 by Active Contributor
  • 2020 VIEWS
  • 14 REPLIES
  • 0 Likes

Role assignment

Hi All, Could someone give me a suggestion as to how to fix up this problem. I want to shoot a mail whenever a new role is assigned, we have a list of critical roles and we want if any of these role is assigned to user a mail should be sent to the re...

Resolved! interactive list

Hi All,please help me in resolving issues with this code:TYPES: BEGIN OF outtab, carrid LIKE spfli-carrid, connid LIKE spfli-connid, fldate LIKE sflight-fldate, cityfrom LIKE spfli-cityfrom, cityto LIKE spfli-cityto, ...

classical report

Hai, here is one requirement in classical report that,suppose there are 10 pages in the output of a classical report. Of these 10 pages i have to display header information in the 1st page only not on all the pages..... can anybody help me out....

Resolved! Change Material Master

Hi All,I have requirement to change Valuation class in Accounting1 View andProfit center in Costing View1.With BDC we already can do this, but it's very hard to maintained since each material have different view.Anyone pls suggest the easiest way to ...

at line-selection

Hi all, i have an issue while displaying output using interactive list.LOOP AT it_tab1 INTO wa_tab1. WRITE:/ wa_tab1-field1, wa_tab1-field2.AT LINE-SELECTION.IF SY-LSIND = 1.WRITE 'THE DETAILS ARE:'.--using this code, when i am dou...

Function module

Hi all, i want to change Characteristic values of a quotation or sales order threw one function module .in this function mdodule i passed the values of characteristic vaues but it is not changing .apart from charectiristic values i passed header ,it...

Resolved! PNP Selection Cursor

Hi Guys/DollsI have an ABAP program that uses a PNP Logical database.When the application is launched the "Other period" is automatically selected I have managed (with your help) to make "Today" to be the default via the use of the following statemen...

Resolved! Validate Path ?

Hi,my reqmnt is i want to validate a file path provided by the user in the selection screen.I want to check whether that particular file path is present in Application server or not. How to achieve this is ther any class or FM which will help me in a...

Labels in this area