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
  • 83698 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! changing date to ddmmyyyy format

my report writes in dd.mm.yyyy when it is writing a report.in debugging it shows me in yyyymmdd.it also downloads in yyyymmdd format in excel sheet.the issue is want the ddmmyyyy format in the date column in excel sheet.how can we do this thru abap c...

Shahid by Product and Topic Expert
  • 3287 VIEWS
  • 12 REPLIES
  • 0 Likes

Resolved! SAP Texts with Placeholders

Hi All,we have requirement in which we will be using SAP Texts as templates.The SAP Text body will have certain placeholders, which has to be filled at the runtime with data. So that the SAP text acts as a template and the data can be filled at runti...

Resolved! CONCATENATE

data : a(3) type c value '123'. blank(3) type c ' '. b (4) type c value '456'. final type string .concartenate a blank b into final.While doing so.....i am expecting FINAL as : 123 456.123 (3 spaces) 456....but it is not t...

READ DATASET

Hi Friends,I have a simple question, I have read the documents but couldn't find documentation. While I am reading dataset usingDATA WA_DATASET(1). OPEN DATASET D1 FOR INPUT. OPEN DATASET D2 FOR OUTPUT. DO. READ DATASET D1 INTO WA_DATASET. TR...

Resolved! fb03 datum problem

hi experts !there is a program for displaying domestic sales figures as percustomer/document type/Invoice wise. input data for report isCompany codeDOCUMENT TYPESTART DATE & END DATEFINANCIAL YEAR.problem is in date when i entered date 01.05.07 to 04...

Background jobs issue

Hi,I have a program creating two jobs programmamtically(job_open,job_close,job_submit). 2nd job actually triggers a 2nd program submitted as a job in the background using SUBMIT VIA JOBNAME statement.In the job_close of the 2nd job i have made use of...

ALV FIELDCAT ??

hithe same set fieldcat,but don't get the same purpose. G_S_FIELDCAT-FIELDNAME = 'XBLNR'. G_S_FIELDCAT-seltext_l = '物料单'. G_S_FIELDCAT-REF_TABNAME = 'MKPF'. G_S_FIELDCAT-SP_GROUP = 'Z'. PERFORM F0410_FIELDCAT...

Resolved! ABAP Transport versions

Hi!I faced now with the following problem with ABAP transport: 1. transport (1 month ago) - transported to QAS 2. transport (1 week ago) - transported to QAS - then transported to PRD.Now I tranported the 1.st transport to the PRD and it was setting ...

Help required.

Hi Experts as Payroll data is sensitive data how can we provide Authorization for that?and What is RGDIR, what does it contain, how to see RGDIR?Is it possible to see from SE11 i suppose its not then how see this?What is the significance of Mode N w...

Labels in this area