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

    Import/Export

    Hi, How to use import export statements in selection screen.My requiremnt is like this.For one value request i will get a value, with respect to that i have to populate another selection criteria.Suppose s_vendor = '1234', this what i get from value ...

    Resolved! Accepted Solution

    Project creation

    Hi, Can i know if there are standard programs for Project creation or if there are some Bapi's that i can use for WBS element and activity creation. What would be the best way to go about this. All help is appreciated.Vivek

    Resolved! Accepted Solution

    Performance for table BKFP

    Hi,I would like to enquire is there anyway that i can improve the performance for table BKPF from the ABAP code point of view.Because we have customise one program to generate report for the asset master listing. one of the select statement are show ...

    Resolved! Accepted Solution

    BDC - upload (text file)

    HI all,I have my input text file with tab delimited data. I want to upload the data from text file into internal table. Which function module shall I use. Is it WS_UPLOAD or GUI_UPLOAD.And also my input text file has column headings in the first line...

    Resolved! Accepted Solution

    posting period problem

    Hi Experts today on 1 auggust 2006 .. month changed and after change in our system .. whenever i m going to post any delivery it's generating an error .. " Posting only possible in periods 2006/01 and 2005/12 " The posting date entered is not with...

    Resolved! Accepted Solution

    Help with Performance.

    Hi All,The code below takes long time to run.can anyone suggest some ideas to fine tune the program.r_kunnr-option = 'EQ'. r_kunnr-sign = 'I'. CLEAR: r_kunnr-high, r_kunnr-low. SELECT kunnr INTO knvp-kunnr FROM knvp WHERE parvw EQ c_parvw...

    Resolved! Accepted Solution

    String problem

    Hi,i have a variable like this :DATA l_c type char2.This variable can receive 1 or 2 characters, for example :l_c = 'C'.or l_c = 'CA'.In first case, i'd like to have a space at the end like 'C '.How can i do this please ?Cheers

    Resolved! Accepted Solution

    problem in data type f.

    Hi all,where <b>a is menge data type quan</b>i declared <b>b as type f</b>.i have values a = .2b = a.then my b = 2.000000000000000<b>1</b>E-01if a = .5b= a.then my b = 5.000000000000000<b>0</b>E-01observe the difference in bold .Its creating lot ...

    Resolved! Accepted Solution

    currency conversion..

    Hi All..Can someone help how i can convert foreign currencies to USD ...Please help me with a Function module that do not have any issues with any decimal places after conversion or the right one to convert a foriegn currency to USD ..Appreciate your...

    Job scheduling

    Hi Friends, i have a problem with job scheduling.two jobs need to be scheduled. (job1 and job2)i used job_open.submit job1 using parameters.job_close.then for second job.job_open.submit job2 using parameter2.job_close.when i go and look in sm...

    Labels in this area

    Explore this Area