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

Resolved! ALV Grid

I am using method set_selected_rows to select line of the table grid and then call the method get_selected_rows to check if the selection was done. It work but when it come back to the screen the line is not selected. I have set SEL_MODE to A and put...

Resolved! Misc

Hi Guys, I have a requirement where I need to go to mara table and collect matnr where mara-meins = 'CS' and mara-bstme= 'UN'Can you help me to write the syntax for the above condition.ThanksRajeev Gupta

Resolved! Performance tuning

I have a SELECT statement that is bogging down the performance of my report. Can this be converted into 2 READ's. Any ideas on how to improve the performance of this code. Thanks. SELECT SINGLE qals~prueflos qals~aufnr qals~selmatnr afpo~dauat afpo...

Select statement

Hi Gurus, I need to select all the records from Z_tab to it_tab that meet below conditions:mode = a or b amount1 < amount2and for this I have written the following codeselect * into table it_tab from z_tab for all entries in it_temp where mode = '...

Resolved! Flat files in BDC

hi......to everybody.....i am working on session method with two application(transaction)s.i have the data in two flat files separate related to those applications in presentation server.how to update the data into the data base?Message was edited by...

persistent locks??

Hi experts,we have the following phenomenon:The use of FUNCTION 'BAPI_MATERIAL_MAINTAINDATA_RT' sets a lot of lock entries.Following the function call we call FUNCTION 'BAPI_TRANSACTION_COMMIT'.This should start the update process and release the loc...

Clemenss by Active Contributor
  • 1466 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! SM30 Defaulting values

HiI am using a custom Z transaction for maintaining my table. This comes up with a selection screen where the user gets to choose one of 4 values for a field in the table (ID). Based on the selection, only the relevant entries are displayed in the SM...

at end of <field>

is there any alternative method to implement AT END OF <FIELD> in object oriented programming.i tried to use directly but getting an error message tht at end of <field> is not supported in OO programming.Any idea...thanks in advance.maya

calling a method

hi how can i call a method which is implemented in another class.give me with example.one more problem..in my code .the following syntex is not working.AT LINE-SELECTION.CALL METHOD OBJ_OUT->LINESELECTION.CALL METHOD OBJ_OUT->OUTPUT.why and wat the ...

regarding ALV

hi, i have written fallowing code to add a field to my fieldcat.there are already 361 fields in my catalogafter displaying the output in alv grid when i export this to excel my output in excel is as fallows: Order seq. no. Seq. no.seqno i...

Resolved! latest HR record

Hello All,I am attempting to get the very latest hr record from SAP by writting an SQL statement. Currently it brings back every single record for a user everytime an infotype has been changed. So in some cases there are 30000 records for a single ...

Resolved! BCD_ZERODIVIDE

I have a user that when posting an invoice either from FBV0 or from inbox, get an error appears and the invoice is not posted. I have included the error message below.ABAP runtime errors BCD_ZERODIVIDEDivision by 0 (type P) in program "SAPLTAX1 "...

Resolved! sequence of fields in where clause determines index or not

Hi, I want to know whether the sequence of fields in where clause determines indexor not.(whether it is database dependent; in my case it is oracle)1.let the index contains fields A,B,C.and if the fields in where clause are in order A,C,B.2. if i ha...

Labels in this area