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

    hai all

    i have faced in interview what is the difference between bdc and bapi ,,,,,,,,,,, i answerd that question in large procedure , but he wanted that in 2line answer.can you tell me one line answer of difference between bdc and bapi

    Resolved! Accepted Solution

    Problem with search help

    Hi,I have a field of length 1 character in my table .I have attached a seach help to it .This field is also a field in an editable alv .After attaching the search help for the field and then executing the report , I do not see my search help in the e...

    Resolved! Accepted Solution

    Is it mandatory to SORT my_itab, every time, before writing READ statemnt?

    Hi Experts,Pls. let me clarify one doubt that,Is it mandatory to SORT the itab, every time, before writing READ statement? provided, same itab, same prog., & READ is written in different blocks of the same prog.? OR SORTing ONLY once is enough, all o...

    Abap reporting

    Hi guys Iam at the begining stage.Iam practing abap reporting. Currently Iam using selection-screen statements and parameters statements. Iam trying to insert a comment using selection screen comment statement, but Iam not getting the output as desir...

    Resolved! Accepted Solution

    How to define two radio button in different block of selection screen?

    How to define two radio button in different block of selection screen?if we write the following code, abaper complier will raise error message: SELECTION-SCREEN: BEGIN OF BLOCK BLK1.PARAMETER P_RADIO1 RADIABUTTON GROUP GRP1.SELECTION-SCREEN: END OF B...

    Resolved! Accepted Solution

    alv-list

    how to prepare a detailed list from a basic ALV LIST?is at line-selection event potent enough to do this?THE SCENARIO IS:ON DOUBLE CLICKING ON ANY RECORD,THE DETAILED LIST FROM THE BASIC ALV LIST SHOULD APPEAR.HOW TO DO THIS..PLZ REPLY ASAP.

    Resolved! Accepted Solution

    SUBMIT inside loop.

    Hi all,I need to pass single parameter value form my z-program to standard sap program excute it and come back to calling program to pass another value using SUBMIT statement inside loop. Snippet of code is -LOOP AT it_zqac_purorg INTO wa_zqac_purorg...

    Writing a File

    I created a empty text file " Arvind.txt " in my C: drive , and i executed the below programDATA FNAME(60) VALUE 'Arvind.txt'.DATA NUM TYPE I.OPEN DATASET FNAME FOR OUTPUT.DO 10 TIMES.NUM = NUM + 1.TRANSFER NUM TO FNAME.ENDDO.PERFORM INPUT.OPEN DATAS...

    abap

    hi,can some one help me find the bug in the followin code?. it throws me the followin error."itab is not compatible with the formal parameter it_outtab".REPORT ZALVDILIP.data: begin of itab occurs 0 ,carrid type s_carrid,end of itab.data: custom type...

    ABAP Trim Statement

    hi,Have an issue where special characters you can't see via se16 are at the end of a character field. I need a way to strip them off via abap. Is there a good way to do this? New to abap, so be gentle. Have tried about everything including shift. Is ...

    Resolved! Accepted Solution

    Limit Document types

    Does anyone know how I can limit what purchase order document types a user can use in a purchase order when accessing the transactions ME21N like the drop down list only shows ZUB and ZNB etc.<removed_by_moderator>Edited by: Julius Bussche on Mar 12...

    Labels in this area

    Explore this Area