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

    Problem in VK15 BDC

    HiI am trying to create a function module which create condition record in VK15. BDC recording is working fine but when i develop code in Function module it does not even pass the values to the screen fields. Code is as under , Kindly help   CLEAR bd...

    Enter Cost Center error in Acc Assgn tab not removed even after filling it in PAI of custom tab through force call of process_item method of PO_CUST badi

    Hi,I have implemented a custom screen in PO item level using MM06E005 exit. In this screen there is Cost Center field for input. Based on the value entered here i am populating the Cost Center in Account Assignment tab. This i have achieved by doing ...

    probelm in uploading data from text file

    Hi,i am downloding data using the below codeSELECT lifnr name1 ort01 FROM lfa1 INTO TABLE i_lfa1 UP TO 3 ROWS. CALL FUNCTION 'GUI_DOWNLOAD'   EXPORTING *     BIN_FILESIZE                    =     filename                        = 'D:\a.txt'    filet...

    Resolved! Accepted Solution

    BAPI_PO_GET_LIST

    Dear ABAPer,I am not getting any data from mention BAPI. Will you please mention the reason:                RfcRepository repo = destination.Repository;                IRfcFunction poS = repo.CreateFunction("BAPI_PO_GET_LIST");                poS.Inv...

    Resolved! Accepted Solution

    cl_salv_table change row colour after adding new row with own function

    Hi,i´m using class cl_salv_table in order to display an alv.I´ve created a button (own function) to add a new line with some calculations.*---------------------------------------------------------------------** §5.2 implement the events for handling ...

    Resolved! Accepted Solution

    Message type E - want to remain in same session

    Dear All, I have a requirement that to validate a condition type on Quatation entry VA21.  I did in a User Exit.  However, I want to put a message with type E there and want to remain in same session.  But it thrown out of the session so user lost al...

    ABAP : internal table issue

    Dear Friends , I have a problem related to internal table :here in internal table I have two fields like date and time .here two records are shown  :      date (UDATE )           time(UTIME)1-   07.08.2012                12:28:292-   07.08.2012      ...

    Resolved! Accepted Solution

    GOS file attachment for multiple lines selected

    Guys,My requirement is as follows: Multiple lines in an ALV will be selected and in the popup one file will be selected, then the filemust be attached to the key rows. The steps of Business object creation and assigning key fields are over, file gets...

    is there any function module to change the set pf status of program(RSSYSTDB) GUI-STATUS(%_FSDOC_)

    hi friends...ex :    fm :  'RS_SET_SELSCREEN_STATUS'AT SELECTION-SCREEN OUTPUT.    CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'     EXPORTING       p_status  = '%_00'       p_program = 'RSSYSTDB'     TABLES       p_exclude = gt_exclude.   by using this fu...

    Problem with Job Close FM

      Hi all,When i call FM job_close , it return sy-subrc = 5. that is job_nosteps.So , Why sy-subrc = 5 is coming instead of 0?My code is :CALL FUNCTION 'JOB_CLOSE'       EXPORTING         jobcount             = l_jobcount         jobname              ...

    Resolved! Accepted Solution

    Smartforms: Prevent loop starting new page on each iteration

    Hello experts,I have developed a smartform with 3 tables in the main window. The requirement is to output each table in a loop on separate pages. However in the case of a loop on one of the tables, the output prints on a new page on each iteration of...

    Resolved! Accepted Solution

    cl_gui_alv_grid making cells editable / non editable on user demand

    Hi all,i have the following problem. I have an cl_giu_alv which is not editable when first displayed.It has 6 columns and when the user marks a row and pushes a button then one some cells in the row shoud change from non edtiable to editable.I declar...

    headerline

    hi  all,  when u declare an internal table with header line  , it will be initial at the time of declaration. if u store some data in it and then refresh it, the internal table doesnot become initial again, rather it will have 0 rows. how can i make ...

    Resolved! Accepted Solution

    Program to pick up file on Application server to execute report RFEBLB00

    Hi Experts,I have a requirments to execute the program for Processing of lockbox file in which standard program RFEBLB00.However the issue is the Name of  incoming file ( In BAI2 format) is unknown at the time of execution. ( As it contains the times...

    Resolved! Accepted Solution

    Changing assigned work centers in rate routing via function module

    I'm searching for a function module to change a rate routing in a WebDynpro,especially the assigned work centers in each operation. The FM "Maintain_Routing" seems to work only for normal routings, not for rate routings. Is there any alternative? I w...

    Resolved! Accepted Solution

    "IT_FIELD" is not type-compatible with formal parameter "DATA_TAB".

    Currently upgrading the system from 4.6 to ecc 6.0 .i am getting the error "IT_FIELD" is not type-compatible with formal parameter "DATA_TAB". when i try to remove the obsolete FM WS_DOWNLOAD. Using  CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOADThis was is ...

    Labels in this area

    Explore this Area