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

Resolved! WRITE STATEMENT

HI EXPERTS,my write statement is WRITE:/ 'users',userid-low.Now the output is like user id vs1234 ,aj34526 .but i need the output like user id vs1234,aj34526.length of user id is 12 chars.... can someone shed some light on this issue......

Resolved! Database Selections

hican anybody help me to select data and write it to screen.Objective:To develop a simple ABAP Program to select data from Database Table.DeclarationsTables: MARD.Select-options: S_MATNRData: P_MATNR, P_WERKS, P_LGORTData: Define MAT_STR containing ...

Hi...New to Badi

Hi ,I am trying to learn about badi. for this I have just searched the forum and find the link which explained with an example... but while I am doing it.. in implementation after writing the code, syntax check is ok but while activating it is givi...

Resolved! Class builder

I created class using trans se24 (zcl_isa_replication_Catalog) and used this class in badi. Under badi Method called class which created in se24 as follows but I am getting error to create constructor here i don't have idea , how to crea...

Resolved! abt workarea

Hi all Why do we need to declare a workarea to do any database related operations.can we not get records directly from database instead of creating a workarea or internaltable...what makes difference.Thanks and Regards

ABAP Commands

Dear Guys There are some command which we can use in ABAP but they are not part of ABAP sytax.Can someone give me the list of all those commands and explainnation. E.g Like BREAK USERID %ORACLE_HINT etc.Thnx

Parameter ID - SOST

Hi,In SAP 4.7, there is a parameter -- values-- description as below in SU01 / Parameter tabSOST --- XXXX X X1XXX XX X --- SOST: User settings.SOST is for view / send Faxes / Internet mails. But how this parameter id works for a particular user.Thank...

Resolved! Help in select-option

HII CREATE 2 SUBSCREENS IN Z PROGRAMTHE PROBLEM IS THAT I HAVE LOAD VARIANT AND IF I DON'T PRESS ON SUBSCREEN 200 THE DATA THAT IN SUBSCREEN 200 DON'T LOAD. HOW I CAN OPERATE THE REPORT WITHOUT TO PRESS ON SUBSCREEN 200.( I GOT TWO DIFFRENT RESULT I...

Resolved! Transport to Production

I have a program change that works correctly in out Test system but when we transport it to our production system the program won't work. I checked the code and the code change took in production. I put a break-point in the user exit that I modifie...

Resolved! String Manipulation

I need help with concatenating a string. I need to pad a field (material #) to 18 characters.Here is the code:No matter what I try, I lose the full length of matnr when I do the concatenation. It drops the trailing spaces. data: v_tabkey like cdpos...

Labels in this area