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

Resolved! User Exit for Saleorder

Dear AllI am changing Userexit sale order Numberrange (I am using ECC6.0 AFS )I change that include programe MV45AFZZ The following Error Message will comeCarry out modification comparison for REPS MV45AFZZ first. No changes possibleMessage no. EU526...

Resolved! Dynamic select-options

Hi,I have tried to write a generic - dynamic program that is proper for all tables to upload data into them. The user enters the table name,selects a file and then executes the program, data is uploaded into tables. It is something very useful for Z ...

Query on ALV

Hi Guys, I am using this ALV program SALV_DEMO_HIERSEQ_SIMPLE into my report.While I am executing this I am geting duplicate entries.How to delete those duplicate entries.Plz let me know .Thanks,Prasad.Edited by: Dheeru Prasad on Mar 6, 2...

Resolved! Capture String.

Hi Experts,I have string. I need to capture the last few characters of string.Last characters has fixed different lengths.for example:1) 123_344_hhhsj.2) hh_jj_kklkikkIn two cases I need to captute hhhsj and kklkikk.Any ideas.Thankyou In advance.Than...

Toolbar in OO ALV

Hi all, I created an ALV using OO. Then, I inserted some user defined bottons on toolbar. Everthing works fine. However, now, the user told me thar he doesn't wanna click on the toolbar button. In fact he want the button where it is today and the pos...

Resolved! Symbols

I'm not sure how to use field symbols. Can someone help me in this situation ?I have a tab with fields qty1 to qty40.I would like to affect those variables according to the sy-tabix.Something like this:LOOP AT tab. idx = sy-tabix. tab-qty<idx??> =...

Resolved! MCHB batch stocks table

How is MCHB different from MCHA? From what I know MCHB is only for batches that have stock in it. And MCHA is for all batches that were ever created. But when querring MCHB I can see many entries for batches that have 0.00 stock value. So am I little...

Resolved! INCLUDE STRUCTURE ?

hi there, i have an internal table:DATA: BEGIN OF gt_alv_out OCCURS 100. INCLUDE STRUCTURE zzfl_fehler_prot. * chk(1) type c. DATA: END OF gt_alv_out.well, i want to add the field chk to the internal table. but this is not working.i c...

Labels in this area