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

Data Type Conversion

Hi Everybody,Could u please tell me how to convert Floating Point Data Type content to Character Type content?????For Ex. Floating Point Number = 1.35100000E+02 It should be converted to Character type value = 135.1Thanks in AdvancePoints will be rew...

hierarchy area

Hello ,1) In transaction ks01(create cost center).... IN basic screen ,I am trying to enter to fill Hierarchy area,But f4 help found no data in it...So to maintain data for Hierarchy area(CSKSZ-KHINR) which table needs to be updated2) While doing th...

Retain space in char

Hi,I am having difficulties in retaining the space for variable TYPE char when I concatenate. For example, the desire output should be aaa jjj; but I am getting aaajjj instead. If I declare the variables as TYPE string, it is working fine. However,...

FM GUI DOWNLOAD

hi all,below is the sample code for FM GUI DOWNLOAD...... just for the heading purpose i dont want to use the statement with header line ( occurs 0) ,,, if i want to define it using TYPES, thn how should i declare it..tables: mara, marc, mard. DATA :...

Resolved! PDF Print

I am using following code to load the PDF file. CALL FUNCTION 'GET_PRINT_PARAMETERS' IMPORTING OUT_PARAMETERS = PRINT_PARAMETERS VALID = VALID_FLAG EXCEPTIONS INVALID_PRINT_PARAMS = 2 OTHERS ...

Resolved! Dynamic Array

Hi,I want to declare a char array dynamically.Example:data: size type i. size = 30. "size gets populated from another function module data: begin of table1, STR(size) type c, end of table1.Can any one please tell me on how to d...

PDF Print

Hi Everybody,I need to upload a PDF file from the PC and Print it direclly in the background.I donot want to go to Spool list and print from there.Can someone tell me how to do that?Please help.Its urgent.Thanks,Sirisha Matta.

Labels in this area