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...

    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...

    sheenamk by Developer Advocate
    • 94730 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    Smartforms - difference in auto-generated FM name in different systems

    Hi,The situation is:I have created a smartform in our Dev application server and tested it to achieve the view I needed. The Dev system generates FM with automatic name /1BCDWB/SF00000005. I have successfuly transported it to our test system and chec...

    Resolved! Accepted Solution

    Calculating Factory Date.

    Hi All,I need to calculate 5th factory date from today i.e excluding weekends and factory holidays based on factory ID Ex: Today date is 01.04.2005, I need to get the 5th work day from today i.e 8.04.2005. And if suppose there is an holiday on 8.04....

    Resolved! Accepted Solution

    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! Accepted Solution

    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
    • 3659 Views
    • 3 Comments
    • 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

    Explore this Area