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

    Pricing not working

    Hi,I am working in SAP Warranty Claim Process. We added a new item type. While creating a claim we assign its pricing relateddata i.e the amount and currency in a condition type that is assigend to our pricing procedure.The Item gets created correctl...

    Resolved! Accepted Solution

    Debugging ABAP Object

    First of all, I have to admit that i'm not familiar with ABAP Object at all.While debugging, I arrived at IF_EX_AT_CONS_PROCESSING~SET_POSTAB_CONS_ORDER.In there, there is a variable (GT_BSART_TYPES) the value of which i'd like to know how it comes f...

    Resolved! Accepted Solution

    Exception handling for a standard SAP Function Module - the OO way

    Hello,I was wondering what is the correct way to call a standard SAP function module inside a method of global class.I want to display the error via the:get_text( ) and get_longtext( ) methods.I don't want to use the sy-subrc check. Is this possible?...

    Resolved! Accepted Solution

    bdc in function modules

    Hello all, I am writing a function module for bdc but i am not able to do the creation of material.Please help me outmy code is <removed by moderator>Moderator message: please post only relevant code parts, your post must be less than 5000 characters...

    External Emails

    Hi ,Am trying to send individual emails to sap users with thier details.Am using the FM CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE' from reading emials address of users into an internal table. To send individual email am looping around the internal...

    Resolved! Accepted Solution

    Copy file to FTP ???

    Hi ABAPers,I want to copy entire file from my desktop to FTP location.I know few standard FM's which helps to copy data on FTP Like FTP_R3_TO_SERVER, FTP_R3_TO_cleint, FTP_copy.but all these either prepare the data into an internal table and create a...

    Resolved! Accepted Solution

    In VA01 using user -exit

    Hi,Inculde MV45AFZZ.In FORM USEREXIT_SAVE_DOCUMENT I am writting my logic for checking duplicate PO ..and in the screen it self I want to change the PO but getting error ''item 00010 doesnot exit ''with stop symbol pop up.Can somebody let me know why...

    SUBMIT

    Hi,I have a program (program1). Inside program1 a have a "SUBMIT program2 EXPORTING LIST TO MEMORY ... AND RETURN".Inside program2 i raise some error messages "MESSAGE eXXX ....". When a error message occurs in the the program2 i can't see the text m...

    Resolved! Accepted Solution

    Is there any table / function module to check curren program running (sm51)

    Hi,is there any table or function module that can check whether some program still running both dialog and backgroud. For backgroun job i can check from job schedule table how about dialog ? is there any way to check dialog program running ?Thank You...

    Top-Of-Page issue

    whey the top of page doesnt come to me while I'm running my program :this is the code I've written :FORM top_of_page .Title wl_header-typ = 'H'. wl_header-info = 'Log Request For Bank Details'. APPEND wl_header TO it_header. CLEAR wl_header.Date...

    Labels in this area

    Explore this Area