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

    BDC in Background

    Hi All,I have written the following BDC program, which is running fine in foreground mode.I want to run same BDC in Background mode. What r the changes i have to do. i heardthat i have to use JOB_open, Job_submit & Job_close .Where i have to call the...

    Resolved! Accepted Solution

    Signature is not showing in Quality Server but appearing in Dev. Server

    Hi Experts,I have created a Sap-script in which I have given Signature using SE78, creating the file in .BMP format and then using Inclulde command in SAP_SCRIPT editor. Later we have send that Script to the Quality Server where that Signature is not...

    Resolved! Accepted Solution

    Probelm in BDC : VL01

    Hi all,I am doing BDC for T.Code : VL01( Outbound Delivery).I need to create the doc for a particular selected item like 2nd,4th,5th,7th,, items for the order. So i am deleting other Items in vl01 through my program. After finishing this bdc is not w...

    Resolved! Accepted Solution

    User exit in MIGO needs challano. from ztable to be check in MIGO t-code.

    Hi Experts,i have created one screen where iam entering challon no. it gets saved in ztable. now when in t-code MIGO when user enter delivery note number i want tht the delivery number entered should be equal to challan no. in the ztable, if its equa...

    WRITE issue with /

    I come from C, and if I'm not wrong, the following doesn't work alike ABAP: WRITE /. WRITE TEMP. According to my understanding, in the code above I order the program to move the cursor to the next line. Then I ask it to write the contents of TEMP,...

    Reg: User Interface

    Hi Frnz,I copied a program using the copy option provided by SAP,While copying I cheked all the check boxes,I activated the new program andwhile executing I am getting the following errorStatus S500 of the user interface SAPLSLVC_FULLSCREEN missingI ...

    Resolved! Accepted Solution

    Table Control

    How to handle more number of columns in table control of module pool. after entering the last column then how to add new column to current table control adn aslo how to add new record in table control when exixting records are being filled.RegardsCha...

    Resolved! Accepted Solution

    WRITE issue with a N type

    Hi, follows the scenario I'm using for the following question (I'm using ABAP/6):DATA v8(7) TYPE N value '1234567'.WRITE: / 'V8: ', v8.--> there's a space after V8:The output shows V8: 1234567 - with TWO spaces after V8:.If, however, I use WRITE: / ...

    Resolved! Accepted Solution

    reg: performace

    Hi all,i have an issue regarding performance. let us say i have an internal table itab with 5 values. for those values there is a standard table yrank which have a column as rank and for every value of itab there is a rank given in table yrank. here...

    ztable upload

    Hi Experts,data is coming from flatfile with 16 fieldswe have to upload the data into ztable .but the ztable having another two fields( STATUS and DATE)if the correct record comes from flat file, the status filed in ztable should be updated with 'C'....

    Resolved! Accepted Solution

    Runtime error

    Hi Experts, I wrote program in Report using for all entries. here i used Binary search. If iam using append its working properly. If i am using modify its going to dump.Why it is going to dump.Please tell me.Thanks.

    Labels in this area

    Explore this Area