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

Resolved! unspecified syntax error

I'm getting an unspecified syntax error in my field routine.  I know this is baby code, but my attempts at case style statements wasn't working.  I used the standard auto setup for the routine.  This is the added method code.    DATA:       tmp_flag(...

Update Shipment Planning Date and Time using BAPI_SHIPMENT_CHANGE

Hello All,How to update UPTEN and DPTEN fields in Shipment Document using BAPI_SHIPMENT_CHANGE ?I tried the below method, but it didn't update the fields. wa_hdrline-time_type =' HDRSTSEPDT'.         CONCATENATE wa_shphdr-dpten wa_shphdr-upten INTO g...

Getting leading space in .CSV File While Sending Mail Using 'SO_NEW_DOCUMENT_ATT_SEND_API1'

Hi Guys,When I am trying to send mail using 'SO_NEW_DOCUMENT_ATT_SEND_API1', some leading space is coming from 2nd line onwards. When I open the file in excel, it comes fine. But when I open in notepad can see the space which is causing problem durin...

Resolved! Can table entries be transportable if I insert entries through a BDC program(saved in $Tmp)

Hello Friends,I need to create and maintain a table. The table entries are in an excel sheet. If I save that table in a transport request and maintain the table in SM30, the table entries also can be moved into production.But There are many values in...

Resolved! XML Parsing Question

Hi Experts,This may be a silly question, but I can't seem to find a solution.I have a scenario where I am parsing XML in a custom Function Module. I am attemtping to return a specific Element from the XML, let's say "<car>".I can use:RETURN_ELEMENT T...

Resolved! How can we develop a program to get Automail for Failure in SMQ1 and SMQ2?

Dear Gurus,I am assigned to monitor daily SMQ1 and SMQ2. I want to develop a program which runs SMQ1 and SMQ2 and returns a report with queues which have failed or pending for long time e.g. 2-3 hours. Then, with the help of I can shoot an automail t...

Resolved! XSLT: how to get source file for debugging on "call transformation"

Hi experts,for a project I am doing first steps on XSLT by using call transformation with asXML. I'm also familiar with ST, but now the data structure is very complex, so I decided to use asXML the first time.  I read many tutorials on XSLT and I als...

Resolved! REUSE_ALV_GRID_DISPLAY - Visualization problem

Hi all,  In my system, i used f.m. REUSE_ALV_GRID_DISPLAY, giving it the parameters as below:*&--- Create fieldcat              CLEAR: lwa_fieldcat.              lwa_fieldcat-row_pos   = '1'.              lwa_fieldcat-col_pos   = '1'.              lw...

Labels in this area