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

    Extension of BAPI

    Hi all,I just want to know the process involved in extending a BAPI. I have gone through the help.sap.com to find the related information, but its difficult for me to comprehend the concept. If there is anyone who has successfully extended an BAPI pl...

    Resolved! Accepted Solution

    Other SDN Forums

    HI I’m not supposed to post this topic here .. But just want to see the comments . Why don’t you guys have SAP functional Forums and SAP basis forums . I mean for each technology. This is the best place I have visited so far . I think this is the onl...

    Resolved! Accepted Solution

    ALV Grid

    Hello,I am using an ALV grid to display inventory movement. Everything is working correctly, I just need to be able to display the columns in a different order than is currently display on the ALV. I have the internal table in the order that I want ...

    Resolved! Accepted Solution

    ABAP Dictionary Fields

    Hi all,I have a field related to vendor. It is ktokk. I just want to find out in which vendor master table it is existing like lfa1 or lfb1. What is the best way to find which field belongs to which table. Because If I am doing recording it is referr...

    Popup window

    Hi All,I need to display popup message in a transaction for 10 secs and it should disappear automatically without any user interaction. Is there any function module available for this or any other way to do this.Any help would be appreciated.Regards,...

    Resolved! Accepted Solution

    ABAP Code

    Hi Guys,In one of my user exits, i am trying to calculate value for a field.DATA: l_s_abc TYPE TABLE OF BIW_ABC, tmpmatnr LIKE mara-matnr VALUE ' '. tmpntgew LIKE mara-ntgew.My code for one data_package is:LOOP AT i_t_DATA into l_s_abc.IF l...

    Resolved! Accepted Solution

    FB01 posting period

    Hi all,I have an assignment to add a posting period to a external file andbring into SAP using the RFBIBL00 process and the FB01 transaction.The business would like to start using posting period 13. I am notsure where to start. I have looked at a doc...

    Resolved! Accepted Solution

    Convert to Excel

    How Do everyone!I am using the FM SAP_CONVERT_TO_XLS_FORMAT to download an internal table into an excel spreadsheet. Everythingis working fine apart from the leading zeroes disappearingon one of the columns i.e. in ABAP the document no is 0051100001 ...

    Resolved! Accepted Solution

    Errors in Call Transaction

    Hi all,In my program I am trying to handle errors in call transaction method using bdcmsgcoll and format_message.To check this I have given some false data like trying to create materials which are already in mara tables. The data is not updated in t...

    sap console bdc

    Dear All,We have developed some customized z-transactions related to standard MIGOtransaction for our Barcode Implementation project so that they can run on Hand held terminals(HHT) as HHT doesnot Support SAP GUI (for ex : table controls, Tab strips ...

    SUBSTRING

    In the select query how to search for a particular part of data. (in ABAP code) Table : ABCField name : CategoryField content : Enterprise.Query : Select * from ABC where substr(category,1,3) ='Ent'.[The query should check the complete tab...

    Resolved! Accepted Solution

    Mails from SAP

    Hi all, im doing a program in which im sending mails to number of users,everything is going perfect.im using the Fm SO_NEW_DOCUMENT_SEND_API1.now my clients wants to put all the mails as cc,so he wants to know the other mail recipents .how to d...

    Resolved! Accepted Solution

    Junk characters printed

    I am trying to print a tamil font through sapscript. I am able to see the same output if I print from word but from SAP i am getting junk characters. What could be the reason?? I have done all the relevant settings also/Thanks Narayani

    Nkrish by Contributor
    • 1389 Views
    • 6 Comments
    • 0 Likes

    report RSTXPDFT4

    Hi all, I am submitting report RSTXPDFT4 (to download spool request to pdf) using the below syntax. I am passing the spool request number to the report. The job is getting created, but it has a status cancelled and the list is not getting downloade...

    Labels in this area