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
    • 94677 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    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
    • 575 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

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

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

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

    Resolved! Accepted Solution

    USER EXIT / BADI for FB01

    i am looking for a user exit to apply check on the payment terms in FB01. All the user exits i see for FB01 are triggered by IDOCs is there any way i can apply a check on the base line date , payment terms in FB01 / FB70 /FB60 while posting customer ...

    Resolved! Accepted Solution

    How to disable standard menu items in SAP transactions

    Hi Gurus,How can we disable standard menu items in SAP transaction flows.My Scenario:TCODE CO40 --> Choose Button Operation Overview -->On this screen I want to disable the Option EDIT --> Delete (Delete Lines).Using Screen Variants we were able to r...

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

    Resolved! Accepted Solution

    Getting Payment Terms Text

    Hi All,I need to get the payment terms text. Specifically First payment term, second payment term and Net payment terms. I see the structure R052. But i am not able to find the table corresponding to R052.Or is there a function module to get the text...

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

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

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

    Labels in this area

    Explore this Area