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

pass string longer than 255 characters to a single line of internal table

Hi,I am facing issue while moving string having around 1000 characters to internal table.It is only transferring first 255 charcters to internal table. In loop if I concatenate and append to internal after 255 characters it appends it to next line.I ...

Resolved! Recursion!

I was so disappointed when i knew that i cannot implement recursion in abap as the normal way as the rest of the programming languages.Some developers says that recursion can be implemented using loops, but still i don't why isn't it supported?!Could...

FM to convert Chile CLP to Dollar

Hi.I'd like to know if is there a function to convert Chile CLP to Dollar, but to a specific cattegory (e.g.: commercial dollar, or parallel dollar).I found a FM CONVERT_TO_FOREIGN_CURRENCY, but does not has a importing parameter to set what cattegot...

glauco by Active Contributor
  • 1675 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! Events in oops ALV

Hi abap gurus,             I'm having a small doubt regarding events in class cl_gui_alv_grid_display. Generally for a event to be triggered we follow these steps:1.define a class for event handling.2.define a method for a particular event in that c...

Resolved! Problem in VOFM routine

Hi all,I created a Routine in VOFM. While I am fetching currency values from TCURR, if it is negative Ex : UKURS = 6.25354- I need to divide by 1. (1 / 6.25354).But the problem is division is not taking place. lv_ukurs1 contains no value.Here is the ...

User Exit PPCO0018 & PPCO0007 -Keep the Process order as it is once it is revoked from TECO

Hi Experts,My requirement is that if the Process order system status is Revoked from TECO, then there should not be any further changes to Process Order.I can get the status of Process order from the FM STATUS_READ by passing object number to the FM....

ABAP program to accept 2 dynamic inputs at runtime and perform addition on it.

Hi,     I'm a beginner and was trying ou some stuff couls you please let me know how do you accept inputs from the user dynamically at runtime say like 2 numbers and perform additon operation on it....So far I've tried creating simple addition progra...

prathik by Participant
  • 1524 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Values not getting in output?

Values in the below program not getting in output why?*General local class by using static and instance. *Define the class CLASS cl_lc DEFINITION.   PUBLIC SECTION.     DATA      : a TYPE i.                                        CLASS-DATA: b TYPE i...

Resolved! TECHINICAL DETAILS

hi in sap ess portal employ travel and expenses they displaying the employ trip details in pdf form how can i know  which forms are used  and regading component details and smartform details.in my ESS portal.thanks & Regards,Pramodh.

Labels in this area