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

Refreshing ALV output

Hi Gurus,I need to refresh the ALV output. I am displaying the ALV output with some data in the output. Now i need to refresh the table i.e when I select a particular button the table in display should be refreshed and i should get empty rows. this ...

Resolved! Appending zeros

Hi,I have written a query like this.DATA: number TYPE C VALUE 0.DATA: l_name LIKE thead-tdname.l_length = strlen( l_name ). IF l_length < 10. CONCATENATE number l_name INTO l_name. ENDIF.I want to apend a zero infront of the number if its total leng...

SMARTFORM( URGENT)

Hi Gurus, I have copied one standard purchase order smartform to another Z program. But when i m activating that program its giving lot of errors. its showing lot of fields has no defined values and its giving error..i m not getting wh...

Resolved! SELECT, NOT IN ?

Hi,is it OK to use NOT IN within SELECT statement? data: lt_mara type STANDARD TABLE OF mara, wa_mara type mara. select * from mara INTO TABLE lt_mara where matnr NOT IN ('F000018000', 'F000018100') AND mtart = 'FOLD'. lo...

Re:gui_upload

Hi All,what are the values of import parameter 'file type' in the function modules gui_upload and download.when we use ascii ? and when we use dat?andwhat are the other values for file type?what scenario we will use perticular value?can any one expla...

IDOC Error

hii have an IDOC which updates the changes done to Employee data.the changes whatever are there are getting done but its giving an error message stating duplicate record and application not posted. but actual application is getting done(as changes ar...

Resolved! splitting the string

hi allam working of smart forms am getting all the data n using the sum statement am getting the total in G_dmbtr am passing it to the functional module and its giving me the amount in words . now i had to split the string into two linewhile spliting...

Resolved! Exit for FCH8

HiI want to use an exit for FCH8. My requirement is this:I am cancelling cheque using FCH8 for a particular "Void reason code" and "Reversal Reason". Then in FB03, in display mode, the column SG, should be displayed with custom message.can anybody he...

Resolved! ko01 problem

Hi friendsI want to make enhance ment in ko01 in perticaular External order Number field.Here I want to add serch help and in that I want to call my one of Z table field in that F4 help.So Is that possible by enhancement for perticular that reqquirm...

Resolved! Role authorization

Hi Experts,I have created two roleszhead1 and zhead2Now at organization level we have Plant and sales office and both have similar code.My pt is I want to giv all access to zhead1 but want to restrict zhead2 to plant itself.Now when I goto organizat...

Labels in this area