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
    • 94632 Views
    • 212 Comments
    • 39 Likes

    oops reporting

    hi, i have declared some methods in the class builder under one name zcl_xxxxx(for example),then i used this class in the reporting using se38 (editor),means i called the class created in class builder in editor with the use of object which is cr...

    Resolved! Accepted Solution

    Re:oops

    Hi all I am new to oops written my first code using oops but unable to get the output,,,plssss give the solution ,,,,i will give fulll points,,,, pls tell me why my code not working.Regards,Sasi

    Resolved! Accepted Solution

    Hi all

    hi all can anyone give me the logic . on selection screen i have date field date-low and date-high in high it is bydefault sy-datum but in low i need 4 months back date how do i do it.. please its urgent

    BAPI

    Hi friends,I want Data to be Update in CRM through Remote Function Call (BAPI). Transaction code is BP.In input I will give BP number & I want to update following fields._________________________________________TITLEFIRST_NAMEMIDDLE_NAMELAST_NAMEMOBI...

    Resolved! Accepted Solution

    background job at dynamic time ??

    a report will will be executedfor ex:v_time = sy-uzeit.v_time = v_time + 3 hours.now i have a new time in v_time.i want at this time another report should be triggered.or i want at this time a background job to be executed.can we do this?

    Shahid by Product and Topic Expert
    • 1186 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    How to fetch the SAP Standard Prog. built internal table into my_z_prog.?

    Hi Experts,Pls. let me know that,How to fetch the SAP Standard Prog. built internal table into my_z_prog.?For more explannation, pls. see my other thread with name of yestrday,SUBMIT RFGLBALANCE WITH selection criteria, then How to get resulted itab?...

    XPRA program

    For a specific Z_table, which has recording switched on in its table maintenance, we require that the maintainers of the data in that table (in development - it's then transported through to Q, then P), add an R3TR XPRA Zprogram entry to the transpo...

    matt by Active Contributor
    • 1399 Views
    • 5 Comments
    • 0 Likes

    ALV

    Dear all,In all my reports I have been using I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE'Here in print preview i can see top of pageBut In one of my reports i used I_CALLBACK_HTML_TOP_OF_PAGE..Here when print preview i am unable to see the t...

    ENQUEUE & DEQUEUE

    Hi,I have a RFC function, which is updating and inserting data of database tables.As it can be, that some calls are coming in in a second, I have to lock thetables.So I have used the function to lock and unlock the tables, but it´s still not working....

    smartforms

    hi.i have an issue in smartforms.i want to take more than 1 copy of invoice at a time and i want to differenciate those copies like first one as ORIGINAL and the remaining as DUPLICATES.Is there any such option in smartforms. i am taking the print ...

    Resolved! Accepted Solution

    Trailing spaces requried

    Data: str1(10) type c, str2(10) type c, str3(30) type c. str1 = 'street1 '. str2 = 'street2 '. CONCATENATE str1 str2 INTO str3 SEPARATED BY ';'. Write / str3 the output obviously will become: street1;street2. but what i wanted is to maintain t...

    Labels in this area

    Explore this Area