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

    How to use BAPI_PR_CHANGE function module to modify service line item in Purchase Requition

    Hi,Can anybody help me in regard to using the function module BAPI_PR_CHANGE function module to modify service line item in PR?My problem is as follows -I have the following PR with a service line item.The gross-value of the service line Content Writ...

    Resolved! Accepted Solution

    add Transaction error

    Hello experts;I tried to add an transaction "customerobject" it gave me an error "application error" when i push apply button. However when I add a transaction for player object it can be added. The only difference this 2 transactions player object c...

    Resolved! Accepted Solution

    tax code description from t007s

    Hi Expert..I have problem to display the tax description as belowprogram code as below:clear lt_t007s.          SELECT  mwskz text1 kalsm          INTO TABLE lt_t007s          FROM t007s            FOR ALL ENTRIES IN lt_ekpo          WHERE mwskz = lt...

    Resolved! Accepted Solution

    I want to fetch kbetr using VBELN from VBRK and KONV Table.

    DATA : BEGIN OF it_vbrk OCCURS 10,         vbeln type vbeln,         knumv type knumv,       END OF it_vbrk. DATA : BEGIN OF it_konv OCCURS 10,        kschl type kschl,        knumv type knumv,        kbetr type kbetr,   END OF it_konv. DATA :BEGIN O...

    Resolved! Accepted Solution

    How to update UI with a new value after DB Update

    I would like to know how UI will get updated automatically when there is a transaction happens on SAP.This query is related to 'ABAP Development for SAP HANA' opensap course - Unit 1: Onboarding. Follow the video https://open.sap.com/courses/a4h1/ite...

    Shahid by Product and Topic Expert
    • 598 Views
    • 1 Comments
    • 0 Likes

    How to run local HTML page in SAP and get the output of that in image format(xstring)

    Hello Experts,I have a requirement like, I have to build a HTML page in ABAP by including some API(that i am doing it now). And that API will display an image in that page. I can run that HTML page in sap gui using CL_GUI_HTML_VIEWER class, but I wan...

    Resolved! Accepted Solution

    Add New Line Item with different partner than header to Sales Order using BAPI

    Hi all,I tried many options but could not get the results.I am adding a new line item to an existing sales order. For that, i need to populate partner structure with different partners than header. Not able to get the logic straightened out for this....

    Resolved! Accepted Solution

    call subscreen problem.

    Hi, I try to use CALL subscreen sel including sy-repid ‘400’. but I´ve got a syntax erro below:"." or "ID ... FIELD ..."  expected after "SUBSCREEN".Can anyone clarify this problem for me ???perhaps is this  a SAP version problem??BR

    Labels in this area

    Explore this Area