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...

    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...

    sheenamk by Developer Advocate
    • 94832 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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 ...

    Labels in this area

    Explore this Area