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! How to send binary contents of a file with SAP .NET Connector 3.0

Hello!I created a wrapper for SCMS_DOC_CREATE so that I can call it remotely. In the wrapper function module I set exactly the same import and export parameters as well as tables and exceptions. Now that I'm calling this wrapper function from my .NET...

How to export long field alv report to excel without truncating the data in excel.

Hello,I have a requirement wherein there are two "sstring" data type fields of length 1333 in the ztable. This I'm displaying in ALV report but only 128 characters are getting displayed in alv and hence when exported to excel sheet only 128 character...

Resolved! i want to delete records if the material is not repeated twice(each material number should be present twice other wise delete the record)...

hello all,i have a requirement like below....i have an internal table it_resb holding records from RESB....i want to delete records if the material is not repeated twice(each material number should be present twice other wise delete the record)...i h...

Resolved! Easy getting Spool-ID

Dear Experts,I have the name of the job an I try to get the Spool-ID like this (but I need the newest one in the list):DATA: v_spoolid  type SYSPONO.DATA: v_spoolid_msg  type SYSPONO.DATA: v_job_name TYPE btcjob.DATA: ta_tbtcp TYPE STANDARD TABLE OF ...

Resolved! SCAN ABAP-SOURCE is not working while calling zreports in current report

Hi,I am trying to SCAN ABAP-SOURCE for other zreport (ex: zx_report ) from my report (ex: zy_report ) program. It's not working. The Tokens table is getting filled.I am planning to get the list of Function modules used zy_report.  I  checked with oth...

Resolved! Screen Painter - SE51

Hi there,I have not used ABAP for a couple of years now and I now need to make anamendment to one of the HR PA screens.When I display the screen I seem to getting the old version of the screen editoras far as I can remember:I'm sure that when I used ...

Resolved! Creating Variants

Hi Experts,small question regarding Variants;For this Selection-Screen:SELECTION-SCREEN BEGIN OF BLOCK bl1 WITH FRAME TITLE text-001.   SELECT-OPTIONS: s_vstel FOR likp-vstel ,                   s_vkorg FOR likp-vkorg ,                   s_fkdat FOR ...

Scan Abap program to identify Functionmodules, Transactions,Methods,Workflows

Hi,I need to scan all custom Reports, BAPI's, IDOCS,Workflows,Transactions e.t.c and find what are the following used in them.1) Function Modules ( Call Function)2) Transactions         ( Call Transactions)3) Methods4) Workflows5) BDCI am thinking to...

Order time ranges

Hi Group,Its regarding Order delivery day and time , I have requirement to check time of order to decide on the route.I am getting order day time YYYYMMDDHHMMSS and processing time, and I have to check whether this falling in the below order processi...

Resolved! How to copy standard F110_DD_PRENOTIF to Z object and assign to standard program

Hi!I am working with a functional consultant and we have seen that we can use F110_DD_PRENOTIF for direct debit pre-notification in F110. Since this is a standard object, I would like to copy this first to a Z sapscript form then assign it to the sta...

Unzip with CL_ABAP_ZIP

Hi all,I use class CL_ABAP_ZIP to unzip files. LOOP AT gi_filelist INTO gs_filelist.      " Unzip :      CONCATENATE gv_dir_name gs_filelist-name INTO gv_name.      OPEN DATASET gv_name IN BINARY MODE FOR INPUT.      READ DATASET gv_name INTO gv_zip...

Resolved! Getting Error of Runtime Exceeded while generating OTF for PDF in smartform.

Hi All,I am getting a error of runtime exceeded while generating OTF file for PDF in smartform through FM. The report is taking too much time before giving the output...and most of the time going to dump saying report has exceeded the runtime. All is...

Labels in this area