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

Resolved! Working With String

Dear All, I need to use a line break in between two string. i need to append all the data from various variables into a string with a line break. How will i do that. Eg., Char A(100) contains data as 'This is for the concatenate String 1'.Char...

Resolved! Updating Ztable

Hi,Iam trying to insert records into a Ztable from an internal table.Iam using the below piece of code to update Ztable. data: it_finalvals TYPE STANDARD TABLE OF zfirst_invoice.IF not it_finalvals[] is INITIAL. modify zfirst_invoice FROM table i...

Resolved! Outbound Idoc for FB01

Hi Everyone,I have a requirement where i need to fire an idoc type FIDCCP02 from transaction FB01. I check on the setting, in BD64 i maintained the distribution model and allocated the profile numbers as well.I went into one of the user exits in FB01...

Resolved! Doubt in BADIs

Hi,I want to implement a new BADI for a standard transaction. I have included all necessary code in the new implementations method. But whether any configuration has to be done to correctly point the newly created implementation from standard transac...

Download to PDF

Hi Gurus, I have added a 'Download to PDF' button in my report output. I am able to save the report output in PDF format in local system, but I am unable to open it, it shows some error while opening the report. Currently, I am using CALL FUNCTION 'G...

Resolved! Scheduling function module execution in background jobs

Hi,I have requirement where in after obtaining all the required inputs from the user we will call an function module to execute it.The requirement is that the execution of fm shld happen in background and a log must be created showing the user whther...

MNaveen by Product and Topic Expert
  • 1798 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Pf-status

I copied standard pf-status "standard_fullscreen" into my dialog program.it has a tablecontrol..but when i pressthe find button nothing is coming..i've checked in the forum but not able to get the solution..the cursor is going to user_command but th...

Resolved! RFC functions

hiwhen i am using rfc_ping like below the sy-subrc = 0. CALL FUNCTION 'RFC_PING' DESTINATION dest_asia EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.but, when i am using 'RFC_FUNCTION_SEAR...

Labels in this area