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

format date field oo alv

                         Hi all.I am using dynamic internal table, which has a field date, while showing the date in OO ALV output the format of the date is YYYYMMDD, but my requirement is to print the date in user specific format. I tried DATS for t...

How to <FS>

Hi Experts, I am using ASSIGN COMPONENT 'QTY' OF STRUCTURE <fs_gwa_tab> to <lw_amnt>.  "here qty size is 4 digits. (say 1111.00)Now multiplying <lw_amt> into 100  " now value becomes 111100.00Now need to modify <fs_gwa_tab>-QTY. How do we do that. Th...

Resolved! ALV Layout

Hi,Does anyone know if it's possible to restrict the naming of ALV layouts to a certain pattern?  For instance we've done this with programs by implementing BAdI CTS_CURRENT_PROJECT and comparing the program name against certain patterns which are st...

Resolved! Watermark from second page onwards in smartforms

Hello experts,I have an issue regarding watermark in my smartform. Now I do know that there are several threads on watermarks but I did not quite find a solution to my requirement. Moreover it is the first time that I am working with watermarks so a ...

Resolved! Conversion of bank data

Hi experts,I have to copy vendors from one SAP system to another one (LSMW).Now I want ot add bank details (tabel LFBK), problem is different settings for example the Bank account number (file d BANKN).Old system for BE - 12 digits,our system 14 digi...

Resolved! How to dynamical change button as not 'CHECKED' on toolbar of OOALV?

Hi guys,Need your help now, it`s little urgent.See below figure, i added some custom buttons on my toolbar by a handler of ALV, the way similar with program 'BCALV_GRID_05'. And my button have a attribute 'CHECKED',    ls_toolbar-function      =  '%S...

Resolved! Modify standard method

HiI need to amend a single line of code in the following method IF_BSP_ELEMENT~DO_AT_BEGINNING on class CL_HRRCF_BSP_EXT_APPLICATION.This is the line in question - content->design = 'DESIGN2003'.We are upgrading our erec system and need to display ou...

Resolved! Field catalog not creating in program

DATA: BEGIN OF GT_ZKOTG603 OCCURS 0,         FNAME(100),         LNAME(100),         MANDT LIKE ZKOTG603-MANDT,         KAPPL LIKE ZKOTG603-KAPPL,         KSCHL LIKE ZKOTG603-KSCHL,         VKORG LIKE ZKOTG603-VKORG,         VTWEG LIKE ZKOTG603-VTWEG...

Dump RPERF_ILLEGAL_STATEMENT on calling a if_http_client->send within a custom conversion exit

Hi Experts,I have a conversion exit on a field which initially used to invoke a RFC call connection of type "T" and retrieve certain data set/do some validations. This is working perfectly.In a separate development project scenario we are using the i...

Resolved! Not able to pass header text for ME41 in BDC screen

Hi Folks,I have done below BDC recording, but when i am trying to pass header text through BDC, i am not able to pass. perform bdc_dynpro      using 'SAPMM06E' '0103'. perform bdc_field       using 'BDC_CURSOR'                               'RM06E-SE...

Resolved! get M_SECURITY_SESSION_COOKIE from CL_HTTP_SERVER

Hello,How can I get M_SECURITY_SESSION_COOKIE from class CL_HTTP_SERVER ?I try: call function 'HTTP_GET_CURRENT_SERVER_CB'        importing          server_cb = lo_http_server        exceptions           others    = 0. but I can't get the attribute b...

mrvila1 by Explorer
  • 1144 VIEWS
  • 4 REPLIES
  • 0 Likes

Job variant is Created in Production or Transported from Dev to Q to P

Dear All,Need to know what is the best practice to create a variant for a program and assign it into a job step. The variants are created directly in production or it is being created in development and transported into quality and then production.Re...

Resolved! Field EKPO-LGORT. not found in loop of screen SAPMM06E 0320

hi folks,i have designed bdc and at one point of time i am not able to get the screen for field LGORT from EKPO as the screen in recording is different compared to non recording screen of me41 when entering item level data in screen 0320.Please advic...

Labels in this area