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

    check initial

    Hi all,I have defined a type and then then standard table of this type.itab TYPE STANDARD TABLE OF ty_itab.Now I am checking for not blank internal tableif not itab is initial.Will it work or I need to put [].Regards,Jeetu

    Resolved! Accepted Solution

    Default date and year

    Hi Guru's,Can you please give your suggestions for following requirement..On selection screen for parameter_period...( which is in format --- mm-dd-yyyy)I want default value for mm-dd as ( 01-01)..and yyyy as current year ..For eg ::if execte the...

    Resolved! Accepted Solution

    Date format( high - low )

    Hi.... All.... I came back with one more question related to date....Iam having date field as select-option in selection screen...>data: g_date like sy-datum >> select-options s_date for g_dateso here..s_date-high should be last month last dateand....

    Resolved! Accepted Solution

    Script

    I want to display the heading on every page in a script.Plz tell me how to do.Heading.No. Characteristics Low High Unit Resultthis should be display as heading in every page.Regards,Govindu

    Resolved! Accepted Solution

    Translation through se63

    Hi All,My requirement is to translate a report output to login language.For the title and headings I could able to translate, but for the values in the report how I can translate through se63, under which menu I can achieve this. Your valueable time ...

    Resolved! Accepted Solution

    HR batch input

    Hello!I have a problem with batch input for assign person to work center. When I do this manually by transaction IR02 every data are updated in database. I can see changes in PA30 "Organisation assignment" fiels "Position". But when I execute batch ...

    Resolved! Accepted Solution

    Creating application help

    Hi Guys,You must have seen a SAP Std. shortcut icon on the application toolbaar with "i" ( blue in color), when it is being clicked it brings up the abap documentation.For exmaple open the SE37 and then open UPLOAD FM in display mode. All the way ri...

    Resolved! Accepted Solution

    Join on 4 tables...??

    Hi experts, Does anyone know what is the best solution when wanting to retrieve data from 4 tables. i.e joins or for all entries etc???My scenario is that i want ot join on LIPS, VBEP, VBAK and a custom table where my joins are:ZCUSTOM-ZVALUE = VBEP-...

    Resolved! Accepted Solution

    Selection-screen(call transaction radio button as default)

    Hi.... I devolped a calll transaction program.... while executing .. that program iam getting default triggered radio button on as sessions method..How can i get it with call transaction radio button on.Points???..... min..2 Max...10 for ur answer....

    Resolved! Accepted Solution

    Alv report

    Hi,Please have a look at the scenario. In alv display there is 'check box' as one field.If check box is checked, it should call a bapi.For this , what should I do?By using user command , when check box is checked, should we call the reqd bapi. Is it...

    modify

    hi expertswhen i run this code(part of big program):LOOP AT tline1. MOVE eban-banfn TO ltext-req. MOVE eban-bnfpo TO ltext-num. MOVE tline1-tdline TO ltext-text1. MODIFY ltext. ENDLOOP. it gives me an abap runtime error TABLE_I...

    Resolved! Accepted Solution

    ok-code

    Hello!my program says:save_ok = ok_code.CLEAR ok_code.CASE save_ok. WHEN 'BACK'. LEAVE PROGRAM...etc..save_ok is not accessible. What's a problem? I defined everywhere and in dynpro too.Thanks

    BAPI_PO_CHANGE

    Hi, I was using the BAPI_PO_CHANGE bapi for changing the purchase order..Now while changing they are giving the new condition types which they need to put in me22n condition base value field of USD currency..I checked out that parameter in pocond t...

    Read data

    Hi All,May I know how to get the standard name (text in bold) and move it to internal table. How to get the data between INCLUDE & OBJECT? Appreciate provide me some sample code to check it. Thanks./:INCLUDE Z_TEST FILE OBJECT TEXT ID ST LANGUAGE EN...

    Resolved! Accepted Solution

    bdc subroutines ?

    Hi team,I have a simple doubt in BDC , after recording the transaction i am copying all the perform statements into a seperate program , now my doubt is how to get or create a ' FORM' statement in the BDC for the corresponding perform statement ?

    Labels in this area

    Explore this Area