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...

    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...

    sheenamk by Developer Advocate
    • 94666 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    accounting in material

    hello!I would like tp know where i can find the total stock and the standard price fields,in transaction mm03 in tab accounting 1 accorrding to last period(sy-datum).in what table can i find the price? or is it a fm for that?best regardsyifat

    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    RFC for sales order

    Dear all,I have requirement to create sales order using RFC function module. Header data we can pass in the import parameter. But how to pass <b>multiple line items data</b> in the function module. Please suggest.Thanks,Anup.

    Resolved! Accepted Solution

    Two titles for one screen

    Hi Everyone, Is it possible to give two titles for one dialog screen. Based on a grid i perform centain things where the user has to enter the values in the dialog screen. To this screen i want to title based on the which grid it is. Is it possible t...

    Resolved! Accepted Solution

    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 ...

    Resolved! Accepted Solution

    Is it possible to make a call to an Infotype from an ABAP program?

    Dear friends,I created a new infotype 9*** using transaction pm01 and it works fine. What i need to do is to make a call to this infotype from an abap program without going through transaction pa30. Is it possible to do that? Thank you in advance.Sin...

    Resolved! Accepted Solution

    LSMW with SE16 Recording

    Hello,I have a bespoke file that I am trying to load in LSMW.I have created a recording of SE16 where I entered a record.When I process this in the foreground it works fine. When I process this in the background it fails saying "Table maintenance no...

    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! Accepted Solution

    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

    Explore this Area