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

Script

Hi all,i maintained the text in so10(transaction) which i am including in sap script but the problem comes is i need the text to display in specified font and alignment,how do i achieve this,when in script i add the new-paragraph p1 in Include comman...

Resolved! table control questions

1) when i create a dynpro in abap and use the vertical scroll bar, sy-ucomm doesn't get reset. here is how you can test this. do something in a screen and check what sy-ucomm is (eg 'ENTER') then, F8. then, click on the vertical scroll bar. you will ...

Resolved! Update ALV grid

Hi all,I need to update 2 columns in an ALV grid but not in all the rows (meaning in rows that have a particular statusthese columns will be disabled but in other rows with a different status these columns will be editable).I'm using the TYPE-POOLS S...

HIDE in ALV Reports

hi friends,could any one of u clear about -- how to HIDE the content of basic list (ALV) after an event occured.in function module <b>REUSE_ALV_GRID_DIAPLAY</b> there is a parameter <b>is_hide</b> what is the use of this parameter.expecting reply.ja...

Resolved! Updation failing

Hi friends,Here I got strucked with updating.I have some data in internal table lt_mseg, I have to add the dmbtr values based on the same material number.here is the code:loop at lt_mseg into lw_mseg.READ TABLE tl_mseg WITH KEY matnr = lw_mseg-matnr ...

Resolved! abap

see i have one alv report with some fields and when i click on material field i should go to another program and should display that program.the fields which i should pass to the selection screen of callinf pro are matnr and clabs how to do that plz

Resolved! User Exits Problem

Hi Experts,There is one slight problem in accessing the transaction KS01 as some user exit has been active and it shows the error message "Table CI_CSKS is not an active table". The user exits function modules are EXIT_SAPLKMA6_001 andEXIT_SAPLKMA6_0...

user exits

How can we find user exits for a particular transaction, like whether it is having field exits or menu exits or screen or function module exits.What is the standard program to find field exits?Expecting early reply.Shyam

Labels in this area