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

Resolved! Call transaction

Hi gurus i have a problem with my call transactionCALL TRANSACTION IV_TCODE USING IT_DATA MODE IV_MODE UPDATE IV_UPDATE MESSAGES INTO OT_MESSTAB.in mode i enter the value 'A' , and all is fine, but when i chance the mode to 'N' the ...

Resolved! How to read mutiple excel columns from clipboard and populate table control

Hi All,I have a requirement to populate two columns in table control from excel using clipboard. (Copy two columns from excel and then, click on a button on the screen and table control's two columns should be filled).I am using FM CLPB_IMPORT to get...

user exits

Hi All,can any one guide me.I want to know if there are any user exits implemented for an application( Eg. VA01 other than user exits subroutines which i can see in se80 ) and if yes then how to find their project names.or i have to search each exit ...

ME11/ME12 Security

We need to restrict users access in ME11/ME12 from being able to create/change consignment info records. From what I have been able to find, there appears to be no way of doing this. I'm wondering if I am missing something or if anyone knows of a w...

Resolved! How can I delete data from table that has only one field

Hi Gurus,I have a little problem with deleting data from internal tabl.DATA gt_packages TYPE STANDARD TABLE OF devclass.I want to delete all entries which have value 'TEST'. How can I do this without using loop?DELETE gt_packages WHERE ??? = 'TEST' ?...

Resolved! select command on dfkkop

Hi Forum,I've just started learning ABAP and thankfull for any help.When do a selection over the DFKKOP Table by using one of its Indizes (AUGST, VKONT, BUKRS and AUGDT) it still takes 2 Minutes to get results when testing in a real-data-environment....

UCCheck

Hi all,We have an upgrage from 4.5B to ECC6I have done the modification adjustment in SPAU for SAPMV45A.and i checked in uccheck there are unicode errors reported in uccheck.but in se38 it says stmt not accessible though it works fine in 4.5b it giv...

Delete Routes thru BDC

Hi Experts, i have a scenario where i am writing a BDC to mass delete Routes from the tcode 0VTC. The routes to be deleted are uploaded into the deletion program using an excel file. When i select a route and click on delete button in tcode 0VTC, i g...

rnb86 by Participant
  • 1086 VIEWS
  • 5 REPLIES
  • 0 Likes

ALV header row

HI,I faced a problem with ALV header row.some of the header rows does not shows all text ?!I filled field catalog asADD 1 TO col_count. wa_fieldcat-tabname = 'IT_OUTPUT '. wa_fieldcat-col_pos = col_count. wa_fieldcat-fieldname = 'SUMMER'...

Labels in this area