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

    SELECT statement query

    Hello all,         I understand this is a very basic question in ABAP. But, I was just having this doubt and would like to get it cleared before I move on with my development.         There is this piece of code:  SELECT afield                       ...

    Customer creation BAPI

    Hi experts,             Is there any BAPI for Customer creation? I tried with BAPI_CUSTOMER_CREATFROMDATA1, but it doesn't have account group field and also reference customer is mandatory field.There are many fields are unavailable in that BAPI. Ple...

    How to create a long text with CALL TRANSACTION

    Hello,I am trying to create a notification like this    CALL TRANSACTION 'IW21' USING gt_bdcdata                          MODE l_mode                          UPDATE 'S'                          MESSAGES INTO retour_avis. It works but I need to attac...

    Resolved! Accepted Solution

    How to get the line I marked to delete in Table control in Pop up Message

    Hi experts,I want to delete a line in Table control and hence from Ztable. All is working fine till here. But I want that as soon as I select the line to be deletedand then hit the delete button, then a pop up must appear carrying a messsage in which...

    Resolved! Accepted Solution

    PO list - 3 approvers

    Hi,I've created a report showing all Purchase Orders approved by the same user who created the PO. Through CDPOS-USERNAME I got the user who approved the PO. In case a PO may be approved by 3 different users, how could I get the names of all 3 approv...

    Can any one please explain me , how would i know which subscreen belongs to header and which is belongs to item for ME21N

    Hi , By the exit MM06E005 ,  which is responsible to add screen in me22n both in header and item . SAPMM06E 0111 CUSTSCR1 0111 for adding tab in Header and SAPMM06E 0211 CUSTSCR1 0211 for adding tab in item .  I want to know , how will i identify tha...

    Resolved! Accepted Solution

    Dynamic Pool Subroutine.

    I have requirement where the value will have to be calculated by evaluating the formula rule. This calculation has to be done while processing the internal table. The amount values in other field will be available during the program runtime only. FI...

    Resolved! Accepted Solution

    DETERMINE_DUE_DATE

    Hello Masters,I am trying to get due dates with determine_due_date fm but i can't.i have searched this forum about this fm and i could not find any related things to my problem.also i debugged my program and saw that FAEDE-REBZG is empty.this is why ...

    f_cemunal by Participant
    • 5530 Views
    • 12 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Disabling I/O Screen Field in Cost center Screen Enhancement

    Hi all,     I am doing screen exit for Cost center master. While using KS03 transaction, I have to disable the newly added I/O screen fields. So, I added the following code in PBO module.*** PBO     MODULE modify_screen_input.*** Include program of P...

    Resolved! Accepted Solution

    EXIT CNEX0007 toggle functionality edit and display

    Hello,I have used the below code to enable the edit and display functionality in transaction CJ20N, IF sy-ucomm EQ 'TOGGLE'.    LOOP AT SCREEN.     IF screen-input = 1.       screen-input = 0.     ENDIF.     MODIFY SCREEN.   ENDLOOP. ENDIF. I have pu...

    Resolved! Accepted Solution

    I have a spool issue.

    Hi all,I have a spool issue. I have a programa A that generates a spool order and another program B that call the program A twice.  The problem is that when I run the program B in background I only can see the last spool order with SM37. I need the t...

    Resolved! Accepted Solution

    how to add our own sender mail id for cl_bcs

    Hi all,     CONSTANTS:    gc_subject TYPE so_obj_des VALUE 'ABAP Email with CL_BCS',    gc_raw     TYPE char03 VALUE 'RAW'.    TRY.      "Create send request      gr_send_request = cl_bcs=>create_persistent( ).      "Email FROM...      gr_sender = cl...

    Resolved! Accepted Solution

    Picking only one record from duplicate entries in internal table based on conditions

    Hello All,I have a requirement where ,If I have an internal table as shown below.Header 1Header 2Header 3Header 4AB10CDE3FAB5CDE6FFor duplicate values comparing header 1,2,4 I should select only the one with max value for header3 and delete the other...

    Resolved! Accepted Solution

    GRC 10 Development & Test Systems as a CUA Target or Child System?

    Hello,We are currently running GRC 10 SP12 in a three tier environment.  We use GRC 10 to provision to our Production SAP Systems.  We use CUA to provision to our Development and Test SAP Systems.  The question has been asked if we could configure th...

    Resolved! Accepted Solution

    remove function location for equipment with status ESTO

    hello all,i want to remove function location for a given equipment,this i am doing it by BAPI_EQUIP_DISMANTLE,how ever i am unable to delete the function location for the equipment whose status is ESTOnow my question is how do i remove function locat...

    Labels in this area

    Explore this Area