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

    Function WRF_IPGRP_LOAD_WAPG how buffer is filled

    HiI have a function module WRF_IPGRP_LOAD_WAPG being called with only parameters as below:{code}CALL FUNCTION 'WRF_IPGRP_LOAD_WAPG'           EXPORTING             i_aktnr                 = i_promotion             i_read_from_archive     = 'X'       ...

    I have a bug

    Hi experts,i have a report which is running well in environment(DSV,QAS) but in PRD when I print the report the system return this run-time error:CONNE_IMPORT_WRONG_COMP_LENGWhy and when does it occurs? and please the suggestions of solutions.I will ...

    How to find from Spool no. what is the program to which Spool no belongs to as output

    Hiii ABAP Masters,there is a program in the system which converting SPOOL Request(Reading from TSP01) to PDF, and it is back ground job, now i want to find the program name from which SPOOL Request is generating from SPOOL No. . Dose any one know how...

    Resolved! Accepted Solution

    Performance comparison of Join, Loop at, For all entries

    Hi experts,  Sorry, I know this topic has been discussed for a long time, ex; "LOOP AT vs. INNER JOIN". However, I use an example from Performance-Optimierung von ABAP®-Programmen and I download an example like below. I even write a program to compar...

    Resolved! Accepted Solution

    FM which automatically convert value as per alpha output / input while uploading excel into internal table

    Hello evryone,Do we have any FM whiich automatically pick the data from presentation server / local machine into internal table and also consider call conversion aplha while uploading into internal table...e.g lifnr has 10 char length with alpha conv...

    Resolved! Accepted Solution

    Calculate cost for items of type N (non stock) as it calculating standard type L(Stock)

    Hi Gurus,I have a Requirement for calculating the cost for Subcontracting  Non stock items N as it is getting calculated in standard functionality for subcontracting items of Type L.This will be done in CK11n ( used to calculate the standard cost est...

    Resolved! Accepted Solution

    me51 -> wbs?

    using bdc with t-code me51, i  ordered something and entered WBS elements.but when i check project budget, there nothing happend.i look through TABLE [RPSCO ], there is no data  wrttp-21, 22. how can i solve this problem ?

    bak_mini by Explorer
    • 846 Views
    • 3 Comments
    • 0 Likes

    Screen Exit

    Hello all,I have noticed that in case of Function Module Exit, the include starts with a naming convention 'ZX', since its starts with 'Z' it belongs to customer name space, so we can do coding without Access Key.Then my doubt is during implementing ...

    BDC transaction recorder

    Hello everyone,I have one doubt that in bdc, while creating new recording ,then we wil give record name start with Z.And then how can i find out the transaction code for particular table, which i need to record in first record transaction.Thanks,Ravi...

    Resolved! Accepted Solution

    Deleting append structure from standard table issue

    Hi All,I have created an append structure in standard table TFK033C. Then I deleted the same and did save & adjust database.The issue is after deleting the structure also I am able to see it in the table and also when I check the table getting follow...

    Resolved! Accepted Solution

    ECC 6 EHP 0

    Hello guys.We are setting up an interface to bank and the minimum requirement for our system is EHP 1. Our SAP is on ehp 0, and for fear of disrupting business and downtime, we're thinking of applying the sap notes without the enhancement package ins...

    Resolved! Accepted Solution

    Even though am calling BAPI correctly still not getting outcome!

    Hello,We are trying to update the Gross Weight - BRGEW and Volume - VOLUM of existing materials in system, hence am calling BAPI_MATERIAL_SAVEDATA in my report prog. but still am gross weight, volume not updating!!I tried different ways in passing th...

    Resolved! Accepted Solution

    Pricing Routine

    Hi All,I am trying to add some code to a newly created custom routine.Only for a selective range of customers  - say "1000" to "1790" I want to append the delivery numbers.Something like this:IF VBAK-KUNNR in ( RANGE OF CUSTOMERS )THEN APPEND LIKP-VB...

    Resolved! Accepted Solution

    Select Statement to check date between dates

    Hi Experts,I wanted to find data from table based on the dates. But it is not fetching any data.SELECT UKURS FROM TCURR INTO TABLE IT_UKURS        WHERE  GDATU GE <FS_OUTTAB>-BUDAT AND GDATU LE LV_LAST_DAY.** I also tried BETWEEN Statement still not ...

    Resolved! Accepted Solution

    Unlock Incident when Clear : 'DEQUEUE_EZ_INCI'

    hi Good day,am trying to unlock the INCIDENT when the user clicks on the CLEAR Button.the screen is Cleared and when i debug, i see the sy-subrc = 0 and i have committed Successfully.but when i go to the TCODE : CBIH82 with the same INCIDENT it says ...

    Resolved! Accepted Solution

    Selection OPTION: Date input problem in Module POOL through Subscreen

    Dear ALL,Being new to ABAP, I am struck in a Problem.Requirement:I want an option on the Screen( My Screen 9000) for Date Range. Through this Date-Range I want to filter and pull some data fromDatabase.As Date Range Selection option is possible only ...

    Resolved! Accepted Solution

    Problem in Text Table

    Hi,I have created a Custom table and Text table, implemented foreign key relationship from text table to Custom table. Then i have created a view, added records to view. when i logged in as language ENGLISH or German, in SE16 it is showing only in en...

    Labels in this area

    Explore this Area