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

    correlated subquery in CDS view

    Hi All,Is it possible to write a subquery in ABAP CDS view?Here is the scenario:SELECT f1, f2, f3...   INTO CORRESPONDING FIELDS OF TABLE @lt_data   FROM table 1 AS p   INNER JOIN table 2 AS w     ON  w~f1 = p~f1     AND w~f2 = p~f2 )          WHERE ...

    Resolved! Accepted Solution

    Hash tag in string

    Hi,I'm having trouble with a material description. In transaction MM03 the description is: "SSM 12 x 30 Brake Assm#Wabco 385M RebuiI create a txt file using OPEN DATASET listing the material descriptions, but when I use TRANSFER "SSM 12 x 30 Brake As...

    Search help select

    Hi experts .I search the solution for this problem in scn but i didn' t find anything.I have two fields and i created one search help for one.when i open this match code and select one line it i want to pass data to both fields in screen.(diferent va...

    ATC Check Information Message - Search problematic statements for result of SELECT/OPEN CURS

    Dear All,Please consider the code snippet as shown below inside a Report -========================================================AT SELECTION-SCREEN.Perform z_Validate_stuffs.START-OF-SELECTION.Perform Z_fetch_dataPerform Z_Display_Data.END-OF-SELEC...

    Print HTML to spool

    We've used Mail Forms ( CRM ) to generate an HTML file that is being attached to an activity .Requirement : Send this mail form to the spool ( SP01 / SP02 ). The format of the mail form that we get out is HTML in a table or as a generated HTML file ....

    Resolved! Accepted Solution

    FM or BAPI to change the bank details of a vendor

    Hi folks,Please let me know if there is any function module or BAPI to change the Bank Details of a Vendor in FK02.I checked in previous posts, but I found only to delete the bank details i.e. BAPI_BUPA_BANKDETAIL_REMOVE & FIN_AP_AR_DELETE_BANK.Pleas...

    Resolved! Accepted Solution

    Creation of Service order through BAPI_ALM_ORDER_MAINTAIN failing

    Hi Gurus,I am trying to create a service order by  calling FM BAPI_ALM_ORDER_MAINTAIN. It is working for few material types but not all.It works when I pass few material types  as Service product .It is failing for a material type ZBAU, this is just ...

    Resolved! Accepted Solution

    Barcode on smartforms

    Hi,I'm working on bar-codes to be generated through smart-forms.I got many useful links on sap help for this. I took an example online from the below link and developed barcode using my own logic on pick slip.Step-by-step New Barcode Technology for S...

    BDC Table control

    Hi All,i am posting this question after searching the scn blog.i am using BDC for ME31K t-code. and in the last screen has table control. due to this only 17 entries are getting posted and then i get an error message saying the screen size is not eno...

    Update Z field in VBRK Table

    Hi,I need to update a custom field in VBRK through a program.I wrote the following code for the same :CALL FUNCTION 'RV_INVOICE_DOCUMENT_READ'     EXPORTING       vbrk_i        = vbrk       konv_read     = 'X'     IMPORTING       vbrk_e        = vbrk...

    Labels in this area

    Explore this Area