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

    upload and process all files in a folder by specifying the folder name

    Can anyone tell me if there is a possibility of uploading all the files from a folder on presentation server. Currently I am using GUI_UPLOAD to upload a single file from presentation server. But, now I want to know if there are any function modules ...

    Resolved! Accepted Solution

    BAPI_ACC_DOCUMENT_POST

    Hi,Can some tell me how can I use BAPI - BAPI_ACC_DOCUMENT_POST to create GL Account Document for General Ledger (FB50L). I need to pass 2 cutom fields (Z-fields in BSEG) for each item. I think I'll have to use Extension1 or Extension2 but don't know...

    abap dump error

    [code][code]in prd server have 4 clients. transaction kp26.... in main program saplkpp0.... error occurs in prog ' cocc2004' cuz... internal itdat1 has been declared in cocc2004 which does not have a component ' txtupl'. but in the include rkccai02 i...

    Resolved! Accepted Solution

    Jump into MD04

    My question is how to get into transaction MD04 with filter set on initial screen.Filters are available after marking checkbox on that initial screen.I can set material number and plant via SET PARAMETER... but this method doesn't work for checkbox '...

    Resolved! Accepted Solution

    Enhancement

    hello everyone I have a Question based on my own requirement. It is based on Travel management.whenever i create a record in travel profile IT 0470 using PA30 for an employee then user exit should be triggered to create default record in flight prefe...

    Resolved! Accepted Solution

    transaction VKM1

    hi!i need to add new field to this transaction, is it possible to change it without creating new program?i found perform user_exit_fullen..... but the form is empty,is it possible to connect a userexit o this transaction?regardsyifat

    Resolved! Accepted Solution

    Export file size

    Dear SAP Gurus;Mentioning below concern lines of code; this code is to extract data from SAP and export in XML format. With this data is getting exported when record are few (less than 50000 Characters) once exceeds XML getting created with errors.My...

    Resolved! Accepted Solution

    how to read it

    data: begin of ttab occurs 0. include structure tline.data: end of ttab. data: name like thead-tdname. parameters: p_aufnr type aufk-aufnr. concatenate sy-mandt p_aufnr into name. perform read_text tables ttab using 'KOPF' ...

    Resolved! Accepted Solution

    Function Module required

    I am uploading excel sheet into ABAP. I was using gui_upload function module. Problem is the excel sheet is having fields which are getting different number of columns for different excel sheets. So, i am unable to use gui_upload function module. Is ...

    Resolved! Accepted Solution

    2 questions...

    Hi guys!Question 1.I have pasted below the select statement I have made. I am not sure if this is the most optimal query. Please post you alternative SQL that is faster and efficient.SELECT MATNR MATKL MEINSFROM MARAINTO TABLE ITAB_...

    Labels in this area

    Explore this Area