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

    [ABAP 7.40] NEW syntax

    Hi,With all the new additions in ABAP 7.40 language, I can't manage to append a new line with values to an internal table in a single line??This works: DATA: lt_users TYPE STANDARD TABLE OF usr03.  " User address DATA(ls_user) = NEW usr03( bname = '...

    Resolved! Accepted Solution

    Operator CN

    Hi guys,I need your help. Why this code below doesn't works?The content of variable vg_charg must be only numbers and when it is 1300266, the SAP shows the message.IF vg_charg IS INITIAL.     MESSAGE e000(ZMSG) WITH text-002.ELSEIF vg_charg CN '01234...

    Resolved! Accepted Solution

    Decimal notation incorrect when using WRITE statement

    Hi All,In a payment run, we have 3 lines:Customer A 50.00Customer A 50.00Customer B 673.00Customer C 10.00All lines have the currency GBP.When the payment hits my code:DATA: l_amount LIKE reguh-rbetr. DATA: wa_output-amount(17).WRITE l_amount TO wa_o...

    Resolved! Accepted Solution

    How to append records to final table with conditions

    HiI am working on a report using tables vbrp vbrk glpca & konv to fetch the amount of billing document based on condition type (kschl)Below is my query & records are fetching fine. But now I need to append my final display table.Question 1.... which ...

    Resolved! Accepted Solution

    How to correct proper allignment when download excel file from ABAP code?

    Hi All,I have created a report on Vendor Master and I want to download the output of this program in Excel sheet. In output there is a column named State name . When this state name column has character value it comes in excel file as left alignment ...

    How to retrieve the partner values from CRMT_WFDST_UI_BUPAS table type

    Hi all,                I have to create new RFC with business partners( it should be table type) as table type as import parameter. This RFC will be called by giving                multiple business partners as input. So I created an import parameter...

    Receiving the problem report "This syntax cannot be used for an object name"

    Hello dear ABAPers,after falling in love with Eclipse and not using it for a while now, I receive the following problem report evey time I try to change a local class in my function pool:since there are no details for this report and I can change all...

    how to restrict or stop the same data provided in selection screen parameters its should stop fetch the data on previously provided data?

    Hi Developer,i have issues that i need stop or restrict the same entries provided in the selection screen parameters it should no display that data but it should give an alert message by saying the data all ready viewed or displayed.example: organisa...

    Labels in this area

    Explore this Area