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

Resolved! cl_abap_gzip

Hi! I would like to zip a document i retrieved from content management system into a folder, such as <b>template.zip</b> I tried to use the class cl_abap_gzip=>compress_binary, and download to local drive. It was downloaded in the .zip file, but I ...

conversion

hi gurus,i have to create a program where1) the program has to pick up two files from presentation server,2) we need to create a selection screen button, for validation, if pressed, the program has to match these two files for validations, if...

Resolved! Custom table

Hi,I have a program that will display a material number, plant and rounding value. There is a button change material number in the upper part..so when i click on the button change material number it will go to the transaction MM02..when the user will...

Resolved! call transaction

hello experts...when clicking 'MM03' (display material) button in the alv display, the basic data1 should be displayed on the screen.how can i do this?i have this code: CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.but this does not work because it o...

Text Editor

I am displaying text editor on the screen. create object gt_textbox "cc_container exporting container_name = 'GT_TEXTBOX'. create object text_editor exporting parent = gt_textbox. "cc_container.i w...

SG141 by Active Participant
  • 856 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! MM02 - MRP1 view

Hi,I have written a BDC to change DISMM, MINBE, DISLS, MABST fields of MRP view with the transaction MM02.My flatfile is having 4 records to upload, When I process the session, loop is running for the first record for 4 times.After the completion of ...

Resolved! GL upload

hii need to create a program such that Program reads data from the excel file and uses that data to create FI documents. Best way to do this as suggested by functional guys was to have the program create a batch input session because then, if there ...

Resolved! Control Flush Error

Hi,I am using GUI_DOWNLOAD FM inside my program. I need to download the internal table into 'dbf' file format. But while executing I am getting sy-subrc = 21 which is 'CONTROL FLUSH ERROR'. Could anyone please help me on this issue?Regards,Gunasree

Resolved! NUMBER OF DIGITS

Hello , I would like to know how can I detect the number of digits that I loss when I copy For example: DATA: NUMERO(10) TYPE C. "1234567890 PARAMETER :AUX(12) TYPE C. "123456789012 NUMERO = AUX. " When I copy I loss digit how can ...

Labels in this area