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

Resolved! ABAP OO: how to pass a internal table with objects as a method parameter

Hello all,I have a class "ZCL_VEHICLE", this class contains the attribute WHEELS.This attribute contains objects of the class ZCL_WHEEL.(definition: data WHEELS TYPE TABLE OF REF TO zcl_wheel.).I now need a method that gives this table back (as retur...

Resolved! ABA Development Overview

I'm a microsoft developer that's been asked to convert a complex VB/Access application (I wrote) to a SAP application. I've read ABAP Objects and understand the language reasonably but I lack a broad overview of the development issues. I'd like to as...

Resolved! VFBS in Sales Order

I want to add to tabstrip control to Additional DataB in Sales order processing. I found the following screen SAPMV45A 8459 where I can make the necessary changes.. Using tcode VFBS, I need to call additional screens. My function codes are 'TAB1' and...

Resolved! or keyword

Hi All,Is there a keyword OR in abap. i want to check whether a variable A has a value 01 or 02 then i need to do one thing, if its value is 03 or 04 i need to do one thing? what is the statement for it?data: A(2) type n.if A = '01' or '02' then .......

Resolved! BAPI for FB05

Hi!I'm new to BAPI programming, and I cannot find one to make clearing in FI, the same way FB05 does. For example, I post two documents using FB01, like this:Document 1: Item 1: Credit - account number: 1 Item 2: Debit - account number: 2 Document ...

Dynamic Function

hii,i have fm in which i have the code like thismy ztab contains 4 columns field1 field2 field3 field4.call function 'ZUPDATE'. importing tabname = 'ZTAB' value = '2,3,4,5' .now in <b>zupdate</b> function i have written code like thisdata...

Resolved! unix user for SAP

Hi All,I have to execute an unix command in abap.the unix command look like this :'ksh /usr/local/bin/scripts/PUTtransfer /DEXIA/Send/sending.0000789529.000'abap look like this :concatenate 'ksh /usr/local/bin/scripts/PUTtransfer /' outfile+1 intoimp...

Labels in this area