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

    Export from User exit.

    hi Guru's I am using this is a user exit: DATA: lv_diff TYPE n. lv_diff = TRUNC( wmara-mhdhb - lv_mhdhb ). EXPORT lv_diff TO MEMORY ID 'ZXXXXX'.and importing in a custom program: DATA: lv_diff TYPE n. IMPORT lv_diff FROM MEMORY ID 'ZXXXXX'.Th s...

    Resolved! Accepted Solution

    Can we use nested structures in tables paramters of function modules.

    Hi all,I defined a structure in a structure. And I need to declare a table of this structure type in function module in tables paramters. I want to use a structure in structure in tables paramters of the function module.Structure 1 has following fiel...

    Resolved! Accepted Solution

    Getting Sales doc number from Invocie number or Del Number and vice a versa

    Hello,The SD document flow in SP is Sales Order Number -> Delivery Document number -> Invoice (Billing) numberI know the document flow table is VBFA. Now, if I want to get slaes order number by providing invoice number or delivery document and vice...

    Format Excel cell

    Hi,I am writing a program that will send out an email with an excel attachment. When I open the excel file, it does show the leading zeros if the value contents only digits. For example. if the plant is '0005' the file displays just '5'. Do you know ...

    Resolved! Accepted Solution

    Unit Test Problem

    Hi,I Build unit test and i want to test table (role_info) that i get from Fm .if i have the problem in fro e.g. in line 1 and 3 .I get error message that i have problem in line 1.There is a way to get all the line that have incompatibility data like...

    Resolved! Accepted Solution

    How to extract OM data

    I have to develop a custom report which will display cost center for a person along with his name. In our company the cost center is assigned to a position not to a person. Can some one send me a sample code how to get cost center related to a positi...

    Resolved! Accepted Solution

    field symbol

    hii have a followin condition<fs_tab> type standard table <fs_wa> type any.now there is a dictionary table say mara.now if i have to assign the structure to the <fs_wa> and say 10 tale entries to <fs_tab>...how should i do that....how to assign mara'...

    Resolved! Accepted Solution

    GOS FD01

    hi all,is there any possibility to activate the generic object services for the transaction fd01? reason is, my customer wants to append documents when he creates a new customer?thanks for your help,Robert Rein

    Resolved! Accepted Solution

    BAPI_PO_CREATE1 Service Positions and Conditions with reference to P. Req.

    Hello together,i have the following problem. I used the BAPI BAPI_PO_CREATE1 to create Purchase Orders with reference to a purchase requsition. I have 2 different types of purchase requsitions. One with normal items and one with services. So for both...

    Resolved! Accepted Solution

    keep alive connection

    Hi,I write a report that works on a lot of data and when it starts, it takes about an hour or two for processing. The problem is that on the system there is a timout of 20 minutes of inactivity after which the use il logged out.The question is: is th...

    Resolved! Accepted Solution

    radio button

    hi .. I have a screen say 100. on which i have 2 radio buttons which are take from the dictionary table .Eg: Male * FemalI need to click only one of them .but when i run the program both are getting selected.so what shall i do in order to see onl...

    Labels in this area

    Explore this Area