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

Reg WRITE_LIST

Hi All, I am using the function module write_display to display the output of a report (submit used inside), though the output contains multiple pages the display only shows as 1 page. Is there a way we can split the pages and display?Br...

Resolved! Field symbols to itab

Hi Experts, I have a requirement to transfer field symbol (defined as table) contents into my internal table in my program.The requirement is like this:Loop at xtab.CALL FUNCTION 'ARCHIVE_READ_OBJECT_BY_HANDLE' EXPORTING iv_handle...

rnb86 by Participant
  • 1094 VIEWS
  • 8 REPLIES
  • 0 Likes

unicode problem

dear all i want to add an addition to my insert statement to force the data to be as UTF-8 coding something like INSERT INTO ZHR_SMS VALUES GS_SMS unicode enable 'utf-8' but i did't know the syntax the language is set to Arabicthank you

Resolved! Error message issue

Hello all,I am giving error message in search help exit if no values are found for certain combinations , its coming fine for me in status bar but when functional resource is testing the error message is coming as popup.I couldn't replicate this issu...

Payment file transfer to Bank

Hi I'm a newbie, junior consultant and would appreciate any help with regard to the following:Without XI , Is it possible to move the payment file from SAP to the Bank?Our Payment file is manually generated and usually manually downloaded to a comput...

vimal22 by Discoverer
  • 1669 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Lock issue

Hi , I am working on a change master material workflow, first i am trying to lock my Engineering change number and then the material, below the code CALL FUNCTION 'ENQUEUE_ECAENRE' EXPORTING mode_aenr = 'E' mandt ...

SO_DOCUMENT_SEND_API1 u201CThe file is corrupt and cannot be openedu201D. (XLS)

Hi,I have used FM: SO_DOCUMENT_SEND_API1 to attach an Excel document in an email.The parameters area as below:*" Sender Address MOVE p_w_sender_id TO w_sender_address.*" Email subject MOVE : p_w_email_subject TO w_mail_subject, w_mail_subje...

batch job issue

Hi,Suppose i have a job scheduled to run every 15 min for e.g. to read sales order from a flat file (also available every 15 min) and upload it. Initially it starts at 10:00 am. Next it runs at 10:15 am and so on. Suppose The first run takes time mor...

Resolved! SAP - bad math student...

Write this simple program and execute it: report zreport no standard page heading. data: l type f, k type f, j type f. l = 252 / 864. write / l. k = ( 864 - 252 ) / 864. write / k. j = l + k. write / j. j = k - l. write / j. The report output in ...

Juwin by Active Contributor
  • 1376 VIEWS
  • 8 REPLIES
  • 1 Likes

Logon attempt failed

Hi Gurus,I am not able to login to SAP BusinessObjects explorer.I have copied Standard roles and created Z roles in ABAP backend BI Dev system and i have assigned those Z roles to TEST ID in BI Dev. Then i went in to login to SAP BO EXPLORER using SA...

Labels in this area