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

    Error: "Vendor not found in company code XXXX" on calling BAPI from Portal

    Hi ABAP Gurus,I am a Enterprise Portal guy and need your help.I am trying to create a PO Based Invoice by calling a BAPI from my portal using Java Connections(JCos). I provide these details manadatory details:<b>Heater Level detals</b>Company code , ...

    Resolved! Accepted Solution

    BAPI_PO_CHANGE

    Hi All, I am working on an interface where I need to change the price of the PO's, and for this I will be getting an input file which will have the material no's and the price associated to those. I need to select PO's based on the following conditio...

    Resolved! Accepted Solution

    offset too long

    Hello experts,I tryed to execute the following lines of code, but I get an error message saying something like "offset too long". -DATA: str1(60) TYPE c, len type i, spcarr(60) type c value'0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ@&()_-+=|\:;",...

    Resolved! Accepted Solution

    BDC save Button

    Hi exprets,While creating bdc On MEK1 after entering all value when i click on SAVE button it " Exit " from the Tcode MEK1 .But i want to continue eventhough i Click on Save button... how it possible. ?Point is assured *********

    Resolved! Accepted Solution

    Variable

    HiReq : A varible which should be a unique no for one execution of the program . if the variable is i_doc = '1000000000' for one execution (f8), then for the next execution(f8) of the prog 'i_doc = '1000000001'. and so on . It should bea number of le...

    TIME_OUT ABAP Dumps

    Hi Guys,We are getting ABAP Dumps in our systems very frequently. We are currently using 4.6C (DB2, AIX). We are gettting the dumps in many programs, is this because of some error in application. We currently have kernel patch level 2307. We have alr...

    Resolved! Accepted Solution

    SUBMIT PROGRAM

    Hi all,How can i trigger a standard program that has selection screen from my custom program. Please note that i have to pass the selection screen values also to the standard program from my customer program. Also note that, the solution should not s...

    Resolved! Accepted Solution

    Regarding Tcode IL01

    In Tcode IL01....THE FIELD Superior functional location.....when we make an entry in this field......which table does it affect??I want to retrieve Superior functional location for a particular functional location ..so want to know which table does ...

    Transaction SNUM

    Hi All,What is the transaction SNUM used for ? and how is it used ?In my requirement I have to create an id for each Payment Order generated and store it in a z table. This is should be unique for one whole year. The volume of Payment Orders generate...

    Resolved! Accepted Solution

    BAPI_ACC_DOCUMENT_POST

    Hi,I am using <b>BAPI_ACC_DOCUMENT_POST</b> to create accounting document, the function module is successfull(returned msg 605 success) but the document is not created(the tables are not updated), i have used FM <b>BAPI_TRANSACTION_COMMIT</b> also.Th...

    Resolved! Accepted Solution

    help in insert

    HI,i have internal table and i wont to insert the data from internal table to database table how i can do that? LOOP AT reptab INTO wa_reptab. MOVE : wa_reptab TO wa_reptab2. INSERT wa_reptab into TABLE zsd_input_table. ENDLOOP. i h...

    Resolved! Accepted Solution

    Date Formating

    Hi all I get the Date in the format either in DD-MON-YYYY or DD.MM.YYYY. Even sometimes in other format. I am using CONVERSION_EXIT_SDATE_INPUT to convert it to internal format. since I have to find the Day from this date using DATE_COMPUTE_DAY. ...

    Labels in this area

    Explore this Area