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
    • 94677 Views
    • 212 Comments
    • 39 Likes

    Roles In SAP

    Hello Experts,Are there any standard role in SAP for SD, MM, or HR. My requirement is to assign a user only SD role so that he can execute the SD related BAPI only. Not other than SD BAPIs. Similarly if user is assigned FICO role , he can execute FIC...

    Carraige Return

    Hi,I am writing a program which sends an email with an attachment.This attachment is a CSV file.I want this program to run with SMTP and SIG both.But the carraige return which I use supports only SMTP, it doesnt supports SIG.(cl_abap_char_utilities=>...

    Resolved! Accepted Solution

    IDOC Creation

    Hi , I have a BADI which can be used to modify the data before creating the IDOC.. Based on some condition sometimes these IDOC's should not be created. How can i do this? If I use 'EXIT', the control still goes to the next step to create the IDOC....

    Resolved! Accepted Solution

    How to get field in Report

    Hi all,Please tell me how to get field from following pathGO to MSC2N --insert material, batch , plant , storage location Now select classification...there is box containing 'characsteristics descr ' & valueso how to get that valueI think that values...

    Resolved! Accepted Solution

    Any FM to choose the path on Presentation server while GUI_Download

    Hi Friends,Is there any FM to choose the folder path while downloading a file on to presentation server.I am using GUI_Download with a fixed path to store but user wants to choose the path where to store.(functionality similar to what we use if we do...

    Resolved! Accepted Solution

    Question in ABAP syntax, read & insert data from internal table, while loop

    Hi, SDN Fellow.I am from Java background and learnt ABAP, I don't usually write much ABAP code.I am trying to implement the following logic in a RFC now.I have one z-custom database table, the structure as the following:It has two columns, with these...

    Resolved! Accepted Solution

    ME23N

    Hi. I have the next problem. For example, when you use transaction ME23N to visualize purchase orders, you enter a purchase order (EBELN), and then you could see all positions of that purchase order (EBELP), and for each position you could see a batc...

    Resolved! Accepted Solution

    FK02 - Batch Input

    Hi!I need to add new vendors in FK02 with a batch input, but i don't know how to indicate in the code when is more than one vendor.Example of mi code:perform bdc_dynpro using 'SAPMF02K' '0130'. perform bdc_field using 'BDC_CURSOR' ...

    Append ITAB

    hi,I am trying to append username after reading FM into a extra field of FM output.I only see last field in output table.TYPES: BEGIN OF out_data . INCLUDE STRUCTURE bxmnodes. TYPES: uname LIKE XTAB-uname. TYPES: END OF out_data. DATA:...

    Table Size

    Hi,Can someone tell me whether I can check the size of a table through SE11? Or is it only posssible to check by the Basis people?If we can get the size of the table through SE11 itself, please let me know how can I do that?ThanksSwetha

    Resolved! Accepted Solution

    string search -append itab

    Hi,I have following strings in internal table and I want pull out everytime only 25 character string after 'BOOKMARK_ID=' and show the output.BOOKMARK ID is not a constant place it may vary from string to string<bsp_protcl>://<bsp_server>/sap/bw/BEx...

    Labels in this area

    Explore this Area