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

Resolved! Files attachment in ABAP

Hi All:Is it possible to attach a files (like MS Word, Excel, JPEG, scanned Images or any other file) in Custom ABAP transactions / Screens in ABAP stack of NetWeaver 2004s?I know this is possible using <u>'Document Management System</u>' (DMS) in my...

BATS by Associate
  • 510 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! clarification on move

tables : lfa1 .data itab like lfa1 occurs 2 with header line.select * from lfa1 into table itab.loop at itab. <b>move itab to lfa1.</b> ... ...endloop.Could you explain how this move statement works? Are we moving the data into lfa1 database tabl...

Resolved! abap

hello,does anyone have a link toSams Teach Yourself ABAP/4 in 21 Days .most of the links do not work.I would sincerely appreciate if you could mail me a copy of study material on abap.thankssunainasunaina_bw@yahoo.com

Re:ALV

*************************************************************************TYPES: BEGIN OF output, ZDATEIN type Zemp-zdatein, ZTIMEIN type Zemp-ztimein amt type i, END OF output. TYPES: output1 TYPE STANDARD TABLE OF output....

Resolved! BADI

hi! i'm new to badi & am learning form SAP help.In that while creating BADI in se18,we shuld assign BADI to a package.But when i assign BADI to a package,a meesage is appearing saying that 'you cannot assign to this package'is there a special package...

layout problem

hi!I am trying to print preview of layout using transaction ME9A. The first time in the messages i defined printer xand the second time printer y.I get diffrences in the size of the fonts.why is there a diffrence in the print preview of the layouyt?r...

regarding

hai SDNs,i have written this code for displaying LIST BOX and populating with values..its working fine..but if i select any thing i need to process correpondingly.. is there any thing for that. pls check my code and can any one pls help me outTYPE-PO...

Resolved! Commit work and wait

Hi all ,This is my code. I need to copy data from 1 st internal order to 2 nd internal order .But long text not copying.Cany any help me in this issue?FORM CREATE_PLAN_TEXT_DETAIL . DATA: STMPNAME LIKE THEAD-TDNAME, TTMPNAME LIKE THEAD-TDNAME. CLEA...

Resolved! select

Hi Experts,I'm a beginner.Can you please tell me what is wrong with the program.REPORT ZTEST1 .tables: mara, mch1.constants: c_mat type mara-matnr value '107901', c_pla type marc-werks value 'XXX', c_bat type mch1-charg val...

VB01 SELECTION SCREEN

Is there any way we can change parameter options to select-options / change to range of entries for SAPMV13G - 1502 for sales org or region in material exclusion. As to my understanding these screens are dynamically created during configuration. Is t...

Labels in this area