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

    differences

    Hi All,i want to know the differences between 1. ON-INPUT & ON-REQUEST.2. BAPI, BADI & Function Modules.3. Search help & POV in Dialog programming.i am fully confused of these, so please explain me in details.Thanks in Advance.Regards,Ramana Prasad

    BDC

    HELLOW freinds,I have one bdc issue(storage location change), in which programme when we execute then they ask for agrement num. when we put agrement num there then in first screen for every material storage location has changed but when we scroll do...

    me59

    HiI am using me59transaction.I don't want PO with material type 'Generic' to be selected when this program is executed.How can this be done?Can we write BDC for this? If yes pls. explain step-by-step.

    ME9F

    HiI am using me9f transaction.I don't want PO with material type 'Generic' to be selected when this program is executed.How can this be done?Can we write BDC for this? If yes pls. explain step-by-step.

    sort

    Hi all...'no' is a field in internal table itab. i want to sort table itab on field 'no'.am using this statement SORT itab ASCENDING BY NO. but its showing error message <b>'No component exists with the name "NO"'</b>. please help me to correct thi...

    for all entries

    DATA:I_SKB1 LIKE SKB1 OCCURS 2 WITH HEADER LINE, I_BKPF LIKE BKPF OCCURS 2 WITH HEADER LINE.SELECT BUKRS SAKNRFROM SKB1INTO TABLE I_SKB1WHERE BUKRS IN COMPCODEAND SAKNR IN GLACCT.IF NOT I_SKB1[] IS INITIAL.SELECT BUKRS BELNR BLARTFROM BKPFINTO TA...

    Resolved! Accepted Solution

    Can you please how to retrive the new netprice from the new validity period

    When you display a contract using ME33K and you click on a item and view its conditions(shift+F6), there might be 2 validity periods for a given item.and each period will have different netprice in it.One will be old date before the PO was created ...

    Resolved! Accepted Solution

    Table - MDTB (Urgent)

    Hi All,In MD04 (Stock / req list), i see a '' next to a purchase requisition, indicating it has been firmed by the system. I would like to know in which table i can get information for all materials having this '' for a given plant. I tried joining t...

    call_invalid error

    Hi experts this is my code, it's working pakka. but for few inputs it gives the following error, what could be the reason.Exception condition "CALL_INVALID" raised. RAISE_EXCEPTION Thanks in advance.RegardsRajaramreport testTABLES : vbep,VBAP,st...

    Resolved! Accepted Solution

    reports

    I generated number of records in mara. now i think to delete it without using internal table in reports. I given the statement like this..delete from mara where matnr = v_matnr.but it doesnot deleted...give a solution to it.plz..

    Resolved! Accepted Solution

    Set cursor

    Hi experts, I have a problem when setting the cursor position in table control,Here the table control contains 5 line items (mat-no and ser no). My requirement is when i press enter after enter the ser no from the first line item my cursor position...

    Resolved! Accepted Solution

    allingnment in itab

    hi experts, i have an internal table which has some 10 to 20 records.while printing it it will print vertically i need it horizontally .what is the logic for it .ex) mat1mat2mat3mat4but i need like thismat1,mat2,mat3,mat4what shll i do ....

    Resolved! Accepted Solution

    Can we make ABAP programs Unicode enable after SAP sys is converted to uni

    Hello Experts,Can we convert the Non Unicode ABAP programs to Unicode after upgrading non unicode SAP system to Unicode?Is there any serious problem?If Non Unicode SAP is upgraded to Unicode without converting all non unicode ABAP programs to Unicode...

    Labels in this area

    Explore this Area