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

Resolved! For all entries Problem

Hi,i use for all entries and i have problem.i do this select for 50 cost centers and when i use for all entries commend i get in act 3 wrong fields(i check in se11 for all cost centers in let table )But when i use Range table for this 50 CC i get it...

Resolved! Scheduling job in SCOT

i am having 2 mails in waiting status in Sap inbox the thing is i can send the mail manually click the time button whcih is start send process but the thing is i want it sent automatically when ever there is mail in inbox.can anybody please tell me ...

RAISE EXCEPTION dump

Hi experts,I wrote a function and i'm using RAISE EE_FILE_NOT_FOUND if the selection was failed, and no records found in the dba. After the function there is an automatic check when I'm calling my own function:IF sy-subrc <> 0. MESSAGE ID SY-MSGID TY...

Resolved! ALV grid

hi,I have displayed alv grid. First column in the display is check box.Now when I check any of the check boxes, then I should write select statement in which ' where condition' is to be used.This I have written in user command.That where condition is...

clear wepos

hi i have developed a report to change the purchase order ,the change is i have to clear the wepos(goods receipt indicator) for some purchase orders.i have passed the it_return it_poitem,it_poitemx tables.i am getting a success message as this purcha...

Resolved! XML To ABAP Transformatiom

Hello,I have the following sample xml:<SERVICE name="CreateContact"> <INPUT> <ATTRIBUTE ATTRNAME="FNAME" type="freetext">Test</ATTRIBUTE> <ATTRIBUTE ATTRNAME="LNAME" type="freetext">Contact</ATTRIBUTE> <ATTRIBUTE ATTRNAME="DOB" type...

nisha_vinod by Product and Topic Expert
  • 353 VIEWS
  • 1 REPLY
  • 0 Likes

ME58 message issue

Hi,i am facing one problem in ME58 transaction.open ME58->take any purchase group excute->select any purchase org->in the pop up window-> enter any order type ->select any open po -> chnage the qty to something-> save it-> it will back to previous sc...

Resolved! AT First

hi,can any one say the output for the following code.DATA: BEGIN OF t OCCURS 0,code(4) VALUE 'four', sales TYPE p, discount TYPE p,END OF t.LOOP AT t. AT FIRST. SUM. WRITE:/4 'Grand Total:', 20 t-sales, 40 t-discount. ULINE. SKIP. ENDAT...

Resolved! Window in ALV ...

Hi gurus ...I made a report that it was a print output . I used the following code and it worked .AT LINE-SELECTION.WINDOW STARTING AT 032 05 ENDING AT 100 30.WRITE:/ 'Detail Data for object : ', XHIDEKEY COLOR 4.................Now i m...

Labels in this area