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

    Badi ME_REQ_POSTED

    Hello,I've found this badi but i'm unable to change anything. IM_EBAN and IM_EBKN are like constants...I guess there are methods to get data and to save them just like in the po : CALL METHOD im_item->get_data RECEIVING re_data = re_data.D...

    Resolved! Accepted Solution

    passing variable to macros

    hii have a problem for passing the variable to macrosin the following code i have to pass the variable sy-index to the variable p_old&1,p_new&1 so that they become p_old1,p_old2,p_old3----p_old14 as the loop progresses. but it is throwing syntax erro...

    Resolved! Accepted Solution

    IDOC Type 'CONF_ACT1001'

    Hi All,I'm using the above IDOC type for sending it to our Middleware 'Biztalk'.For me to send the Idoc, the Biztalk has to generate a Schema for this Idoc. But, in this instance the Biztalk is not able to see the Schema.I'm not sure if this is relat...

    Resolved! Accepted Solution

    padding zeros.

    Hi All!I have a situation where in i will be having a value like 1234909098and i have to pad eight zeros in front of it like below000000001234909098Any FM to achieve this or any simple code to get this .RegardsPraneeth

    date conversation

    hi friends,when uploads date it should accept all format and upload to the tableupload is from excel to tcodeplz give the exact code <u>my itab field</u> datsl LIKE rm63e-datsl,<u>recorded date field</u>perform bdc_field using 'RM63E-DATSL' ...

    rolllback work

    Rollback work closes a logical processing unit by reversing all database changes made since the last COMMIT.Is there any way through ABAP coding, to create a save point in the code and to perform a rollback till that particular point, so that the rol...

    Resolved! Accepted Solution

    LSMW for Bill of material

    Hi everybody, i am doing LSMW for BOM creation using standard batch input program ,i declered the two stuctures and mapped the filelds with respective standard structure fileds , while uploading the flat file data in Assign file step. it is giving er...

    Resolved! Accepted Solution

    report performance

    Hello,I have a performance issue. I have to write a report to display items without goods receipt in the last 30 days. Tha only way I could do it was to select ALL active materials , store the results in an internal table and then loop on that intern...

    Resolved! Accepted Solution

    call a transaction

    hi,my requirement is...i have a "ZA" transaction which is old,i want to create a generic transaction "ZB"now say if user uses the transaction "ZA" it shouldtake him directly to "ZB" , now "ZB" should identify that the user had used "ZA", so how do i ...

    Labels in this area

    Explore this Area