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

Resolved! About table control

Hi all,I have create a report program, and I call a screen in it:AT SELECTION-SCREEN. CALL SCREEN 100.In the screen 100, I create a table control.PROCESS BEFORE OUTPUT. MODULE get_data. " Get data to table it_tab LOOP AT it_tab TO wa_tab WIT...

Resolved! BADI

Hi all, Is there any BADI to Copy Inspection Results of Inspection Lot. My FC has given this BADI -- 'QEC_SELECTION'. But I dont know how to Implement this BADI in SAP. Anybody plz tell me stepwise how to do it or how to Implement this BADI...

Resolved! sort text internale table

hi guys,now i have an internal table with a field of 10 character type length, i need to sort by this field descending and its value could be numeric or character.this is order i want ‘TR’‘10’‘9’, for example, this the order i got now ‘TR’‘9’‘10’, '...

User exit in MIGO

Hi All..My requirement is in MIGO TCODE.... for the field 'Delivery Note' we shud only enter date. Or else system will give error message stating "enter a valid date".I have all the user exit which r available for the MIGOMBCF0002 Customer function e...

error in report

hi experts.i am trying to execute a report but it is not workink..it gives a short dump whenever i try to execute anythn in alv screen.report zsd_r_report.&----*& Type-Pools&----type-pools: slis.----Table Declaration *----tables : vbrk, " Billing Doc...

Resolved! ALV TREE DOUBT

Hi frnds,i was going thru "BCALV_TREE_SIMPLE_DEMO", i got a doubt that" class cl_gui_column_tree definition load.class cl_gui_cfw definition load."what is the purpose of "load" and can anyone please explain me the flow of "BCALV_TREE_SIMPLE_DEMO" pro...

Tab

Help!!Do you know the counterpart of tab in sap?? as in tab space.I have a code like this:LOOP AT gt_pr INTO wa_pr. WRITE wa_pr-pstatu.ENDLOOP.wa_pr-pstatu has a value of (1pr , 2rq, 3po).I need to have an output like this 1pr , 2rq, 3po with ...

Resolved! IF condition

hello,we have over 50k materials with starting of "K" and "M".now i want to put some condition with all materials which is starting with "k".so when i put this condition with if mara-matnr = 'K*'.it gives the error.how can i put this condition with ...

ALV TREE DOUBT

Hi frnds, i was going thru "BCALV_TREE_SIMPLE_DEMO", i got a doubt that " class cl_gui_column_tree definition load. class cl_gui_cfw definition load."what is the purpose of "load" and can anyone please explain me the flow o...

Labels in this area