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

    Bitmap documentation

    Hi,I can use bitmap command in SAPSCRIPT likeBITMAP <xyz> OBJECT GRAPHICS ID BMAP TYPE BMON DPI nnnbut I never found any documentation explaining the syntax and parameters. Are there other objets defined except GRAPHICS, other IDs except BMAP and oth...

    Clemenss by Active Contributor
    • 1903 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    field names in screen

    hi,how to find out screen fieldnames in application.for example, i want to find out fields names and table name in va01 application.is there any option to find out all field names(total list) of particular application at a time.i know by using search...

    Resolved! Accepted Solution

    E-mail Address

    Hi all, we have a requirement to send an e-mail to the customer contact person. we can get the number of customer contact person (PARNR) from the table KNVK , for the same PARNR we need to find out the e-mail address of the same. so where...

    Resolved! Accepted Solution

    Change in smartform layout

    Hi,I have a smartform with 3 pages. Page 1 calls page 2 and page2 calls itself recursivly (ie for page 2, next page is page 2). Then we have page 3 which has the terms and conditions. Currently we have a command node after the main window, which take...

    GUI_GET_FILE_INFO

    Hi all, When i am using the function <b>GUI_GET_FILE_INFO</b> its saying that this function is obsolete,So i am using <b>CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_GET_SIZE</b> instade is this method is equivalent to GUI_GET_FILE_INFO or not please ...

    Resolved! Accepted Solution

    bdc

    hi,I have 500 records in flat file. I want to upload only 100 records and the process is to be stopped after uploading the 100 records.please clarify my problemthank u in advance.

    Resolved! Accepted Solution

    word attachement

    Hi all,I am using SO_DOCUMENT_SEND_API1 for sending external emails with word attachment.I having following issuewhile doing so: 1.I want to send a existing word file as an attachment but in code I am using populate data in an internal table ...

    Update Table

    In program using two tables A & B. The table A has more than one records for a given employee No. while Table B has only single record.First a single record is picked from Table A & compared with Table B. IF it matches all the records of Table A for ...

    Resolved! Accepted Solution

    decimal values....

    Hi,For the following code ekkn-vproz always gives 0.0 as it is decimal value...so i want to change to 100.0...in the below code...unfortunately it is not showing the 100.0 value why...data : v_vproz(10) type c. v_vproz = lt_ekkn-vproz. IF v_vproz...

    Resolved! Accepted Solution

    On help-request for

    Hello, thereI have written the follwing segment of code:AT SELECTION-SCREEN.DATA: IT_PCFILES TYPE FILETABLE, LV_RC TYPE I.AT SELECTION-SCREEN ON HELP-REQUEST FOR P_PCPATH. CALL METHOD CI_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG CHA...

    Labels in this area

    Explore this Area