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
    • 94644 Views
    • 212 Comments
    • 39 Likes

    How to fetch?

    Hi friends...I am creating a report for earnings in foreign currency. In thatthere are some 10 to 12 G/L account numbers which are given by the user.I have to take records from bsid table belonging to only that G/L accounts. So how can I do this ?I ...

    Resolved! Accepted Solution

    BAPI_SALESORDER_CHANGE

    I was requested a program that updates Sales Order partners. I did this using BAPI_SALESORDER_CHANGE and the PARTNERCHANGES table. It works fine in DEV but in QA and later in PRD, the number of Sales Orders being updated can be huge. Foreground proc...

    Resolved! Accepted Solution

    begin of screen

    29)Hi all,in reporting, what is difference between screen and subscreen i.ewhat is diff between'selection-screen: begin of screen 100.'and'selection-screen:begin of screen 100 as subscreen.'basically what is difference between screen and subscreen?

    Resolved! Accepted Solution

    HR

    Periodically we are requested to refresh sap systems and wipe out the hr data after which that system can be used by other teams and also by hr users to simule scenarios with their own no real hr data. The current procedure is a system refresh after ...

    Resolved! Accepted Solution

    error message display

    Hi,i am having 2 - 3 values in an internal table like this below ABCI want to display an error message like thisData record not found for A, b and cError message should be displayed based on the internal table valuesHow i can do this?Regardssenthil

    Resolved! Accepted Solution

    ecc5

    BackgroundOne of my clients is intending to rampup to ECC6.0 from 4.6C. I am assessing the efforts needed from a ABAP perspective. No new ABAP's are needed. I need to ensure that the following work well.- Custom ABAP's (reports, interfaces, conversio...

    Resolved! Accepted Solution

    GUI_UPLOAD

    Hi frnds and gurus. I am new to this SAP and ABAP. Learning right now These technologies. Can any one provide the answer to my doubt. My question is How to upload data from Excel files to SAP. What file type I have to use in GUI_UPLOAD function modul...

    Resolved! Accepted Solution

    CONVERT_TO_LOCAL_CURRENCY

    Will anyone let me know how to convert currency to local currency, I am presently trying with CONVERT_TO_LOCAL_CURRENCY function module, but I am not getting any result. Please let me know first of all is this function module is the correct one? and ...

    Resolved! Accepted Solution

    vl01n

    Hi all,how to get system message when Created Delivery Order if the sales order is blocked.usualy, I use"message id sy-msgid type sy-msgty number sy-msgnowith sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4into error_field."when I call transaction 'VL01N' using ...

    Resolved! Accepted Solution

    joins

    Hi all,In a report program i have used a inner join. I am getting error in the where condition. Here I have furnished part of my code for ur reference.Tables : mara, makt, mard.data : begin of itab occurs 0,matnr like mara-matnr,maktx like makt-maktx...

    Resolved! Accepted Solution

    old method

    I'm a bit surprised...Code:---- FORM USEREXIT_PRICING_PREPARE_TKOMK *---- This userexit can be used to move additional fields into the * communication table which is used for pricing: * TK...

    transport is hang

    Hi friendsWhen i am importing request its status is "Running".at that it is giving RC 0.every time i am going to import monitor and deleting the entries manually. it means that import is successful?what sholud i do to avoid this problem?thanks in adv...

    Resolved! Accepted Solution

    bldat

    Can you tell me how to see the list of tables and fields ??How to know the table to which the data is posted ?And, how to find out the table if we know a Field (eg.BLDAT)???Its urgent plz ???

    bdc

    While Working On Call Transaction And Batch Input Method In Bdc 'how' Does One Get The Screen Information During The Mapping Process I Mean How Do V Get The Program , Dynpro , Dynbegin Data 4 The Screen And Then 4 The Field Level.

    Resolved! Accepted Solution

    pai

    I have a doubt regarding the PAI events.If I doubleclick on a list is the PAI event triggered????If not then how is the status message displayed if i double click on a line in a list...

    Resolved! Accepted Solution

    se16

    All,Have an issue where special characters you can't see via se16 are at the end of a character field. I need a way to strip them off via abap. Is there a good way to do this? New to abap, so be gentle. Have tried about everything including shift. Is...

    rfc

    Ok... One for the best of the best, who seem only to reside here...I've got an RFC which calls SAP's PRICING function module. I have to get this thing running with sub-second timing. When all possible buffering is done, it actually runs in under 100 ...

    Resolved! Accepted Solution

    issue

    Hi all. I am having a hard time getting a solution to my particular dilema. Any opinions would be greatly appreciated. I have a requirement to add a new input field to a custom infotype. This field should be invisible to the users, but I need a metho...

    Resolved! Accepted Solution

    alv

    Hi all,I have a little problem with ALV grid...how to make two header row in ALV Grid...for example:Customer CodeCustomer Nameso I want to make the header in two rowCustomerCustomerCodeNameor I want To merge the HeaderCustomerCodeName

    Resolved! Accepted Solution

    string

    I'm trying to access parts of a string (a real string, not a type c) using dynamic offsets (assign wibble+foo(bar) to <F>) but it won't let me.I'm sure I'm missing something. The Abap Objects book isn't very clear - it refers to character strings as ...

    Resolved! Accepted Solution

    'DATA_CHANGED'

    Hi,I have a screen with a spilitter container and in the bottom part is having a ALV Grid control. Well coming to the issue...Even 'DATA_CHANGED' is defined, implemented and also registered for the ALV Grid object. Even though all required things are...

    Resolved! Accepted Solution

    difference

    i am very novice abap learner. i got a bitter doubt may be very amature..i installed sap gui and could connect remotely to server.i get many information from the forums but manytimes the screens are different.. may be becoz of version difference.wat ...

    Resolved! Accepted Solution

    cl_gui_texteditor

    Hello,I was wondering if it's possible to change font in text editor? class cl_gui_texteditor.Lets say would be nice to see text in courier new font... inplace of default arialAs well i can't get lines with asterisks in front (comments) be highlighte...

    BDC END SESSION

    HICan anyone tell me why I am getting these errors from my BDC:1. Pop up box to end session before the last screen is processed -wrong OKCODE?2. Invalid date processing on my last screenAny help?? Or suggestions on where I can find good documentation...

    Resolved! Accepted Solution

    BDC ERRORS

    HIi am new to ABAP........i have written a call transaction programto upload customer master data in the r/3 system....i am collecting the errors in the BDCMSGCOLL internal table.but how do i reprocess these error records.................???i have th...

    Resolved! Accepted Solution

    USER EXIT for MIGO

    Hi friends,Facing problem in USER EXIT for MIGO...My requirement is... I want to give a error message for good issue or it should not be posted in MIGO, if the Item OK check has not been made for all the available materials corresponding to Order no...

    Labels in this area

    Explore this Area