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

Resolved! 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! 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! 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! 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! 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! 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