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

    data type

    Hi experts I have problem with the data type declarationsfor ex itab-netpr value 1.00 and itab-menge value is 4.00when multiplying i am getting 400.00 instead of 4.00 in the result field pls advice which datatype i need to use for the result field

    Resolved! Accepted Solution

    FOR ALL ENTRIES IN Problem

    Hello,probably it is a silly problem, but can anybody tell me why this FOR ALL ENTRIES IN statement does not fill all the columns of my internal table?At the end of the report only the columns LGOBE contains values.data itab type zmm_t_alv.select mar...

    Resolved! Accepted Solution

    Validation

    Hi gurus,I have written the following code for one of my scenario, but its giving me an error 'statement is not accessible' at the statement where I have started my loop at it_tab02.DATA: it_tab01 like zbs_fix_allocate occurs 0 with header line.data:...

    Resolved! Accepted Solution

    create image in background

    Hello,I'm trying to create an Image (of a material) but I cant use GUI_UPLOAD in the background even if i use C13Z_FILE_UPLOAD_BINARY to place the file from c:\drive to the app server.However, I can use OPEN DATASET to open the file and READ it into ...

    Resolved! Accepted Solution

    bapi_goodsmvt_create

    hi from my bapi code i need to get the materialdocuemnt and i need to use it in select querry. please let me know how to get the material document from bapi, please correct my select querry, or i need to use internal table or loop...loop at itab.sele...

    Resolved! Accepted Solution

    ALV with objects

    Hi , I am new to the concept of ALV with OOP ,I have built an internal table to be displayed , it is required that it need to be editable at the report screen , so I will have to use oops . I have been going through the sflight examples , Since I hav...

    SM58 Error ??

    Hi All,I am sending an custom IDoc thru one SAP system to another using fm MASTER_IDOC_DISTRIBUTE. I have RFC connection from sender system to receiverBut after sending the IDoc i checked in the SM58 , it giving error that <b>Name or password is inco...

    Copy SAP Standard

    How Do Everyone!I have copied the SAP standard increment report Y0PR1008 to my Z version.I have made some changes where the output is now also written to an excelspreadsheet as well as the screen.The only difference is that I now have extra lines of ...

    Resolved! Accepted Solution

    bapi_goodsmvt_create

    hi i'm unable to get the materialdocuemnt no from my code: can you any one helpMOVE '04' TO GOODSMVT_CODE. MOVE SY-DATUM TO GOODSMVT_HEADER-PSTNG_DATE. MOVE SY-DATUM TO GOODSMVT_HEADER-DOC_DATE. item-MATERIAL = ITAB-MATNR. item-PLANT = PL...

    Resolved! Accepted Solution

    PARAMETER?

    Hi all,I have a parameter in selection-screen..i.e,,P_CDATE...it is optional.I have to fetch some data from MARA based on this field. SELECT MATNR ERSDA AENAM FROM MARA INTO TABLE INT_OUTTAB WHERE ERSDA EQ P_CDATE.If ...

    Resolved! Accepted Solution

    PERFORMANCE TUNING

    Hi,Req ..if p_comp eq 'X'. select * from ZTABLE into table gt_cms006 where werks in s_werks and line in s_line and aufnr in s_aufnr and matnr in s_matnr and charg in s_charg and block in s_block. else. select * from ZTABLE i...

    Resolved! Accepted Solution

    Related to database

    Hi Pals,i have to make a report in which i have to check for available stock ststus.so my question is how can i check it .table structure is like this:zkap_stk - master table for medecine stockzkap_med - table for requested amount of med.A code exam...

    Labels in this area

    Explore this Area