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

    L_TO_CREATE_TR-???

    L_TO_CREATE_TRi use this FM to create a to refrence a TR, in our dev client, it throw a message_error 'Storage type XX is not Allowed negative stock', so FM process failed, but on_front, using LT04 to create TO refrence the same TR, it is saved succe...

    pricing routine...

    hi alli have to create a pricing routine in vofm.....for that i will have to pick the purchase order no and sold-to party field from the screen of sales order request ( transaction VA01).how can i do that ???regards vijay

    Vijay by Active Contributor
    • 319 Views
    • 1 Comments
    • 0 Likes

    pricing routine...

    hi alli have to create a pricing routine in vofm.....for that i will have to pick the purchase order no and sold-to party field from the screen of sales order request ( transaction VA01).how can i do that ???regards vijay

    Vijay by Active Contributor
    • 390 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Negative indicaton logic

    I have 3 records in a table with a Qty field. I need a logic to be written as follows.If 1st record Qty is negative then variable cnt = 1If all the 3 record Qty is negative then variable cnt = 123If 1st and 3rd record Qty is negative cnt = 13If 1st a...

    Performance issue

    Hi,I want to access the data from table BVOR, The only where clause which i m using is BUKRS, Its not fully specified Key, so thas why its taking a huge time for data retrieval for this select statement. How can I improve performance in this case. Wh...

    Performance issue

    Hi,I want to access the data from table BVOR, The only where clause which i m using is BUKRS, Its not fully specified Key, so thas why its taking a huge time for data retrieval for this select statement. How can I improve performance in this case. Wh...

    Resolved! Accepted Solution

    BOM (cs01) bdc code

    Hi All,I need BDC code for BOM (cs01), i don't know how to handle "Table Control" in BDC.Flat file is also required. Because, i think flat file arrangement will be differ from regular flat file format.It is very urgent.Thanks & Regards,Srinivas

    alv grid question

    Hi all,I m trying to print the content of an internal table as a alv grid , but i miss the F1 documentation of the field component:I have the following code :Types : BEGIN OF ty_s_temp, application TYPE char20, component LIK...

    Resolved! Accepted Solution

    need help

    Hi all,I am creating the data element . I am giving the Elementary type domain is HKONT, then it is taking the length 8. but in BSEG table the field HKONT length 10 is there. How can i chnage my data element with 10 length.regards,Ajay reddy

    Resolved! Accepted Solution

    Structure and Include

    What's the <b>difference between structure and include</b> in the area of table creation.Aprt from the difference that structure can be included in one table and includes can be included in many tables. what's the f<b>low behind the both ...

    Resolved! Accepted Solution

    general

    Hi folks,LOOP AT IT_EKPO INTO WA_EKPO. SELECT single kunnr ADRNR FROM KNA1 INTO CORRESPONDING FIELDS OF wa_KNA1 WHERE KUNNR = wa_EKPO-KUNNR. IF SY-SUBRC = 0. SELECT SINGLE ADDRNUMBER ...

    Resolved! Accepted Solution

    Can we submit somethig else than a program using the background scheduler

    I want the use to be abble to submit my job in background so I use the standard scheduling FM : JOB_OPEN, BP_START_DATE_EDITOR, JOB_CLOSEUsually, we call a program using : SUBMIT program USER SY-UNAME VIA JOB JOBNAME NU...

    Resolved! Accepted Solution

    Replace

    Hello ,my requirement is if i have a string i want to chec if the 4th character from right is a dot or not.....if yes then replace it with comma.if str = '123.546.236'then it shud be 123.546,236.also the contents of field are not of fixed length.ie. ...

    BADI SD_COND_SAVE_A

    Hi,I was trying to use the BADI SD_COND_SAVE_A to validate data andtrwow an error message on VK* screens( Can we use SD_COND_SAVE_A to throw error messages?) . When the error message isdisplayed all the fields are grayed out. But if the user presses...

    Enhance CJI3 report

    Hi,I have a requirement to add a new field to CJI3 report.EXIT_SAPLKAEP_001 is already implemented in my system.When i try to change the custom include CI_RKPOS to add my new field it is showing missing authorization. What could be the reason?? is th...

    Labels in this area

    Explore this Area