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

    regarding Unicode

    hi gurus,Can somebody tell me how Unicode is affected in Standard programs or Standard Transactions.we are now in 46C. moving to ECC unicode system. so need to find out if any changes we need to do in std programs or transactions to make Unicode acti...

    Resolved! Accepted Solution

    itab calculations

    hello abap masters,in my requirement,there are three fields in an internal tabledata: begin of itab1,field1(3) type c,field2(3) type c,field3 type p. data:end of itab1.now i should calculate total of all (only) field3 's for each fied1,field2 comb...

    Resolved! Accepted Solution

    MODULE POOL

    Hi all,I have some problem in the module pool programming.i have created 3 tabstrips. These three tabstrips have their own sub screens created.on first subscreen i am displaying one editor, on the second subscreen i am displaying some fields data and...

    Resolved! Accepted Solution

    internal table fields

    Hi,I have two internal tables.itab1 and itab2.The sturcture of both the tables are as:begin of itab1kunnrname1end of itab1.begin of itab2ort01name1land1end of itab2.now, i have data in both the tables using select statement.Requiement is like this :i...

    Resolved! Accepted Solution

    Methods used in cl_gui_custom_container for ALV and for what purpose

    Methods used in cl_gui_custom_container for ALV and for what purpose and i want the exact senario for the usage of those method?2. What events are used in ALV?I anyone help me please,Points will be awarded.Thank you & Regards,Jagrut BharatKumar Shukl...

    Resolved! Accepted Solution

    SAPJSF

    hi ,everybody! Can anyone tell me what SAPJSF is? when connecting SAP system to portal,is SAPJSF in target system neccessary?why should we need the user?what does it provide?thanks a million!

    hi all

    HI all, I have created one table control in (created through module pool program) I want call it in my BDC. How to call that TBC in bdc What is the Function Module for this thank you in advance,regards,anilreddy

    Resolved! Accepted Solution

    get next available dat

    hi,i want to retreive the next available date from one internal table based on input from another internal table.itab102/02/2001itab202/04/200602/03/200202/05/2002now for the value in itab1(02/02/2001) i must look up itab2 and get the date closest to...

    Resolved! Accepted Solution

    file create

    hello abap gurus,in my scenario, i have to check if an entry in afield in an itab is less than 0,i need to write the entire record into an error file.i can check if the field value is less than zero,but how to create and write in the error log file.

    NEsted IF

    Hi,can anyone correct this statementselect * from zco where co = siitab-id.ENDSELECT.if co = '11' and /cotyp = '14'. j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd'. J_ITAB-RCOST_CENTER_ID = 'Y' co = 'aa' and cotyp = '10'. j_itab-typ = 'a...

    Resolved! Accepted Solution

    Problem after assigning field-symbol in read statement...

    Hello Experts, I want to use a universal field-symbol in reading my internal tables so I can avoid declaring multiple work areas. Here is my code: FIELD-SYMBOLS: <fs_any> type any. READ TABLE lt_orderadm_h INDEX 1 ASSIGNING <fs_any>. Now when I try...

    Is RFC Secure ?

    We are planning to build an interface from an non-SAP system to SAP. The non-SAP system can talk to SAP using RFC. One of the requirements of this interface is to secure the communication channel or encrypt the data because it is sensitive in nature....

    Resolved! Accepted Solution

    accessibility

    Hi,in my object i)the data should not be saved if there are any errors.ii) my object should be accessible to only selected users in the client system.How do i achieve these functionalities ? Could anyone help me plz

    Resolved! Accepted Solution

    selection screen

    hi here is how i am trying to select .how do i get the And vbrk condition correctly.SELECT * FROM vbrk INNER JOIN vbrp ON vbrkvbeln = vbrpvbeln INNER JOIN kna1 ON vbrkkunag = kna1kunnr INTO CORRESPONDING FIELDS OF TABL...

    Resolved! Accepted Solution

    ALV

    hei,I have a select option for VBELN.select-option: salesdoc for vbak-vbeln.when I dont select any data(selection screen) and simply execute it......my ALV displays grid and also data in it. It works finebut when I select the data in select option in...

    Labels in this area

    Explore this Area