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
    • 94866 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Material Input disable in VA02

    Hi Experts,My requirement is to disable the change of material in VA02.I tried in INCLUDE  -  MV45AFZZ under    FORM - USEREXIT_FIELD_MODIFICATION        IF SCREEN-NAME EQ 'VBAP-MATNR'.        screen-input = 0.        MODIFY SCREEN.      ENDIF.but no...

    Sender and Receiver ID same after sending mail using CL_BCS

    SEND_REQUEST = CL_BCS=>CREATE_PERSISTENT( ).       CLEAR LR_EMAIL_BODY.       LR_EMAIL_BODY = CL_DOCUMENT_BCS=>CREATE_DOCUMENT(                                        I_TYPE = 'HTM'                                        I_TEXT = TEXT                ...

    Resolved! Accepted Solution

    Run Time Error while using 'BAPI_CONTRACT_CREATEFROMDATA'

    Hi Experts,I am getting run time error while using 'BAPI_CONTRACT_CREATEFROMDATA'. I am passing header, item and partner information  in this BAPI. but i am getting following run time error 'The data object KOMP does not have a component called 'ZZST...

    Resolved! Accepted Solution

    how to get the system TIME and DATE in a PARTICULAR FIELD?

    Hi, i am developing a ABAP program in that i have two fields DATA and TIME .In that program when i press enter i need the SYSTEM TIME and DATE to be filled in the particular field ...                                                                   ...

    Adding digital signatures to the purchase order layout after approval

    Hello Gurus,I got a requirement from my client to add a button after saving PO, to submit for approval. There will be option to select approver.Select approver (1 , 2 ,3 ), suppose,  buyer selects Dange sir . then in purchase group of Dange sir all P...

    Resolved! Accepted Solution

    Unable to exit the loop.

    Hello experts,I am able to use the following code to update email IDs from flat file to xk02 for the corresponding vendors. But once the records are over, the loop does not exit. It still remains on the xk02 screen and asks for vendor id while there ...

    Resolved! Accepted Solution

    How to mimic the 'STOP' statement in ABAP OO

    Dear experts,    When an error occurs, my customer prefers going back to the selection screen rather than terminating the current program.    In the procedural programming style, I often use the STOP command to trigger the 'END OF SELECTION' event an...

    DATE Conversion

    HiI have one basic requirment. Please do not lock it, I searched the blog but not geting the exact.I have one ztable have the values stored as Mar 31 2012  6:45PM. It is a char data type.I want to convert this to dd/mm/yyyy HH:MM:SS formatCan someone...

    Resolved! Accepted Solution

    Bespoke transaction codes

    Hi ExpertsI have about 3000 bespoke transaction codes in the system I am working on covering MM, SD, WM, FICO, PP, HRI am to trying to find out IF all these transactions are actually being used and by WHO but I am not sure how to do this.I need this ...

    Resolved! Accepted Solution

    How to execute function code of module screen when a screen field is with required option

    I created a module screen with two i/p fields and one application toolbar button for exit to screen 0.  I kept those two i/p fields as required. So if i click on exit button with out entering any data in that two i/p fields it is giving error "Fill i...

    Resolved! Accepted Solution

    contract is not getting created with FM- API_RE_CN_CREATE

    Hi All,I have to upload real estate contract data to the SAP R/3.For that i am using one FM API_RE_CN_CREATE.I have executed this in SE37  and there it is creating Contract fine.But when i use this in my report , contract is not getting created.Alway...

    Labels in this area

    Explore this Area