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

output check ?

Hi Friends,Actuall my client is going to upgrade from 4.7 to ECC 6.0 version of SAP.in 4.7 there are so many z developments which are not unicode corrected.so i changed the all z programs for unicode correction in 4.7.there are almost 300 z programs ...

Resolved! ABAP native Events

HI,In any of the typical ABAP programs, we have some events that are native to ABAP runtime (e.g., initialization, start-of-selection,etc),now, i need to know that on which order these events will get executed. also below I've given the events just o...

Resolved! authorization object

i have developed program "ZCRMR3_UPDATE_FIELDS" and i have also created authorization object "ZCR3". I want to restrict some users from executing this program so how to attach authorization object ZCR3 to program so as to prevent users from executin...

Resolved! Delete in loop

Hi,I have a delete statement inside a loop likeLOOP AT DATA_PACKAGE. lv_tabix = sy-tabix. clear gt_mattab. READ TABLE gt_mattab WITH KEY MATERIAL = DATA_PACKAGE-MATERIAL. IF SY-SUBRC NE 0. DELETE DATA_PACKAGE index lv_tabix. EN...

MEDRUCK

Hi ,I am modifiying MEDRUCK to ZMEDRUCK . I need to add tax details which are in invoice tab to output printout. .Can any body tell me do i need to modify the program or modifying script is enough.What is the table that contains Tax details for purc...

Resolved! report

Hi,Could you please give some codin to fetch... BUKRS BELNR GJAHR BUDAT from BKPFfor a given company code..I d given like this select BUKRS BELNR GJAHR BUDAT from bkpf into table it_bkpf where bukrs eq compcode and budat bet...

Labels in this area