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

    Reg subroutines.

    Hi,In sub routines when we use Using and Changing..can we pass internal table and work areas for these ones ,if so, please help how to pass internal table in these scenario'sscenario 1.data: itab like lfa1 occurs 0 wiht header line.scenario 2.data: i...

    select

    In Table 1 I have two fields f1 & f2 In Table 2 I have field f3 i want to display f1 f2 & f3... My select options s1 based on table1 s2 based on table1 s3 based on table3 how should my selcet query for this ?

    Resolved! Accepted Solution

    pre-defined type

    Hi gurus, im want to insert fields in custome structure .im unable to locate pre-defined type in the screen so plz help me in this ..i searched all but coudnt find 1 .im working in 4.6c version. so can u tell me exactly were is it l...

    Resolved! Accepted Solution

    request plz

    Hi Sana, Ur links where quite helpful but need ask some more questions like could u plz tell me how to find out the exact difference of inbound and outbound idoc it is quite confusing . how can we say the object we recieved is outbound or inb...

    object vbbk

    i am using fm read_text to read text from va02 in my report.input parameters are - client - sy-mandtid - '0001'language - sy-languname - '0000001541'object - 'vbbk'but error occurs saying 'text object vbbk is not available

    Logic help..

    Experts help me to construct my logic regarding this scenario.It would be much unclear if I would explain it so I just made a visual example.this is one my itab.Name: itab.itab has two fields:name numbershine 1mary 1mary 2arenas ...

    Resolved! Accepted Solution

    F4 help

    Hi,I am currently assigned a object,the requirement is to define a F4 help as per client specifications.The issue being,they want the text to be displayed in the screen,after selection & not the code.Once we display the text,the text gets truncated.I...

    Resolved! Accepted Solution

    BACK, EXIT, CANCEL

    I had called a screen from an executable program with:CALL SCREEN 100.How can I continue processing the remaining code of the program after the execution of flow logic in screen 100? (This will be triggered by an EXECUTE button.)What are the codes fo...

    Resolved! Accepted Solution

    Authority check

    Hi guru's Is this is what we do in ABAP end to restrict to give access to the total field?loop at itab. AUTHORITY-CHECK OBJECT 'ZSALK3' ID 'ACTVT' FIELD '03' ID 'SALK3' FIELD itab-kunres.if sy-subrc <> 0.MESSAGE s120(m7).endif.e...

    message

    HI all. I would like to display a value after a message.message i000(zm) with 'message', p_message. it is not working. can somebody tell me how i can write this code. i would like the parameter value along with the message text.Thanks.

    Labels in this area

    Explore this Area