Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Criticality.png

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

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 85712 VIEWS
  • 212 REPLIES
  • 39 Likes

concatenate with space initially

Hi all,this is naresh.i want a solution to my issue.requirement is header in ALV GRID should be as follows.________________________________________________________________                               contribution list          company name         ...

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

Dynamically update tvarvc variable with last day of month from variable business day

All,A user wants to find a way to update a date parameter within a Z report automatically. This report is supposed to capture YTD from the 1/1/20XX to the last day of the previous month. Additionally, this report is run on the 4th business day of the...

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

BAPI_MATERIAL_SAVEDATA

Please, help me with this message, I can't create a material.When I consult the parameter return RETURNMESSAGES, it contains the following.Thanks for the helpthis is my code.   *&---------------------------------------------------------------------**...

Labels in this area