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

    Report :Write Statement

    Hi all i have created a report, in this when i try to execute instead of showing the output which i mentioned in the write statement, its getting out of the transaction,even i debugging the write statement is getting updated..here the code is.&...

    Resolved! Accepted Solution

    AND NOT ( lifnr IN r_bktxt) is correct in the WHERE cond. of SELECT stmt.

    DATA :r_bktxt TYPE RANGE OF lfb1-bukrs,wa_bktxt LIKE LINE OF r_bktxt.wa_bktxt-sign = 'I'.wa_bktxt-option = 'EQ'.SELECT zcharval1 INTO wa_zcharval1FROM zkapWHERE zcharfld1 = 'U319'AND zcharfld2 = 'ACTIVE_BUKRS'AND znumfld1 = '0'AND zseqno = '0'.wa_bkt...

    Resolved! Accepted Solution

    Internal Table query

    Hi experts ,I'm trying to extract the data from database and importing it into Text file on local server ...while executing the program it is dumping and giving the error messege "No storage space available for extending the internal table."Refer the...

    Resolved! Accepted Solution

    Purchase order fields..

    Hi All,I need some information for purchase order.1 T-code for creating purchase order ??2 Tables related to purchase order with description. ( Tables which will be updated when purchase order is created ?? )3 Table and Field name for below fields ...

    Resolved! Accepted Solution

    COMPANY CODE

    HI GURU'S.i want validate selection screen that aloows all values of company codes from table t001.and also .In F4 functionality, List out all the entries in the table TVKO-VKORG by passing above company code value as parameter.It should validate the...

    Resolved! Accepted Solution

    CL_gui_frontend_services-To read data by selecting file from file dialog

    Hi I have a requirement in which - I have to selct the file using file open dialog . Cl_gui_open_frontendservices . From this I have to read the data into internal table . How can I get the data after getting the file name . Does any one have idea o...

    Resolved! Accepted Solution

    Loop problem

    HI Experts, in my program, i dont know why its not getting inside the loop. below is my code. I have seen in the debugger mode that as the arror comes on Loop statement, after that it directly goes to next select statement. why it is no...

    Resolved! Accepted Solution

    Re:ALV's

    Hi, I have a ALV screen as that of VA05( list of sales order) but in this customised screen the problem is with open sales orders, there r many OPEN SALES ORDERS in VAO5 and in my customised screen there r very less How to find out where is ...

    Upload flat file

    dear all,i want to upload the schedule lines from flat files to sap schedulle linesbut the flat files have 15 schedule lines and the data is as per dateso how to upload that and the fields available in flat files are more than the sap screenwe are ha...

    Resolved! Accepted Solution

    WBS hierarchy not working in BAPI_PROJECT_MAINTAIN

    I have created the following code. Before I added the section for the hierarchy table the structure was created ok, but with all WBS elements at level 1. Now I have added the entries into the hierarchy table I am getting an error when I run BAPI_PROJ...

    Labels in this area

    Explore this Area