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...

    Resolved! Accepted Solution

    How do i extract base amount, cst amount of an item in rseg?

    SELECT  RSEG~BELNR             RSEG~GJAHR             RSEG~BUZEI             RSEG~EBELN             RSEG~EBELP             RSEG~MATNR             RSEG~LFBNR             RSEG~BUKRS             RSEG~WERKS             RSEG~WRBTR             RSEG~LFPOS  ...

    Runtime Error :ITAB_DUPLICATE_KEY Select on BSIS and BSAS Table

    Hi Experts,We sometimes get runtime error itab duplicate key in production system on the following select:select data from BSIS into ITAB where burks on selection screen                                                        gjahr   on selection scre...

    Runtime Error :ITAB_DUPLICATE_KEY Select on BSIS and BSAS Table

    Hi Experts,We sometimes get runtime error itab duplicate key in production system on the following select:select data from BSIS into ITAB where burks on selection screen                                                        gjahr   on selection scre...

    Resolved! Accepted Solution

    Runtime Error :ITAB_DUPLICATE_KEY Select on BSIS and BSAS Table

    Hi Experts,We get a frequent dump on the below select in Production system  for dupliacte key select data from bsis into itab where bukrs on selection screen                                                     gjhar  on selection screen              ...

    Resolved! Accepted Solution

    IW31 need to populate the serial number and inventory number against equipment number

    Hi,I have a requirement for IW31 tcode, where in the user will put the equipment number under the header data tab and corresponding to its serial number and inventory number has to populate under the enhancement tab. Can anyone suggest me the include...

    Custom Tab in FB60

    Hi Experts,I have requirement to add a custom tab to transaction code FB60 using BADI.I've checked the following BADIs but unable to understand how to do it.BADI_FDCB_SUBBAS01BADI_FDCB_SUBBAS02BADI_FDCB_SUBBAS03BADI_FDCB_SUBBAS04BADI_FDCB_SUBBAS05Can...

    Resolved! Accepted Solution

    ALV OO data_changed event when clicking outside container

    Hello everybody,I've implemented an editable ALV OO and I'm using data_changed event.When I press tab key on the last field or I click on any area outside the container, the data_changed event is not triggered.Tab key from Material to Quantidade = ev...

    Defining Variables in ABAP

    I have to define large number of variables of same type.Ex  : time1 type tims,        time2 type tims              .              .              .        time30 type tims.Is there any solution to not over-write ' Type Tims ' again and again.I tried ,...

    Resolved! Accepted Solution

    Opinion on that abap code

    Hi experts,In BW, i am inserting with an abap code some data to a custom SE11 table (ycnv_report)I am calculating data with three different internal tables and i regroup all data in one internal table from which i am inserting data into my custom sap...

    Resolved! Accepted Solution

    How to store images in custom data tables?

    Hi friends,I have created custom table with name ZRAO_IMG . it has the ID(int2) and IMAGE(rawstring) fields.Now i need to store the images in IMAGE field from my desktop.What is the procedure to store the images.Let me know the ways .Best Regards,Nar...

    Table type in bapi issue

    Dear All,I have to develop a bapi which will be used by other sources like java or .net or webdynpro java which should take two input parameters.for ex in spfli table two input parameters airlineid and connectionid and return a flight list of some fi...

    prasad by Participant
    • 438 Views
    • 1 Comments
    • 0 Likes
    Labels in this area

    Explore this Area