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

    IDOC problem

    Hi,We are having a problem while generating Idoc via job.If some junk data is created, then that particular Idoc does not get generated. Also the subsequent Idocs are stopped from generation until the junk data is fixed.Is this how the Idoc generatio...

    Resolved! Accepted Solution

    open dataset ANSI

    Hi,I use OPEN DATASET l_f_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT WITH WINDOWS LINEFEEDto write data on application server, the problem is that I get a data file in UTF-8. Is it possible to get an ANSI data file?

    Resolved! Accepted Solution

    "Enter document number error" in BAPI_SALESORDER_CHANGE

    Hi,I am trying to change the sales order thorugh BAPI_SALEORDER_CHANGE as follows,CALL FUNCTION 'BAPI_SALESORDER_CHANGE'EXPORTINGsalesdocument = <fs_order_alv_aux>-vbelnorder_header_in = e_bapisdh1order_header_inx = e_bapisdh1xsimulation = p_consol T...

    Resolved! Accepted Solution

    NWBC and SNC ?

    Hello,I wondered if somebody could help me with NetWeaver Business Client Security question ? I know that with SAP GUI, SNC is used for external authentication - what happens when NWBC is used ? Is NWBC also able to use SNC ? I am trying to understan...

    tim_alsop by Active Contributor
    • 1893 Views
    • 13 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Concatenate large text into string gives syntax error in compiler

    Hi I am trying to concatenate a large amount of HTML code into a string in order to build a Web page in a HTTP handler. The HTML code will be pushed to the browser with the statement below: data: lv_html type string. CALL METHOD server->response->...

    Resolved! Accepted Solution

    Removing scroll in OO ALV

    Hi experts,I have developed an OO ALV. Whenever the contents in the ALV exceed the amount of maximum screen length, a verticalscroll down comes in the ALV container. Also, the normal SAP screen vertical scroll is also present by default.Is there any ...

    Labels in this area

    Explore this Area