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

Resolved! alv list using classes

hi,I am using CL_SALV_TABLE to alv listcl_salv_table=>factory(EXPORTINGlist_display = if_salv_c_bool_sap=>trueIMPORTINGr_salv_table = gr_tableCHANGINGt_table = it_final2 ).gr_functions = gr_table->get_functions( ).gr_functions->set_all( abap_true ).g...

LSMW

Dear All,I have declared the Global Variable in __GLOBAL_DATA; Now, I want to use it in Coding.E.g. I declared Internal Table for error messages in GLOBALDATA and want to populate it in Coding for perticular field.But, when I trying to do it, it give...

Resolved! Table size

Hi friends, How to measure Table size for tables like Mara, Mard?Is there any specific programs,function modules or transactions to collect statistics for data dictionary tables.?Can any one give me your valuable inputs for me?Thanks in advance,Chand...

Resolved! BSP Apllications

hi i am new to BSP application i got a requirement first of all i cant understand what is BSP and how to develop that, can anybody help me,let me know about what is BSP, what is the use of that, and how do we develop BSP application , any body help m...

Select endselect...

Hi,In the below sql query does using 1.select endselect and the2.function module to rounding offwill erode performance?If so,how can we improvise it so that it won't mar the performance.loop at itfinal where bwart = '601'.*To get the Invoice Doc.No ...

kiran_k8 by Active Contributor
  • 579 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! COMMIT WORK AND WAIT.

Hi,Just wonder what is the different if i add 'COMMIT WORK AND WAIT." and without COMMIT WORK AND WAIT.?It seems to me that the table zvpafinal still works the same, even though i remove COMMIT WORK AND WAIT?Example : DELETE FROM ZVPAFINAL.MODIFY zvp...

Labels in this area