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

material sales text

Hi friends,can any one tell me in which table will i get the material sales text.senario.In VA01 transaction at line item level i have a tab called TEXTS.when i click that TEXTS tab i will get the text for the particular line item.now can any one tel...

Code Review Tool

Hi Gurus,I have a requrement to make a Code Review tool which will do SLIN check as well asthe code inspector check, in my custom program.In my selection screen i am giving the program name ,how can I do SLIN and Code inspector check and show results...

Resolved! fm replacement

Hi,I am upgrading 4.6c version to ECC 6.0.Found fm 'GUI_REMOVE_DIRECTORY' as obsolete.Can you provide me a replacement for this Fm? The code is as below, CALL FUNCTION 'GUI_REMOVE_DIRECTORY' EXPORTING DIRNAME = LF_PATH EXCEPTI...

Creating New Method

Hi,I am creating a new method METHOD2 in an existing class.I am using an internal table which is populated in other method METHOD1.But when I tried to call the METHOD2 in main program,it is saying that METHOD2 is not defined.while I have activated th...

OLE Method SAVEAS

Hi,I am using OLE to open and save an excel file in a different format. But the code is not working.This is the code I am using: INCLUDE ole2incl. DATA file_in TYPE rlgrap-filename. DATA file_out TYPE rlgrap-filename. DATA excel TYPE ole2_object. D...

Resolved! Decimal Part

Hi experts!!!I need to cut the decimal part of my P data.... DATA: auxiliar type I, aux type C, valor type P decimals 2. valor = '5.50'. aux = FRAC( valor ). auxiliar = trunc( valor ).But when I do this, in aux ...

Left Text Body Email

Hey ExpertsI use ' SO_NEW_DOCUMENT_ATT_SEND_API1 ' to send mail from abap code via internetI want to start the body text from right to left (arabic text)I enter the message text into interial table (it_message) type solisti1I change the it_packing...

Labels in this area