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

    Nested Loops

    Hi, I am new to ABAP and would like to know how to loop at two internal tables. The following is my scenario:ITAB and ITAB_1 are internal tables with same data and the data is sorted on Fiscal Year Period. Now I want to do is as :loop at ITAB.loop at...

    Resolved! Accepted Solution

    Exporting a variable

    Hi I am using the transacction XD02, the user put the value on the bukrs field and goes to another dynpro, i need to use the bukrs value I use EXPORT rf02d-bukrs TO MEMORY id 'X_BUKRS' , and in the second dynpro i put MPORT ls_bukrs FROM MEMORY ID '...

    Invoice status

    Hi ,I want to retrieve invoice status like cleared, not cleared, open, completed, canceled.I have retrieved Cleared status using BSAD table, Not cleared status using BSID table and based on fkart or fksto from VBRK retrieved Canceled status. How to...

    Resolved! Accepted Solution

    Performance issue and functional question regarding updates on tables

    A person at my site wrote some code to update a custom field on the MARC table that was being copied from the MARA table. Here is what I would have expected to see as the code. Assume that both sets of code have a parameter called p_werks which is ...

    Resolved! Accepted Solution

    Do itabs in ABAP program memory swap out when the program is swapped out?

    Do itabs in ABAP program memory swap out when the program is swapped out by the app server scheduler?If so, has anyone compared the time it takes to open/close an Oracle table n times with the time it takes to swap an itab of 50M in and out n times?

    Resolved! Accepted Solution

    Partner profiles!

    Hello all,In which client do we configure partner profiles and ports? Is it in gold client? I am trying to create a partner profile in gold client of partner type KU and it is giving out an error Enter a permissible partner numberMessage no. E0342*Di...

    ALV

    Hi,My problem is...I have 2 grids,one contains data which is above and the other grid is below without any data.Now say I have 5 records in my 1st grid. I select the 4th one and push it down to the second grid. As soon as I do that I want my cursor t...

    Resolved! Accepted Solution

    project

    Hi,is there a way to use BAPI_BUS2001_CREATE and BAPI_BUS2054_CREATE_MULTI in LSMWif it's possible what should i do to make them available in LSMW bapi list.thanks for your help.

    Resolved! Accepted Solution

    SAP GUI Problem

    Dear all, We are in SAP GUI version 640 Final Release. I am not getting the inbox messages in business workplace displayed in preview mode. Not sure why it is happening, any ways to resole this. Thanks in advance. Regards,Vivek K

    Resolved! Accepted Solution

    Report Painter problem

    Hi,I have created report painter program i.e. reports and having problems with it1. I have many rows and colums. If both rows and columns are having calculations, both calculations are not working i.e. only one is working. How to make both calculatio...

    Resolved! Accepted Solution

    BSEG to a txt file

    Hi, i need to make a query to the table BSEG, the given fields are BUKRS and GJAHR, then i need to generate a txt file with this info, i've tried several choices but i need to make more efficient my process, if i make the full select to the table int...

    Labels in this area