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

    Db table

    Hi ,I have Ztable with many fields. Now, I would like to change the data type of the one field From Char to Numeric. But we have so many records . How can i do i t? If I change it directly sap will accept and adjust it or not ?Bye,Satya.

    Resolved! Accepted Solution

    display long text

    Hi All,i am reading a long text from credit master which excees second line. means in script editor it fill 1st line and with = sign(extended line) it continue in 2nd line.how to read it as single line. because some time many one line text and some 2...

    Db Table

    Hi ,I have Ztable with many fields. Now, I would like to change the data type of the one field From Char to Numeric. But we have so many records . How can i do i t? If I change it directly sap will accept and adjust it or not ?Bye,Satya.

    Resolved! Accepted Solution

    data type

    i didnt mention any type in declaration.what is the default type?? char or int or float??REPORT ZFLOAT .parameters: b(5), c(5).DATA: a type p. a = b * c. write : / a.plz see and tellthanks and re...

    Resolved! Accepted Solution

    float

    hi guys,in my code i declared float type,error message is coming that data type f is not allowed like that,how can i declare the float value,plz let me know.thanks and regardsvijay

    edi

    hi,i would like to clarify which is triggered first. 1 or 2 and the reason.thanks1) tnapr/nace processing routine pgm name - rsnasted form name - edi_processingvs2) process code triggering the function module (idoc_output_xxxxxx)

    Resolved! Accepted Solution

    dump error

    Hi SDN'svat does this statements mean catch system-exceptions generate_subpool_dir_full = 9. generate subroutine pool lt_source name l_name message l_message line l_line word l_word. endcatch. case sy-subrc. when 0. when 9. raise...

    Resolved! Accepted Solution

    is it better to use bapi_salesorder_getlist than select statements?

    hi experts,in terms of performance, which is better in getting a list of salesorders is it better bapi_salesorder_getlist or select statements?for bapi_salesorder_getlist, i will not get all of the fields so i would still use select.Message was edite...

    Labels in this area

    Explore this Area