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

Resolved! sending email using ABAP

i have this program which functions in sending XLS attachment email to external address.but it somehow doesn't send the content messages out.e.g. i've attached converted data in XLS format and email content appeared as in: "Attached herewith the data...

Resolved! back to screen

Hi.I have a selection screen with a select options.in the execution of the program i have the next code:IF i_ztbanexcontrol[] IS INITIAL. MESSAGE i000(zsd) WITH 'No se han seleccionado anexos'. <u> in this case i want back to selection screen</u...

dynamic Ranges

Hello,i would like to create an internal range table about a table, which Name is in a Field.I had create a Table with following Fields:FALL CHAR10LFDNR INT2ZUORD CHAR5FNAME M_COMB_FNAMESIGN SIGNOPTIO OPTIONHIGH HIGH_RANGELOW LOW_RANGEAt first i woul...

Resolved! RFC connection

Hi,We have two different SAP systems of different versions.I have developed a BAPI in the new system.How to connect to the old system using this BAPI?And how to find out the RFC destination name that we will pass in the function module?Thanks & Regar...

Resolved! Employee details table.

Hi, I am trying to create the table with all the details of employee. This is my program.TYPES:BEGIN OF TY_EMP,EMPID(4) TYPE N,ENAME(20) TYPE C,DEPT(4) TYPE C,SALARY TYPE I,END OF TY_EMP.DATA:FS_EMP TYPE TY_EMP,IT_EMP TYPE TABLE OF TY_EMP.FS_EMP-EMP...

Resolved! module pool

hiii everyone, Here i got a report and i need to attach a screen in between the existing screens . so that it should contain 2 push buttons called 1)manual rename and 2) replace by ..... if i press 1) it should take manually the renames what to s...

Resolved! Urgent: please reply

Hi All,I need to remove all alphabet and only leave numbers for the value of a field.for example: FIELD1: DVE6837The output required for FIELD1 is just 6837.The alphabet is always at the beginning and tehre is no other pattern it follows like fixed ...

Resolved! Doubt in Sapscript

Hi frnds In my sap script i have only one page, i want to display the same in single page output. But in my output screen i am getting the same first page in 2nd page also how to solve the prblm, plz give me an idea.point will be sure.gowri

Resolved! Internal table.

Hi,Iam not able to create an internal table.Plz correct this.TYPES:BEGIN OF TY_EMP,EMPID(4) TYPE N,ENAME(20) TYPE C,SALARY TYPE I,END OF TY_EMP.DATA:FS_EMP TYPE TY_EMP,IT_EMP TYPE TABLE OF TY_EMP initial size 0.*TABLE TYPE:TYPES:IT_EMP TYPE TABLE OF ...

IDoc Dbts

Hi All,I have an IDoc of message type INVOIC01 wiht process code INVM which calls up the FM IDOC_INPUT_INVOIC_MM. There is a user exit within the FM I am doing some validations within that User Exit.So my problem is if partner no is not meeting some ...

regarding alv report

hi all,i have a requirement to keep a refresh button in application bar of alv output.after clicking on that refresh button if i need to go back to selection screen, iam needed to click on back button two times.i have written tested like all leave sc...

regarding alv report

hi all,i have a requirement to keep a refresh button in application bar of alv output.after clicking on that refresh button if i need to go back to selection screen, iam needed to click on back button two times.i have written tested like all leave s...

Labels in this area