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

CL24n Tcode

HI folks,My requirement is to update classification view fields in cl24n transaction code using customer no ,using bapi function module ,hey can any body help me which bapi FM helps me so that i can update the classification view fields so hwo to pro...

Resolved! Number Format

Hi w_rwbtr is a character field.Suppose the value of w_rwbtr is 1234567I want to display it in the format1,234,567.00I was asked to try the below solution..declare w_rwbtr1 as type P decimals 2.move w_rwbtr to w_rwbtr 1.again write ... write w_rwbtr ...

XML to ABAP

Hi, How can i convert XML to abap internal table using XSL. My xsl can't convert XML to internal table using XML1, but can convert using XML2 I wan't convert xml1 to abap using my XSL, how to change my xslMy xml1<?xml version="1.0" encoding="utf-...

UPLOAD error

Hi Experts I have prepared a flat file for a bdc upload. when i execute the UPLOAD fm, my internal table is not getting the values, it returns the value 5(unknown error),what could be the reason actually. I am sure that i have pr...

Resolved! Issue with smart form

Hi all,I have a smart form and i need heading in main window in all pages at the top.I have the loop in the main window and underneath taht i have text where iam writing the /: TOPpo creation date/: ENDTOP&PO& &DATE&i am getting output like th...

Resolved! Astrik symbols

I have an input field in the selection screen of the report program.Soon after pressing the execute the report we will get the selection screen. Now the requirement is ,soon after the selection screen got displayed, that field should contain the astr...

Program Output

Please tell me the difference in output's of the below codes.-parameters:p_matnr like mara-matnr.select * from mara into table i_mara from mara where matnr = p_matnr.if sy-subrc eq 0.loop at i_mara into wa_mara.write:/ wa_mara-matnr.endloo...

Resolved! Custom Table Updation

I have a custom table. While updating a field in that table , suppose when we enter some value like hITLeR then the same string should get updated in that table . It should not get modified to either lowercase or uppercase.Is there any way to do it.

ALV to Excel

Hi Experts,I am working on ECC 6.0 . In the output of alv grid report(By Using Funtion module REUSE_ALV_GRID_DISPLAY ) there is a standard button provided by SAP where we can see the report in the excel format. The button will be next to the Print pr...

Labels in this area