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

Multiple use BADI

Hello,I have created a custom BADI definition of multiple use type and one implementation for it n it is working fine but now i want to create multiple implementations for it.But when im trying to use method of second implementation in my program its...

Resolved! Assignment of a structure to field symbol possible?

Dear all,I use a method with the following parameters:Parameters:DATA_STRUCTURE    TYPE ANY (contains a data structure)DATA_LINE    TYPE ANY (is one row of a table)The following does work:FIELD-SYMBOLS:         <name> TYPE ANY. ASSIGN COMPONENT 'myn...

Resolved! Save file dialog

Hi ABAP gurus,When we use the FM : 'F4_FILENAME' with the parameter PARAMETERS p_path   TYPE LOCALFILE. we get the OPEN FILE DIALOG with a button called OPEN which opens the file that we choose to open.Can anybody tell me how to get the SAVE FILE DIA...

How can I show current date with text as a default in the text box of selection screen?

Hi Experts, How can I show  current date with text as a default in the text box of selection screen?For example: 'C:\My Documents\Material_Change_DDMMYYYY.xls' where DDMMYYYY is the current date.Regards,SumanModerator message: very basic, please read...

Encryption in SAP

hi could you know how could we store data in database tables as encrypted. What is the way to encrypt data before storing into table.Here I need to use my own encryption file as encryption methodology.do  you have any encryption files as sample.Pleas...

LL01 Size category

Hi AllWe currently have a problem in table LL01 - Whse Activity Monitor: Critical Transfer Order Items. There is a delay of 24 hours on the record addition. We haven't changed anything of this process for quite some time and suspect that it has somet...

Resolved! Data deletion

Hi all, I have one object to delete  BOM data from standard SAP tables. User has provided me the txt file of all the material numbers to be deleted. Whats the best way to do it? How can I handle the foreign key relationship of material? Any suggestio...

Resolved! Commit Work

Hi All,I am calling a FM from abap program. FM inserts a record in ztable.  If I do NOT use commit work , still record gets saved in DB. Please help me in knowing where commit work is executed.below is code :Program : ZTESTWRITE : 'calling'call FUNCT...

Resolved! 2nd Maximum Record

Hi Experts,I am new to ABAP. I want to generate a report wherein I have to display 2nd largest record from an internal table. If I sort this table in descending and delete adjacent duplicates, I will only get 1st record. What is the procedure to capt...

Smartform invoice

Hi guys,     How can we find the standard smart form for invoice. I think thru TNAPR table we can find the form name and print program name. But In IDES,  I could found only script 'RVINVOICE01'   and the corresponding print program there in the tabl...

Labels in this area