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
    • 94743 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Using BAPI's in ABAP code

    Hi bapi Guru's,I am asked to use bapi's(Instead of BDC's) for data upload .I am not getting good documentation on 'USING BAPI's IN ABAP',Like Defining structures, and what are the FM's to be called like bapi_commit.Any Info is Appriciated.Regardssati...

    Resolved! Accepted Solution

    How can I avoid Tree Search in SE71 (SAPScript Form Painter)

    Hi,when using F4 Help in TCD SE71 (SAPScript Form Painter), the "SAPScript Form Tree" appears. Usually, I have a vague idea about the name of the form I'm searching for, so I want to use the technical search fuction (RSTXFCAT). Therefore, I must sele...

    KHummel by Participant
    • 1074 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    date field in FM 'VIEW_RANGETAB_TO_SELLIST'

    Hi,in my selection-screen i´ve gotSELECT-OPTIONS: s_date FOR zdevolucion-date.This field has as data element and dominion datum.Later on i use:CALL FUNCTION 'VIEW_RANGETAB_TO_SELLIST' EXPORTING FIELDNAME = 'DATE' APPEND_CONJUNCTION = 'AND' TABLES SEL...

    Resolved! Accepted Solution

    BADI method errror

    Need to implement a method in the BADI. And have to create Implementing Class, Interface and method.Procedure:-- Create the Implementing class ZCL_IM_EXTRACT-- Create the implementing interface IF_EX_OPENHUB_TRANSFORM-- Create the method TRANSFORM-- ...

    Resolved! Accepted Solution

    Using TVARV

    Hello ,I have store a group email address which would be used in several programs.. There are 2 options..1. Create a custom/bespoke table to store it2. Creating an entry in TVARV table...Which of this could fall under "Best Practice"Regards,Samir

    Reg : EDI Isuues

    Hi Frens, This is Amit.I have created 4 message type having orders05 structure.I have assigned 4 output type corresponding to Message type.I have written 4 requirements for corresponding output types.My issue is that when i am trying to issue output ...

    Resolved! Accepted Solution

    ME51N User Exit

    Hi all,I need to create a user exit that is able to capture the Purchase Requisition(PR) number (BANFN), document type field (BSART) and requisitioner field (AFNAM) after it is saved in ME51N. After that, the exit should call transaction 'TRIP' and a...

    Resolved! Accepted Solution

    new in ABAP

    REPORT ystructureinclude .DATA: BEGIN OF t_street,name(30) TYPE c,no(4) TYPE c,END OF t_street.DATA: BEGIN OF address,name(30) TYPE c. INCLUDE STRUCTURE t_street AS str RENAMING WITH SUFFIX _str.DATA END OF address.address-name = 'Ali K...

    Resolved! Accepted Solution

    new in ABAP

    Hello Everybodywhat is the difference between pack and floating point datatypes, i ABAP Objects book, there is mentioned that if you are concious about accuracy then use pack datatype, otherwise use floating point. i write a programdata p1 type p.p =...

    Resolved! Accepted Solution

    ABAP Upgrade

    Hi,We are upgrading from a 4.0B to 5.0 system ....and experiencing the following error "CHAR STRINGS W/O TEXT ELEMENTS WON'T BE TRANSLATED" when we run the code through code inspector.The code looks like :CONSTANTS :K_RUNMODE(1) VALUE ' ',K_COUNTRY(3...

    Labels in this area

    Explore this Area