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

    OPEN DATASET

    I want to store report output in application sever .For that i followed open dataset. My problem:when i used below statements.1) 1st OPEN DATASET P_FILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.TRANSFER WA_OUTPUT TO P_FILE.loop at i_output into ...

    Resolved! Accepted Solution

    SPOOL

    Hi,Below code is for generating spool request can somebody clarifies what the e_ztimmos2 exactly is?Regards,NEW-PAGE PRINT OFF. NEW-PAGE PRINT ON DESTINATION e_ztimmos2-zpdest COPIES e_ztimmos2-zprcop LIS...

    Join Tables

    Hi all, I have a scenario where I have got three tables two std ones and the third one is the custom one bseg,bkpf and ztest, and based on three fields i.e. belnr, blart and bukrs( which is in all the three tables )to join these tables and need to re...

    Resolved! Accepted Solution

    Alv_Grid report

    Hi All, I have requirement where I have been asked to create a ALV_Grid report and the fina outcome of the report might have around 50-60 fields, but I read somewhere that there is some kind of restriction on the number of fields that one can have in...

    Urgent help..pls

    Hi Experts,I had to DO BDC FOR TRANSACTION CODE MI08.ITS FOR PHYSICAL INVENTORY.FIRST WE NEED TO CREAE IT IN MI01.THEN WE NEED TO PROCESS IN MI08.IN MIO8 THE FIIRST SCREEN HAS THE PHYSICAL DOCUMENT NO,THEN YEAR.THEN IN THE NEXT SCREEN IT WILL ASK FOR...

    Pls help me

    Hi Friends,All the newly created service orders or changed service orders (using transaction IW31 and IW32) are fetched from aufk table .This is already done in the Z-Program ZSERVICEORDERINTERFACE) .These delta service orders (aufk-aufnr) are passed...

    bapi error

    Hi all, In a interview i was asked a question, how to handle errors in BAPI. Even though i have worked in BAPI, i don't know how to handle errors in BAPI. Please help me if anyone knows the answer....Thanks and Regards,subbu.

    bapi error

    Hi all, In a interview i was asked a question, how to handle errors in BAPI. Even though i have worked in BAPI, i don't know how to handle errors in BAPI. Please help me if anyone knows the answer....Thanks and Regards,subbu.

    Resolved! Accepted Solution

    alv grid display regarding

    hi all,i have an issue in which i fetch data from mkpf and mseg tables into my final internal table everytin is fine and i want to display the data in alv and download it to excel sheet so the problem is while im running the prog im gettin an error i...

    Resolved! Accepted Solution

    FTP: EXEL FILE

    hii will send data out from sap with FTP.i use function: FTP_R3_TO_SERVERbut user need file format is xls.so how to use FTP_R3_TO_SERVER to send out xls file.some one can give me demo code!thank you advance!

    Resolved! Accepted Solution

    LOOP in LOOP Problem

    Dear all...I have a code which is like this..LOOP AT ITAB1. LOOP AT ITAB2 WHERE BELNR = ITAB1-BELNR w_index = w_index + 1. . . . . MODIFY ITAB1 INDEX W_INDEX TRANSPORTING SOMETHING. ENDLOOP.ENDLOOP.Now what i want is that suppose while loopi...

    rahul2000 by Contributor
    • 1529 Views
    • 10 Comments
    • 0 Likes

    bdc

    hi Guru I have one problem with multiple line items .I am creating bdc for tcode mb21 (reservaton creation ) Flat file has one record for every line item. Can anyone suggest me some solution how to send the multiple items to a single tansaction.

    Labels in this area

    Explore this Area