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

    How to use badi in abap

    Hi Folks, I have to create a z program. I need to first get list of all users who have logged on to SAP Planning book(SDP94) and than those who are in Change mode needs to be made to Display mode.I know BAdI /SAPAPO/SDP_INTERACT which has method DVIE...

    Resolved! Accepted Solution

    FM 'FITP_CREATE_TRIP_FROM_REQUEST' returns exception

    Hello dear colleagues!I create trip requests for several personal numbers using fm 'FITP_CREATE_TRIP_FROM_REQUEST' in the loop.It works fine for the first person, but returns an exception creation_failed for the second. It looks like some internal bu...

    Resolved! Accepted Solution

    Many ALV in one screen with classes

    Hello Gurus,I have achieved to have more than one ALV in one screen like the image attached using FM.  CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'                             EXPORTING                             i_callback_program = sy-repid          ...

    What happens if sort fields are empty in an internal table referring to standard structure like VBAP?

    While creating sales order the internal table of type VBAP is sorted  based on the fields VBELN, UEPOS and POSEX. VBELN is same for all the items, UEPOS is 0 for all items and POSEX is blank for all items. In a case where line items are 10, 20, 30 to...

    Resolved! Accepted Solution

    bdc f-65

    Hi experts,my excel file consist of single header & 2 item records even after uploading 2 items it's moving to 3rd item screen , In  debugging  process...the loop ends after completion of 2nd item and cursor moves to save and  call transaction method...

    Resolved! Accepted Solution

    Problem with FM F4IF_INT_TABLE_VALUE_REQUEST

    Hello.I have this code:PARAMETERS: p_ort01 TYPE ort01. AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_ort01.DATA: BEGIN OF table OCCURS 0,           MTEXT  type MTEXT_D,           ORT01  type ORT01,           MWAER  type MWAER,          END OF table.DAT...

    Resolved! Accepted Solution

    Providing the Additional Tab to MIGO_GI Transaction (item wise)

    Hi experts,I have a requirement to add the Additional TAB in the MIGO_GI transaction.for this i have used the BADI MB_MIGO_BADI.I have provided the custom program name and subscreen no in method PBO_DETAILS and hence i am able to see the additional t...

    Resolved! Accepted Solution

    Problem in WEBDypro

    Dear Experts,I am new to ABAP. I want to create a mask screen through which I can manage the database tables ( Add new entries, See the existing ones, delete them and Edit them)For this purpose I went on to create a WebDynpro.  But when I went to Cre...

    In Select query how to fetch values through multiple parameters where conditon

    Dear Experts,I have one table(T) with 4 fields: f1, f2, f3, f4. In that based on f2, f3, f4 and parameter condition( f2 values) how to fetch f1 values. I have attached screen shot. What is the where condition in select query?DATA: it_T type standard ...

    Resolved! Accepted Solution

    how to lock database table for particular material

    hi experts,             in the database table id is primary key,i want to lock the table based on id which user is editing,for example,            001 is the id number when one user is editing it,other user cannot be able to edit 001           can an...

    Resolved! Accepted Solution

    Converting Number into words while Display

    Hello Sir,I am working on Project System.I am getting Field  MAT_PSPNR(Valuated Sales Order Stock WBS Element) in MSEG Table.In table the Corresponding field  stored in Numbers while Display its converted into Some other Content  Please Explain Me ?....

    Change Documents

    Hi Guys,Through EDI214, We do the update of DATEN in VTTS table. But there is no change documents in CDHDR/CDPOS tables. But there is a change in the values in VTTS. Even the last changed date and user name have been available in the table VTTS. The ...

    Resolved! Accepted Solution

    Vendor Idoc

    Hi all,I am creating a vendor outbound Idoc which works perfectly when creating/changing a vendor using XK01/XK02, the Idoc is created in vendor user exit EXIT_SAPMF02K_001.Our business also creates vendors via an inbound idoc which then needs to tri...

    Resolved! Accepted Solution

    Location string gets truncated in the Appointment sent to Outlook from SAP

    Hi Friends,We have a requirement to integrate training event booking data with the Outlook Calendar. We have achieved it by sending an appointment to outlook by using a standard class CL_APPOINTMENT.The only issue we are facing right now is - the loc...

    Resolved! Accepted Solution

    SD/MM pricing routine

    Hi,I want to know how to select the appropriate pricing routine based on particular scenario in SD or MM ??There are various types listed in VOFM like requirements-pricing / formulas-Condition base value / condition value... but its bit confusing to ...

    Getting dump in production in FM RSPO_R_RDELETE_SPOOLREQ but not in Quality system

    Hello All,Recently I faced one issue in production i.e. dump when the system tries to delete one spool.Issue:1.) I created a routine program to send PO details as PDF attachemnt to email ids. So in my code I called the FM "RSPO_R_RDELETE_SPOOLREQ" to...

    Resolved! Accepted Solution

    Call an abstract method

    Hello developers,I am trying to implement the following (simple) classes:class abstract_class definition abstract     public     create public .     ...     protected section          methods parse_string abtract               importing              ...

    Nicolas by Active Contributor
    • 2170 Views
    • 7 Comments
    • 0 Likes
    Labels in this area

    Explore this Area