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

    parameter.

    "parameter : p_blart like bkpf-blart"This is my parameter for document type. When I am executing my report it is all documnet type when I am clicking to it. I want to restrict it to 'kg' and 'dg' onl. What I have to do for that.

    Resolved! Accepted Solution

    Program does not continue and exits when called via transaction code.

    Hello Experts, I am having a problem with my report after I created a transaction code for it. What happens is that after calling the program via the transaction code and I enter the values in the selection-screen and press F8 it simply exits. What m...

    Resolved! Accepted Solution

    OPEN DATA SET

    HI ALLi am facing some problem with open data sethere is my programopen dataset '/tmp/MHI' for output in text mode encoding default .if sy-subrc ne 0.SKIP 2. write:/ 'Download failed', sy-subrc.else. loop at itab1. transfer itab1 to '/tmp/MHI'. ...

    Resolved! Accepted Solution

    Select max and sy-subrc

    Hi,I have a simple max Statement. Why is the sy-subrc = 0 while there is no match in the Dictionary and how can I check this? SELECT MAX( a ) FROM ztable INTO z_max WHERE version = zversion AND id = zid.IF sy-subrc = 0. max = zmax.E...

    Resolved! Accepted Solution

    Decimal values in bdc

    Hi , Iam trying to upload file using bdc call transaction.tcode is ff67.iam not able to give decimal values in the input file iam getting error.The fields i want to enter decimals is in bold(ssald and esald in the internal table declarations).iam giv...

    Resolved! Accepted Solution

    BAPI_PO_CHANGE failing

    I am using BAPI_PO_CHANGE to add line item to the purchase order. This PO is taking reference from the SO of same company code. when i run this BAPI it gives me the following message: PO Changes Failed due to following reasons Changi...

    Labels in this area

    Explore this Area