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

Resolved! help advice

Please use an informative subject in futurei create a search help exit function and link it to fuction group Z_XX, i get dump "SHLP_DESCR_TAB_T" noy declare.after that i get the same error in migo,me51n................so, i delete the function an...

Dropdown in Adobe

How do we populate tha dropdown values in adobe.I hve a field in a table which has certain values.The same field is referenced in the Adobe form.How can i populate the values from the table to the Adobe from. i have binded the field in the adobeform ...

How to pop up a system message for a specific user when She/He log on SAP

Hi Friends, As we know SM02 setting will pop up a system message to all users in specific client in a specific period when the user log on SAP system; and we can do the same thing via using function module SM02_ADD_MESSAGE. But now we want to pop up ...

Resolved! Printing SMARTFORMS

Hello Experts,I am developing new SMARTFROM.Requirement: On entering the Personnel number(s) on the selection it should print SMARTFORM. for one entry there are two page. so for 2 entries it should show 4 pages. It should work like mass printing.Erro...

Resolved! internal table

hi frnds...data: begin of itab occurs 0, name(14) type i, sal(8) type n, end of itab.itab-name = 'xxx'.itab-sal = '20000'.itab-name = 'yyy'.itab-sal = '40000'.*******header line value*****write:/ itab-name,itab-sal.append ita...

Resolved! variable in IN operator

Dear All,I would like to ask if it is possible to use variable inside WHERE-IN clause.Say: SELECT id name INTO TABLE itab FROM table WHERE id IN ('A','B','C'). I would like 'A','B','C' to be in a variable e.g. mytext so that it would be: SELECT id na...

BDC for GB01

Hi All,I have written a bdc code for transaction GB01 transaction. But I am not getting the error which shows in the tcode GB01 ,while running the bdc program .This error should be displayed after I press enter in the first screen.Appreciate your hel...

Bema by Active Participant
  • 509 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! performance tuning

Please use more informative subject in futureIF NOT l_lock IS INITIAL. UPDATE marc FROM TABLE lt_marc. IF sy-subrc = 0. * creation of change document - ZZACT PERFORM cd_call_mat_full. COMMIT WORK. ELSE. ROLLBACK WORK. CLEAR gt_r...

Resolved! ALV GRID REPORT

Is it possible to calculate a formula in subtotal line of ALV GRID DISPLAY.For eq I have 4 columns - GSBER, Sale Qty, Sale Value, Sale Per Ton.When I'll take subtotal on GSBER, total of QTY and sale value will be calulated automatically , but I want ...

Labels in this area