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

Resolved! Background job

hey guys,I am trying to call report in background why this goesto RAISE EXCEPTION -INVALID JOBDATA shortdump?let me paste the code snippet below.data:jobname like tbtcjob-jobname.data:jobcount like tbtcjob-jobcount.jobname = 'ZUSRTEST'.CALL FUNCTION ...

dynamic itab

When I enclose an itab in (), it does not have the dynamic effect that enclosing a dbtable in ().I can't do the following:TABLES: DD02T. DATA: BEGIN OF ITAB_TEST OCCURS 0, TEXT TYPE STRING, END OF ITAB_TEST. DATA: ITAB_FILL LIKE DD02T-TAB...

Resolved! Simple but tricky !!!

Hi all, just see the code below. I am looking for output for character field c_kwbtr with ,. How should i get it?? Any Answer please. Data: kwbtr like FEBSCA-kwbtr.data: c_kwbtr(18).kwbtr = '10000'.<b>write: / kwbtr. "output 10,000.00</b>c_kwbtr = kw...

IDOC,ALE & BAPI

Hi ,can anyone answer me some questions.what is the difference between Transaction Data & Master Data.In BAPI & ALE do we use Transactional data or Master DataWhat is the configurational Technique used in ALE , IDOC & BAPI.what is the difference in B...

Ole and powerpoint

Hi I am trying to download data from an internal table into powerpoint presentation using ole. I have got as far as inserting a new slide , but i am having trouble inserting data into the slide and would really appreciate any help/pointers Thanks Muc...

Resolved! Send an picture to body of an email

Hello to everyone.I'm trying very hard to do the following, but so far without success. Anyone can give me ideas or a hint?How can we send in ABAP, in the STD text to an email, with a picture in the body of the email (not as an attachment)?Thanks in ...

BGarcia by Active Contributor
  • 3569 VIEWS
  • 3 REPLIES
  • 0 Likes

MSEG vs MBEW

Developing a report where have to read material documents for a given Valuatiuon class & business area . For this first reading table MBEW. After getting material numbers for the given valuation class reading table MSEG for selected material nos & gi...

Labels in this area