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

    Password resetting.

    Hi Friends,I have a requirement in my project to reset the user password to 'initpass'. This will be used in the case, when user forgets his current password. In this case, the user have to answer few security questions. If the user has answered corr...

    Resolved! Accepted Solution

    Splitting the output screen with CALL METHOD grid2->set_table_for_first_dis

    Hi All,Here is my example code, system is throwing me an error that internal table i_mara is not compatible, Could you please help me to resolve this issue.REPORT ztest_oo_a.DATA: BEGIN OF I_MARA OCCURS 0.INCLUDE STRUCTURE MARA.DATA: END OF I_MARA. D...

    Resolved! Accepted Solution

    Splitting the output with CALL METHOD grid1->set_table_for_first_display

    Hi All,Here is my example code, system is throwing me an error that internal table i_mara is not compatible, Could you please help me to resolve this issue.REPORT ztest_oo_a.DATA: BEGIN OF I_MARA OCCURS 0.INCLUDE STRUCTURE MARA.DATA: END OF I_MARA. D...

    Resolved! Accepted Solution

    PT91

    Hi,While generating PT91 report i am unable to see my absenct types it just gives '?' symbol under each date.How to get A for absence, P for Present , L for Leave in that report.Regards,Sailaja.

    problem in alv

    HI FRIENDS ,I m creating ALV grid report. in that i have to get the following output.no problem with value 1 field. 1. but value 2 field should be common for both 2 records. i cannot use sort option because i have to find subtotal of value 2. if i us...

    Resolved! Accepted Solution

    Select entries present in an internal table using a range of key values

    Hi guys,I have an internal table tb_bseg. It contains the vendor code (lifnr), document number (belnr) and other fields.How can I select values so that it may follow my (lifnr) range values in the selection screen?SELECT belnr lifnr gsber mwskz hwbas...

    Resolved! Accepted Solution

    Fetching the values

    I want to get the values of many fields all are present in the bseg table except the 2 fields waers and hwae2.when I looked in the bseg table the data element BDIF2 has the ref field as hwae2 and in the same way the field DMBTR has the ref field as...

    Abap query

    Hi All,i have a abap query . in that one perform statement perform %output_gl.i want to put my code in that perticular perform at the perticular line no.could you please help me out in this issue.Thanks and regardsSudhakar

    Resolved! Accepted Solution

    Quantity

    Hi abapers,When i want to upload Quantity fields in BDC ,what care i should be taken ?or directly can i declare with reference to the direct data type.Edited by: rajesh k on Sep 4, 2008 4:58 PM

    Resolved! Accepted Solution

    Simple issue in BADI

    Hi I want to change one field in BADI(CACL_CHARACTER_INPUT) with name T16FB-KZFAE (Changability indicator for Purchasing Docs).I have implemented one of the BADI method as below : method IF_EX_CACL_CHARACTER_INPUT~SET_CHARACTER_INPUT.if sy-tcode eq '...

    submit and return

    Hi, I have used submit and return command and included a standard report in my abap prg.That std report contains an internal table.but after i submit and return i am not able to acces the internal table ( std prg int table ). is there any way to a...

    Resolved! Accepted Solution

    Greater than 255 characters not allowed - CSV attachment

    While sending the data as a CSV attachemnent, its not allowing more than 255 characters per line.I want to send more than 255 characters in a line (in the CSV attacment. how to do this ?The function module which i used is SO_new_document_att_send_ap...

    UmaArjunan by Active Participant
    • 2964 Views
    • 14 Comments
    • 0 Likes

    Search help

    In my requirement I have a table for which a search help needs to be designed. The product hierarchy has 8 levels. To identify the correct product hierarchy, search help will be used by the user to select the level of product hierarchy and to navigat...

    ztable dataelement

    WE are creating a ztable and we want one fieldas in percentage and that to it need to be storedwith postive as well as negative sign.For example -56% etc like this ,so pleasetell me the dataelement and domain i need to maintainto have a field like th...

    Resolved! Accepted Solution

    How to use INSERT query ?

    Frenz,I have created one internal table and i am doing loop on it like... Loop at it_data into wa_data. ----- ----- ----- Endloop. I want to insert some data into table zdata.How to use INSERT records on this data base table?Give me one example.Regar...

    Labels in this area

    Explore this Area