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

    SALV PROBLEM

    Hi all,I am facing a problem while designing the SALV alv.I am not getting the selection field as the first column of my ALV.I want to have a selection field as the first column of my ALV so that i can select multiple rows..But in my ALV i am not get...

    RFC Failure

    Hello friends,We have a RFC connection to an non SAP system.We are moving to 4.6 to 6.0. It works fine in 4.6 but in 6.0 when testing it fails. and the message is communication failed.I have debugged and looked at the Remote function module and it re...

    Resolved! Accepted Solution

    PA30 - Triggering Events

    Hello,I am trying to call my own functions when infotypes are changed , updated or deleted using Transaction SWEHR3 , SWO1 and SWEHR1, which works for most infotypes, but for infotype 24 - Qualification, it seems to not take the same path and does no...

    BAPI create invoice

    I use BAPI_ACC_INVOICE_RECEIPT_CHECK to create automatically an invoice but I don't know how to add parameters to tables to create an invoice with 3 positions: for example with amount 200 , -195, -5How many there will be positions with: IT_ACCOUNTPAY...

    Resolved! Accepted Solution

    update database

    data: i_aad_tab type standard table zxxv_aad_tab IF NOT i_aad_tab[] IS INITIAL . UPDATE zxxv_aad_tab FROM TABLE i_aad_tab[]. IF sy-subrc EQ 0. * MESSAGE successful update. LEAVE TO SCREEN '1000'. ENDIF. ENDI...

    Resolved! Accepted Solution

    Excel file

    Hi ,Could any one give me the sample code for downloading and uploading excel file from both application server and presentation server. <REMOVED BY MODERATOR>Thanks in advance.Edited by: Alvaro Tejada Galindo on Feb 4, 2008 4:37 PM

    Resolved! Accepted Solution

    SAP RM: How can I create a Node when the node is not visible for the user

    Hi,Product: SAP records Management for Public SectorVersion: 7.00is it possible to create a instance node when the model not is not visible for the active user?I looked in the CL_SRM_XML_REC_MODEL but every methode I used gave me no results with the ...

    doubt to in MRP

    Hi,WB stock VC sales order VI free delivery order BE purchase order SB dependent requirement U2 stock transfer order FE Production OrderLA shipping notification BA purchase requisition PP plan independent requirement PA planned order (MD13)AR order r...

    Resolved! Accepted Solution

    ALV Title

    Hi all,Donot use Reuse_alv_grid_display.use Call method.. see below it..data : it_title type lvc_title value 'User List'.call method w_alv_grid->set_table_for_first_displayexportingis_layout = is_layoutchangingit_outtab = IT_EMPit_fieldcatalog = it_f...

    Resolved! Accepted Solution

    Background jobs

    Hi, We can schedule the programs or transactions in background through SM36 and we can see the status through SM37.Then what is the use of FM's JOb_open,Job_submit and Job_close.When we will use these FM's. Can anybody tell me the differe...

    Labels in this area

    Explore this Area