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

Resolved! Table Control

Hello Experts,I have two problems regarding table control.1. I want data in the tabe control come in sorted order material no wise.2. When I scroll the table control vertically , its very slow (performance issue) Plz suggest,Thanks & Regards,Aastha

Resolved! Computation of Days

Hi Gurus,Good Afternoon.I have a problem in developing my program. It is about the AGING of an Account. I need to compute the number of total of days after the time that the Account is being posted. Can anyone help me.Thanks in advance.Regards, drane...

Resolved! BDC recording FK01

hi all, When I execute BDC program using batch input method for transaction FK01 ( create vendor ), when the screen enter Customer Number, i am getting warning message and my session is incomplete because of this. but i manually process the session i...

Resolved! Tabstrip problems

Hi ALL,I am using tabstrip to do the work.the flow of call is like this.1,define the tabstrip, and subscreen for the tabstrip. and some other needed. we assume that the screen of tabstrip is 0100. any direct click on tabstrip can be performed corr...

Sean_Zhang by Product and Topic Expert
  • 416 VIEWS
  • 2 REPLIES
  • 0 Likes

Which IDOC to use.

There are thousands of message types, basic types and IDOC combinations how do you find the one to use ?If I did not know the message type etc to use what could I do ? BUT even if I had that information then how would I really know what the IDOC doe...

Resolved! check field

How can I check if a field contains only numbers char3. I have used the 'CO' I just do not work well.This example returns me false.data : d_num(3) value '117'. CONSTANTS: c_num(10) VALUE '0123456789'. d_num CO c_num return false

Labels in this area