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

    Why i am getting type conflict error?

    DATA yol TYPE string.   CONCATENATE 'D:\Proje Çalışanları\' gv_pjtx '.xls' INTO yol.   CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'     EXPORTING       file_name                 = yol     TABLES       data_tab                  = gt_detail_collected     EXC...

    Resolved! Accepted Solution

    RegEx for dd.mm.yy-dd.mm.yy

    Hello,I am looking for a regex for dd.mm.yyyy-dd.mm.yyyydd and mm can vary from 1 to 2 digits:example:1.1.14–31.3.141.01.14–31.3.14\d{1,2}\.\d{1,2}\.\d{1,2}  is matching:1.1.14–31.3.14But I need to match  the whole 1.1.14–31.3.14 .But I am not sure h...

    Resolved! Accepted Solution

    how to pass one by one values to function module in background

    hi experts,              my requirement is that i am running a program in background,and its creating some unique id for given material based on the previous id,its incrementing by 1. what the problem is that when i running this program simultaneousl...

    Resolved! Accepted Solution

    How to pick Excise Document Number with PO Number

    Hi Experts, Good day.I have to requirement to develop a report and in that I have to pick the Excise Duty Base Amount, Basic Excise Duty, Special Excise Duty, Additional Excise Duty etc basing on Purchase order number and material.My functional guy h...

    Resolved! Accepted Solution

    BAPI_MATERIAL_SAVEDATA - I have an error for an obligatory field

    Hello,I have the following error because there is a field that is obligatory for the material, the field is MSBOOKPARTNO which is known as Natureza for the company I work with.This field exist in the table MARAMy Question is How I can send this value...

    Resolved! Accepted Solution

    Batch input session not getting created

    Dear All,From a custom program I am using following syntax to call BOM Change through batch input in ECC6.0.SUBMIT RCSBI020 WITH LOG_NAME = <Path>                              WITH BDC_FLAG = 'X'                               USER SY-UNAME           ...

    ABAP Report

    As i have displayed four fields in alv grid with its total at bottom.....Example is showing below..But Quantity contains some values for local sale, some for export,some for trading sale.Quantity            Local Sale            Export Sale        Tr...

    Resolved! Accepted Solution

    Can we create excise invoice with other material (non STN material) in Depots

    Hi GurusCan we create a excise invoice with other material (ie. other than the STN material) at Depots.For ex: If we transferred the FGXYZ material (100 No's) to Depot from Plant with Excise duties and then if we  transferred the Stock from one mater...

    Resolved! Accepted Solution

    deleting a single cell of an internal table without deleting the entire row

    i have a internal tablenameemp idageramRa83667924shyamErd223456manojcrdh3244362i want to delete the employees ID which doesn't start with 'E'. without deleting the entire row. the output should be as followsHeader 1Header 2Header 3ram24shyamErd223456...

    How to upload a modulepool program from one SAP server to another SAP server?

    Hi Experts,I have searched in so many forums,I am able to download the modulepool program to file by using REPTRAN program.But I am unable to uploadthis downloaded file into another SAP server.I have found ZSAPLINK is the option,but this program is a...

    SQ02 ABAP Coding

    Hi All,I am new to ABAP and am using SQ02 to add coding to select data from a table here is what I have so far:Select single KNUMH from KONVinto Z_KONV_CONDwhereKNUMV = EKKO-KNUMVandKPOSN = EKPO-EBELPandKSCHL='XX00'===================The problem is i...

    Not able to pick files with file name length greater than 40 chars using EPS_GET_DIRECTORY_LISTING function module in SAP CRM 7.0

    Dear ExpertsWe are trying to process files in SAP CRM 7.0 (EHP2 FOR SAP CRM 7.0) system. We are using function module EPS_GET_DIRECTORY_LISTING for reading the files from AL11 folders. The same function module in SAP ISU (EHP6 FOR SAP ERP 6.0) is abl...

    Labels in this area

    Explore this Area