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

Resolved! Transport

HI all I have many transports under MY ID.I need to check the LOGS all at once for all the transports. I mean want to check if my transports are in DEV, or QAS or PRD system.I can check each transport individually but was wondering is there any way t...

Resolved! user exit.

hi Abap Gurus, Can some body help me to get code.My requirement is display previous 12 months with format "First three Chars of Month" space year.I have code for one month.But i need code to display 11 months at a time.If i enter 01.2007 the result ...

RLB_INVOICE

Hi!!My problem is in VF02 transaction, when a clic on menu invoice then print in printer or in scren, but a want manipulate the program RLB_INVOICE because i wish defuse the menu invoice. How can i do it?Thanks. Beatriz

Resolved! Cmod Scrn Greyed out

hi gurusi have been trying to enhance a standard extractor in R3, but when i go to the cmod screen, and try to wrtie the Abap code the screen is greyed out. i cant type my code in. this is very weird.i have already tried turning off the "in performan...

Cmod Scrn Greyed out

hi gurusi have been trying to enhance a standard extractor in R3, but when i go to the cmod screen, and try to wrtie the Abap code the screen is greyed out. i cant type my code in. this is very weird.i have already tried turning off the "in performan...

Resolved! Char issue

Hi all,Can we do adding or subtraction for char field directly..pls help for below codeDATA : LV_VERSION1 TYPE I.DATA : LV_VERSION TYPE BBP_VERSION_NO.*LS_VERSION-VERSION_NO has same as BBP_VERSION_NO*BBP_VERSION_NO is CHAR08 MOVE LS_VERSION-VERSION_...

one problem

hii all-i have the following code:here gt_tab is table without header line and gs_tab is structure.loop at gt_tab into gs_tab.if p_chk = 'X'. gs_tab-fld1 = 'asdf'. gs_tab-fld2 = 'cvbn'. modify gt_tab from gs_tab index sy-index.else. read table gt_...

Reprocessing IDOC

Hello Experts,I have developed a custom built function module , Similar to IDOC_INPUT_DELVRY , these function module will do delivery creation,delivery change and subsequent PGI , there can be several reason for PGI couldn't have happen or delivery c...

Regarding Tables

Frnds, In se 11 we create table and we can enter data using CREATE ENTRIES but then what is the use of TABLE MAINTAINANCE GENERATOR.I hav an impression that TMG is meant for end user prespective so that we can create a trasaction for them s...

Resolved! Refresh button - ALV

Hello all,I added a Refresh button in one of my custom ALV report. Whenever I hit a Refresh button, I do a fresh data retrieval and based on the data retrieved, I modify my field catalog. But I observed that the Refresh functionality is not taking in...

Resolved! Registered Users

Hi Guys/DollsOur system manager is responsible for setting up the SAP accounts.I need to obtain a list of all user accounts that have been created inclusive of ones that have left. I need their SAP user ID and their full name.I'm sure I've seen a tab...

Hello to all

Hi,This is Satyam.I have Some Querries.1. what is the Difference between BADI & User exits?2. what is the difference between user exit & funcions?3.what is the difference between LSMW & BDC?4.what is the difference between BAPI & BDC?Thanks in Advanc...

reverse

hi experts, I want to reverse the string.i was tried one program but it rises the runtime error..i was paste my program here.please check and give the result....DATA:REV(10).CALL FUNCTION 'STRING_REVERSE' EXPORTING STRING ...

Labels in this area