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

Resolved! GUI Download Issue

Hi FriendsI have to download the text file in the following format. There should be only 3 spaces after number '2' in the first line of text file but I am not able to restrict it and has the entire remaining space(80 char) of that line. second line t...

Resolved! dynamic ranges

Dear all, how I need to develop a dynamic ranges ?Lets say .... I know I can create a dynamic table with CREATE DATA ITABREF TYPE STANDARD TABLE OF (LINETYPE).but how do I need to write it for a ranges statement:lets say....instead of ranges: i_ra...

LE_SHPMNT_EXTENSION

Hello, I am trying to bring up a new tab on the shipment screen (VT03N) in order to display interface data. I am thinking of using BAdI LE_SHPMNT_EXTENSION. I need documentation for this BAdI. Does anyone out there have documentation or experienc...

Resolved! ALV cell coloring issue

Hey all,I need to color individual cells in an alv grid based on a check that I'm running on each of the values in the grid. The problem that I'm having is that whenever I add 'cell_colors TYPE lvc_t_scol' to my internal table, it causes conversion e...

IDOC - Change Pointer

Hello Experts,When we configure the change pointer for message type (for ex MATAMS), we can send the relevant delta.The question is: the IDOC is being sent to the all partners that have the relevant message type but if we want to active theChange poi...

Resolved! Modify special characters

Hi guys,I'm facing the following requirement. I need to uppercase and modify special characters from a specific string / char.Example:André Calçada JoãoReplace by:ANDRE CALCADA JOAOIs there a function module to modify this special characters by the "...

Resolved! IDOC between 2 sap system

Hi,I need to send Idoc from SAP system(A) to SAP system(B).In system B i need to store data in custom table.Correct me for below settingsin system A1) define RFC that point to system B2) define port in WE21 that point to above rfc3) maintain partner ...

Jay71 by Participant
  • 3143 VIEWS
  • 3 REPLIES
  • 0 Likes

List to table

Hi ,Iam calling one report and returning one internal table data from the called program.By using the FMs 'List_from_memory' and 'List_to_ascii' Iam returning the list to ascii format.Then now could you please let me know as how can I convert the sam...

Resolved! CRLF Unicode?

Weu2019ve upgraded our system to 6.0 Unicode. I have a program that builds html for our Web Order Center screen. The carriage returns are always ignored when the html is building arrays for multiple listings in a drop-down- u2013 as seen in out u201C...

Resolved! Looping condition

Hi,Loop at item_itab into waIF zyflag IS NOT INITIAL AND flag NE zyflag.Delete item_itab INDEX sy-tabix.ENDIF.ENDLOOP.This coding is not working. Here zyflag is a selection screen field which has multiple selection. Even though the flag value and zyf...

Labels in this area