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

    How to get required parameter value to the screen field using search help

    I am using standard seach help to the parameter in the selection screen.In the search help, there are three export parameters, customer, partner and vendor. I want to get partner to the screen filed. But it is getting customer to thescree field. How ...

    Resolved! Accepted Solution

    Dialog programming

    Hi All,What is the function code for "Enter" and "Double Click". For Example,For push buttons,I have 3 push buttons like p1, p2, p3. So I write the code for getting User command like this,module USER_COMMAND_9001 input.CASE SY-UCOMM.WHEN 'P1'.-WHEN ...

    Resolved! Accepted Solution

    reg-smartforms

    This is my select statment:- data: wa_bkpf like bkpf. select single * from bkpf into wa_bkpf where belnr = p_belnr. select * from bseg into corresponding fields of table itab where belnr = wa_bkpf-belnr. loop at itab where belnr = wa_bkpf-be...

    need help

    Below is my program. In my program there is a select statement. Now how I will pass the itab and wa_bkpf. Plz check the start of selection carefully. And add the required code.&----*& Report ZFI_FORM_REPORT*&&----*&*&&----REPORT ZFI_FORM_REPORT.*Ta...

    need logic

    Hi,I have BAPI_PROMO_CREATE function module created cloned Z fm as Z_BAPI_PROMO_CRATE.I have to pass custom fileds in to this cloned fm those fields are offer number,offer type,Discount amount,promotion label print indicator,page,space,pictured artic...

    Resolved! Accepted Solution

    Field Symbol

    Dear Friends,I need your opinion about a query I have to write.I need to input the name of the table in a variable and retrieve datafrom that particular table.e.g. <b>var</b> = 'MARA'.Select * from <b>var</b> into table itab .Somebody advised me to u...

    Resolved! Accepted Solution

    select

    Below is my select statement:It is not working. Could you make it right. data: wa_bkpf like bkpf. select single * from bkpf into corresponding field of wa_bkpf. where belnr= p_belnr. select * from bseg into table itab where belnr= wa_belnr.

    Labels in this area

    Explore this Area