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

    ALV Grid

    I am using method set_selected_rows to select line of the table grid and then call the method get_selected_rows to check if the selection was done. It work but when it come back to the screen the line is not selected. I have set SEL_MODE to A and put...

    Resolved! Accepted Solution

    Misc

    Hi Guys, I have a requirement where I need to go to mara table and collect matnr where mara-meins = 'CS' and mara-bstme= 'UN'Can you help me to write the syntax for the above condition.ThanksRajeev Gupta

    Resolved! Accepted Solution

    Performance tuning

    I have a SELECT statement that is bogging down the performance of my report. Can this be converted into 2 READ's. Any ideas on how to improve the performance of this code. Thanks. SELECT SINGLE qals~prueflos qals~aufnr qals~selmatnr afpo~dauat afpo...

    Select statement

    Hi Gurus, I need to select all the records from Z_tab to it_tab that meet below conditions:mode = a or b amount1 < amount2and for this I have written the following codeselect * into table it_tab from z_tab for all entries in it_temp where mode = '...

    Resolved! Accepted Solution

    Flat files in BDC

    hi......to everybody.....i am working on session method with two application(transaction)s.i have the data in two flat files separate related to those applications in presentation server.how to update the data into the data base?Message was edited by...

    persistent locks??

    Hi experts,we have the following phenomenon:The use of FUNCTION 'BAPI_MATERIAL_MAINTAINDATA_RT' sets a lot of lock entries.Following the function call we call FUNCTION 'BAPI_TRANSACTION_COMMIT'.This should start the update process and release the loc...

    Clemenss by Active Contributor
    • 1683 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    SM30 Defaulting values

    HiI am using a custom Z transaction for maintaining my table. This comes up with a selection screen where the user gets to choose one of 4 values for a field in the table (ID). Based on the selection, only the relevant entries are displayed in the SM...

    Resolved! Accepted Solution

    SM30, table maintaince not defined error for custom table : urgent pls

    Dear All,I have created a new custom table. when I tried SM30. it says The maintenance dialog for ZTABLE_01 is incomplete or not defined. please let me know, what I should do. This table will be use to upload data from ABAP program from Flat files.Th...

    Resolved! Accepted Solution

    Select statement

    Hi all, I have a condition where I need to select all the record from it_tab that meet all the below conditions:mode = X or Y matnr = 123 or 234can you just tell me how to execute this condition.ThanksRajeev Gupta

    calling a method

    hi how can i call a method which is implemented in another class.give me with example.one more problem..in my code .the following syntex is not working.AT LINE-SELECTION.CALL METHOD OBJ_OUT->LINESELECTION.CALL METHOD OBJ_OUT->OUTPUT.why and wat the ...

    regarding ALV

    hi, i have written fallowing code to add a field to my fieldcat.there are already 361 fields in my catalogafter displaying the output in alv grid when i export this to excel my output in excel is as fallows: Order seq. no. Seq. no.seqno i...

    Resolved! Accepted Solution

    latest HR record

    Hello All,I am attempting to get the very latest hr record from SAP by writting an SQL statement. Currently it brings back every single record for a user everytime an infotype has been changed. So in some cases there are 30000 records for a single ...

    Resolved! Accepted Solution

    BCD_ZERODIVIDE

    I have a user that when posting an invoice either from FBV0 or from inbox, get an error appears and the invoice is not posted. I have included the error message below.ABAP runtime errors BCD_ZERODIVIDEDivision by 0 (type P) in program "SAPLTAX1 "...

    Resolved! Accepted Solution

    Do we need to include 0TCTAUTHH in Analysis Authorizations in BI 7.0

    Hello Friends,Upgrading from 3.5 to 7.0.Can any one tell me abt hierarchies.likeDo we need to include the characterstic <b>0TCTAUTHH</b> in analysis authorizations along with <b>0TCAIPROVIDER,0TCAKYFNM,0TCAVALID,0TCAACTVT</b>.and asign hierarchy ID ...

    Resolved! Accepted Solution

    GUI_UPLOAD NO_AUTH_CHECK

    I am calling GUI_UPLOAD method and I am getting an exception 06 on the authority check. I notice there is a NO_AUTH_CHECK parameter that can be set on the function module to bypass this check. However, in the method call this parameter is missi...

    Resolved! Accepted Solution

    sequence of fields in where clause determines index or not

    Hi, I want to know whether the sequence of fields in where clause determines indexor not.(whether it is database dependent; in my case it is oracle)1.let the index contains fields A,B,C.and if the fields in where clause are in order A,C,B.2. if i ha...

    Labels in this area

    Explore this Area